all groups > flash actionscript > february 2007 >
You're in the

flash actionscript

group:

Actionscipting Issue


Re: Actionscipting Issue David Stiller
2/10/2007 11:57:13 AM
flash actionscript:
plattnat,

[quoted text, click to view]

The "wait 20 seconds" part can be accomplished with the setInterval()
function. While this URL doesn't explain exactly what you're after, it
gives you the basics on how to pause and run a function later.

http://www.quip.net/blog/2006/flash/how-to-pause-timeline


David Stiller
Adobe Community Expert
Dev blog, http://www.quip.net/blog/
"Luck is the residue of good design."

Actionscipting Issue plattnat
2/10/2007 4:30:39 PM
Hey everyone, I'm trying to write a basic actionscript to reset buttons on a
tool bar. Basically I want to write something similar to this...

on (release) {
gotoAndPlay (blah)
and then wait 20 seconds
then
gotoAndPlay (blah2)
}

any ideas?
AddThis Social Bookmark Button