i need to learn how to make things clickable in flash :S

i need to learn how to make things clickable in flash :S
You need to make it a button first right click on the image you want to make the button and go to convert to symbol then select button then use the actionscript above but you can also make it link to a certain place in the flash movie by using this
on (release) {
gotoandplay(framenumber);
}
or the same but with "gotoandstop" if you want it to stop their
Want to hide these adverts? Register an account for free!