Frame Delay in FLASH
Frame Delay in FLASH
Out of context: Reply #13
- Started
- Last post
- 15 Responses
- gabe0
you might have to do it like this:
function delayIt() {
_root.name.gotoAndPlay(1);
}setInterval( delayIt, 5*1000 );
you might have to do it like this:
function delayIt() {
_root.name.gotoAndPlay(1);
}
setInterval( delayIt, 5*1000 );