using this time delay
interval = setInterval(go_next,2000)
function go_next(){
clearInterval(interval)
gotoAndPlay(55)
}
stop()
Can any body make this timeline script, like if there is a mouse rollover then the timer should fail or timer should not work or disable…
4 frames i am looping with 4button scripts , during my mouse rollover on them should disable the timer delay…