flash timeline
flash timeline
Out of context: Reply #6
- Started
- Last post
- 18 Responses
- unknown0
oh my god you guys crack me up...
//3000 = 3 seconds
loadInterval = setInterval(myTimer, 3000);function myTimer() {
myClip.gotoAndPlay(x)
}
oh my god you guys crack me up...
//3000 = 3 seconds
loadInterval = setInterval(myTimer, 3000);
function myTimer() {
myClip.gotoAndPlay(x)
}