I am having a problem with some code using the setInterval command. I have a movie that is 20 frames long. I have several buttons (of course) and in each button I have 2 layers. One layer is text and the other layer has an MC on the 'over' and 'down' state. I added this bit of code to pause my MC for 1.5 seconds and then to loop itself:
Hmm...There is code in the MC inside the button that I put on the last frame, a gotoAndPlay("framelabel") because I don't want it starting over from frame 1. That's the only other bit of code I have.
Not right now they don't. I'm just trying to get the over/down states to work properly.
Here's the fla. The Home button is now an MC (in an attempt to see if that would fix it....it does not) and if you go into the home_btn, into the MC layer you will find the script I posted above in the second to last frame.