PDA

View Full Version : I need Help Again


Dmasta
02-16-2002, 06:29 PM
Ok so I have figured out everything I need but one last thing. These are the actions on my frame:
Variablex=Number
Go to frame 2

Is there any way I could put a 15 second wait after it loads the variable. Basically once it loads the variable wait 15 seconds before you move onto the next instructions (go to frame 2)???Thanks for all the help everybody

KarenInPA
02-16-2002, 06:58 PM
I'm sure there's a better way to do it, but you could add the gotoAndPlay action at the 15 second mark in your timeline, according to your framerate.

Better, but certainly not best, would be to have the frames loop the specified amount of times, using a counter variable and an if statement.

I think I read a thread about this once, but I don't remember the actionscript to address a time delay. You could try a search, that may help too.

:)
-Karen

Billy T
02-17-2002, 01:11 AM
delay events tutorial (http://www.actionscripts.org/tutorials/intermediate/delaying_events/index.shtml)

emilya
02-17-2002, 01:15 AM
There are good tutorials to do this on flashkit.com

Try this one:

http://www.flashkit.com/movies/Utilities/Time/Pause_Ti-CODE66-154/index.shtml

Ricod
02-18-2002, 08:32 AM
And while I'm stil having a morning mood :
PLZ read the forum rules Dmasta. Thread titles should be a description of its content, or at least contain a usefull word. Need help isn't helpful to the helpers. :) Just some advice.