Flash AS 2 Button
        Posted  
        
            by stefano
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by stefano
        
        
        
        Published on 2010-03-25T23:22:40Z
        Indexed on 
            2010/03/25
            23:33 UTC
        
        
        Read the original article
        Hit count: 163
        
flash
|actionscript-2
I recently made a website, and the buttons look like this:
On(release)
{
gotoAndPlay ("title", 1);
}
My problem is, when you click the button the first time, it goes to the correct frame. but when you click it again, it goes to the next frame, or to the next scene. How do I remedy this? thanks!
© Stack Overflow or respective owner