flash help!!!!!plz!!
flash help!!!!!plz!!
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- enjine0
For Flash 8, paste this into your 79th frame:
stop();
_global["setTimeout"](this, "beginAgain", 3000);
function beginAgain(){
this.play();
}
For Flash 8, paste this into your 79th frame:
stop();
_global["setTimeout"](this, "beginAgain", 3000);
function beginAgain(){
this.play();
}