Hey guys,
Needing a wee bit of help with some actionscript; I’m in the process of building a fairly simple flash site (link) and I’m having troubles with the buttons.
I followed the ‘[SIZE=2][COLOR=Black][FONT=Verdana]Complex[/FONT][/COLOR][/SIZE][FONT=Arial][SIZE=2][COLOR=Black] [FONT=Verdana]Button RollOver/RollOut Effects[/FONT][/COLOR][/SIZE][/FONT]’ tutorial and, if you click the link you can see it works perfectly…except for one thing that is. As the function of the button I want them to:
gotoandplay("scene",frame)
but I’m not sure how to implement that into the code at the bottom for the button function:
[FONT=Arial][SIZE=2]this.onRelease = function(){ [/SIZE][/FONT] [FONT=Arial][SIZE=2]
getURL("http://www.kirupa.com","_blank");
[/SIZE][/FONT][FONT=Arial][SIZE=2]} [/SIZE][/FONT]
I’ve tried various things, but nothing has seemed to work, I’ll post the .fla file if anyone needs that to help.
So, help anyone?