Ok, so I’m doing this tutorial here:
http://www.kirupa.com/developer/mx2004/button_effect.htm
At the end of the script given, it says this:
[font=Arial][size=2]this.onRelease = function (){ getURL("http://www.kirupa.com","_blank"); [/size][/font] [font=Arial][size=2] }
[/size][/font]
now instead of having it go to kirupa.com, I want the button to go to the first frame of a certain scene. Shouldn’t I just have to put the following -
[font=Arial][size=2]this.onRelease = function (){ gotoAndPlay("About", 1) [/size][/font] [font=Arial][size=2] }
[/size][/font]
The name of my other Scene is named “About” obviously, but when I put this in the movie clip actions frame, it doesn’t work at all. Anyone know what I’m doing wrong? It seems like it would be easy to fix but I can’t figure it out. bah!
Any help would be appreciated.
-Tom