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?
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 [SIZE=1]<-- by senocular.[/SIZE]
Check out those links. =)