all groups > flash (macromedia) > february 2006 >
You're in the

flash (macromedia)

group:

Writing action script for button places action script for all buttons


Writing action script for button places action script for all buttons MixedUpMusicInc
2/25/2006 9:57:58 PM
flash (macromedia):
so I created a navigator menu using something like 9 different buttons. The
buttons were created by another program and then inported into flash. I created
a seperate layer for each button. When I write action script to a button, then
it wirites the same action script for the other buttons. Of course I want
different script for each button. why is it doing this?

here is the script I am trying to attach for a button

not_set_yet.onRelease = getURL("http://www.mixedupdancemusic.com/home.html",
"intro");
{

}
Re: Writing action script for button places action script for all buttons StargrrlGrafx
2/25/2006 10:28:28 PM
You probably have accidently selected the frame rather than just the button instance, this happened to me before.

Re: Writing action script for button places action script for all buttons fman05
2/26/2006 4:15:47 AM
onRelease is looking for a funciton, try this....

AddThis Social Bookmark Button