all groups > flash actionscript > november 2004 >
You're in the

flash actionscript

group:

new to flash


new to flash TheFlashNewbie
11/14/2004 7:10:50 PM
flash actionscript:
Hi, I want to create a button that when the mouse rolls over it changes to antoher button and when i press it I want it to load a url in a target frame.

Re: new to flash KenithH
11/14/2004 7:19:26 PM
There are two answers here because there are two different places to get this
to happen.

1. To got your button to change to another button, I think you mean -
different look? right ? If so, then here's how: each button is a mini 4 frame
movie. All you have to do is to double click on the button to open the button
timeline. Then insert a keyframe in frame 2 (the rollover frame) and change the
graphics. Go back to your scene and preview it. (Have to have "simple button
actions enabled" to see it happen)

2. Put actionScript on the button using the on (press) method. then use the
getURL("http://..."); method.
Re: new to flash KenithH
11/14/2004 7:21:09 PM
Re: new to flash TheFlashNewbie
11/14/2004 7:27:08 PM
Re: new to flash TheFlashNewbie
11/14/2004 7:32:28 PM
AddThis Social Bookmark Button