alert 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

rollover button

This is a rollover web button
3097 downloads, 23420 views
Download (13.16 KB)

Comments

You need to login to post a comment.

user hasabo
hasabo 10 years ago

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);
}

user langaw360
langaw360 16 years ago

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....