[LEFT][COLOR=Black][FONT=Tahoma]http://www.kirupa.com/developer/mx2004/button_effect.htho
[/FONT][/COLOR][FONT=Arial][SIZE=2] //stop(); this.onEnterFrame = function(){ [/SIZE][/FONT][FONT=Arial][SIZE=2] if(rewind == true){ [/SIZE][/FONT][FONT=Arial][SIZE=2] prevFrame(); [/SIZE][/FONT][FONT=Arial][SIZE=2] } [/SIZE][/FONT][FONT=Arial][SIZE=2] } this.onRollOver = function(){ [/SIZE][/FONT][FONT=Arial][SIZE=2] rewind = false; play(); [/SIZE][/FONT][FONT=Arial][SIZE=2] } this.onRollOut = function(){ [/SIZE][/FONT][FONT=Arial][SIZE=2] rewind = true; [/SIZE][/FONT][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][COLOR=Black][FONT=Tahoma]
[/FONT][/COLOR][/LEFT]
please help me on how to create buttons with rollover and rollout that can transfer to a specific scene…ive tried changing the last part of the actionscript to gotoandplay(“scene2”); but it does not work…;(:diss:
ive searched since last week but all i saw was the same as this …ending with going to a link not to a scene…
thnx to all:thumb2::gas: