Hello,
I have a little problem with the actionscipt to scroll a loaded text file in flash 5, it doesn'work I use the following actions:
for the up button;
on(press)
set variable: "text.scroll"=text.scroll-1
end on
for the down button;
on(press)
set variable: "text.scroll"=text.scroll+1
end on
the text file I'm using is text.txt
What am I doing wrong...
thanks in advance for your help
I have a little problem with the actionscipt to scroll a loaded text file in flash 5, it doesn'work I use the following actions:
for the up button;
on(press)
set variable: "text.scroll"=text.scroll-1
end on
for the down button;
on(press)
set variable: "text.scroll"=text.scroll+1
end on
the text file I'm using is text.txt
What am I doing wrong...
thanks in advance for your help