Results 1 to 1 of 1
Thread: Simple Text Scoller I
-
May 3rd, 2005, 06:19 PM #1
Simple Text Scoller I
I'm going to build some more versions but this is the first one. THere's a working exsample on my site of the scroller.
Code:onClipEvent(enterFrame){ ymouse = _root._ymouse; ysimbol = _root.scrollsimsim._y; yval = (ysimbol-ymouse); hhval = _root.scrollsimsim._height/2; hhvaln = _root.scrollsimsim._height/-2; dial = yval+hhval; scrollvalue = Math.round(dial/hhval); if( hhvaln <= dial ){ if ( hhval >= dial ){ this.scrollme.scroll += scrollvalue; } } }: Sometimes I come out of no where to update the Nintendo Cult thread. :
: Kirupa Nintendo Cult Member 1 : click here to join :
Similar Threads
-
How can i bring my swf text files into textfield?
By mikemiked in forum Flash IDEReplies: 0Last Post: November 27th, 2004, 09:51 AM -
CreateTextField text location - simple question
By Erron in forum ActionScript 2 (and Earlier)Replies: 1Last Post: November 1st, 2004, 05:06 PM -
HTML text formating through Flash
By ericinho in forum ActionScript 2 (and Earlier)Replies: 3Last Post: March 13th, 2003, 12:19 PM -
Buttons with Text? (simple question)
By byis in forum Flash IDEReplies: 1Last Post: October 27th, 2002, 05:47 AM -
movie with text fields + changing that text.
By Clemens in forum ActionScript 2 (and Earlier)Replies: 2Last Post: July 11th, 2002, 12:40 PM

Reply With Quote

Bookmarks