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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scroll????

Status
Not open for further replies.

palle

Technical User
May 30, 2000
18
0
0
DE
I have made a flash movie with a scroll. The code for the upwards scroll is:
on (rollOver) {
target = getProperty("/text/01", _y);
if (target<=-485) {
stop ();
} else {
play ();
setProperty (&quot;/text/01&quot;, _y, getProperty(&quot;/text/01&quot;, _y)-5);
}
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top