PDA

View Full Version : script to make my flash file autorun



aliadon
July 7th, 2003, 06:29 AM
hi, i got a few swf file and controlled by mainmovie.
in my 2nd file i have something like this
this is the frame label

|text1 |text2 |text3


how do i make my movie continously run from my mainmovie to text1 to text2 to text3 and back to my mainmovie.

fyi i want to set timing like 1 minit per section.

pls help

a li

mediaholic
July 7th, 2003, 11:25 AM
setInterval should help and make sure to pass a parameter
like 0 for text1, 1 for text2
and inside the fns use gotoAndPlay(1(or what ever)
see
http://www.umbc.edu/interactive/fla...p?p=setInterval
for deeper explanation

aliadon
July 7th, 2003, 11:43 PM
can you explain further..