PDA

View Full Version : Waiting before executing a command line



tranism
July 29th, 2003, 02:50 PM
Anyone know how or have any ideas on how to tell flash to wait for a "x" number of frames or time before it executes the next line in the script?

kode
July 29th, 2003, 03:12 PM
getTimer: http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary376.html
setInterval: http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary646.html
onFrame#: http://proto.layer51.com/d.aspx?f=787 <-- by senocular.

Check out those links. =)