For some reason some of the text was missing in my last thread.
Here it is again:
I have built a Flash movie with a scroll text. The code for the down arrow is:
on (rollOver) {
target = getProperty("/text/01", _y);
if (target<=-1083) {
stop ();
} else {
play ();
setProperty ("/text/01", _y, getProperty("/text/01", _y)-5);
}
}
Here it is again:
I have built a Flash movie with a scroll text. The code for the down arrow is:
on (rollOver) {
target = getProperty("/text/01", _y);
if (target<=-1083) {
stop ();
} else {
play ();
setProperty ("/text/01", _y, getProperty("/text/01", _y)-5);
}
}