Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Flash In Action > Widgets

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-19-2006, 08:56 AM   #1
Flash Gordon
rather be programming
 
Flash Gordon's Avatar
 
Join Date: Feb 2005
Location: City of Angels
Posts: 10,000
Default Neat TextField

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
__________________
I'm old enough to know better and young enough to do it anyway. -- maskedman
Flash Gordon is offline   Reply With Quote
Old 10-19-2006, 12:12 PM   #2
pixelwit
village halfwit
 
pixelwit's Avatar
 
Join Date: Jul 2001
Location: USA, PA
Posts: 3,188
Default

ActionScript Code:
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.

Sorry if I seem to be nitpicking... maybe I'm still in "Site Check mode".

-PiXELWiT
http://www.pixelwit.com
__________________
There are no answers, only choices.
pixelwit is offline   Reply With Quote
Old 10-19-2006, 09:42 PM   #3
Flash Gordon
rather be programming
 
Flash Gordon's Avatar
 
Join Date: Feb 2005
Location: City of Angels
Posts: 10,000
Default

yeah....pretty simple, but I think pretty clear. I would have never though about doing something like that.
__________________
I'm old enough to know better and young enough to do it anyway. -- maskedman
Flash Gordon is offline   Reply With Quote
Old 10-20-2006, 12:19 AM   #4
Assertnfailure
as[org].addListener(this)
 
Assertnfailure's Avatar
 
Join Date: Dec 2005
Location: LA, California
Posts: 838
Default

I don't see the text scrolling when i move my mouse wheel....
oh wait....I'm on a mac...
Assertnfailure is offline   Reply With Quote
Old 10-24-2006, 09:47 PM   #5
drexle
...
 
Join Date: Mar 2005
Posts: 248
Default

Quote:
Originally Posted by Assertnfailure
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.
drexle is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I limit input into a TextField - not using maxChars synergie7 ActionScript 2.0 3 09-02-2009 06:56 PM
Problem of multiple different-size textfield mol ActionScript 1.0 (and below) 2 05-17-2005 03:57 AM
textField onsetFocus breaks (sometimes) fochie ActionScript 2.0 2 05-18-2004 05:18 AM
Change focus of textfield once length is 2... FarFeTTu ActionScript 1.0 (and below) 3 06-28-2003 11:42 AM
Initial focus on TextField does not allow comma to be entered Dorte ActionScript 1.0 (and below) 1 03-25-2003 10:48 AM


All times are GMT. The time now is 07:31 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.