the flash movie I'm working on is a tabbed interface where each of the buttons on the top just have a
on(press){
gotoAndStop(number)
}
For some reason on the first frame, the first time any gotoAndStop command is run, it goes to the 2nd frame (no matter where it says to go to) and only 1/2 way loads the 2nd frame. After that everything works fine. Just that first time. Any ideas? This is driving me to insanity
Thanks,
Beth
on(press){
gotoAndStop(number)
}
For some reason on the first frame, the first time any gotoAndStop command is run, it goes to the 2nd frame (no matter where it says to go to) and only 1/2 way loads the 2nd frame. After that everything works fine. Just that first time. Any ideas? This is driving me to insanity
Thanks,
Beth