This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
rollover button
This is a rollover web button3097 downloads, 23522 views
Comments
You need to login to post a comment.
langaw360
I think it's pretty simple to create a function in AS3 for a button to go to a certain frame (in this case frame 2)
stop();
mybutton_btn.addEventListener(MouseEven t.MOUSE_DOWN, mybutton);
function mybutton(event:MouseEvent):void {
gotoAndStop(2);
}
question on buttons....
does anyone knows how to create an animated button(rollover/ rollout)that can go to another scene? all i saw was buttons that can go to a link not a scene inside the same file....ive searched the the web since last week but all i saw was the same....