Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamic text scroller help 1

Status
Not open for further replies.

Flashoid

Technical User
Dec 11, 2002
163
0
0
US
I have a txt dynamic driven text reader that does display the text correctly in the dynamic text field however I am having trouble with the scroller. This is what i have so far.


this is the code I have in frame 1:
up_btn.onPress = function() {
text1.scroll += 1;
};



I have 2 arrows to move it, this is the code for the up arrow button:

on (press) {
text1.scroll = text1.scroll+10;
}


It isn;t working - can anyone advise on what I am doing wrong or am missing here??

thanks!


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top