View Full Version : Neat TextField
Flash Gordon
10-19-2006, 08:56 AM
http://www.thefwa.com/?app=interviews&id=43
that is pretty crazy how the text scrolls for that interview when you use the mouse wheel
pixelwit
10-19-2006, 12:12 PM
var ml = new Object();
ml.onMouseWheel = function(lines) {
SomeClip._y += lines;
};
Mouse.addListener(ml);
The fact that they don't have a scroll bar and that they rely on the user guessing the right way to find otherwise hidden content seems a bit risky
Also, they may have had some interesting features and content but I'll never know because the text was so small. If only Flash were somehow capable of enlarging vector-based text. :rolleyes:
Sorry if I seem to be nitpicking... maybe I'm still in "Site Check mode". ;)
-PiXELWiT
http://www.pixelwit.com
Flash Gordon
10-19-2006, 09:42 PM
yeah....pretty simple, but I think pretty clear. I would have never though about doing something like that.
Assertnfailure
10-20-2006, 12:19 AM
I don't see the text scrolling when i move my mouse wheel....
oh wait....I'm on a mac...
drexle
10-24-2006, 09:47 PM
I don't see the text scrolling when i move my mouse wheel....
oh wait....I'm on a mac...
Yeah, last January I was asked to make a prototype that involved mouse wheel motion, and that was one of the things I discovered... No mac support for it. :( It was a cool idea, too.
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.