Flash Button Tutorial - Part 2: basic actionscript
this tutorial is on how to make a button, and how it would work for you.\nin this part, i will teach you how to add actionscript to the frames and buttons.\nmaking the buttons work as buttons, navigation and even website linking!\n\n\n---------------------------------------------------------\n---------------------------------------------------------\nACTIONSCRIPT:\n---------------------------------------------------------\nButton navigation script:\n\non(release){\n_root.gotoAndPlay(1);\n}\n---------------------------------------------------------\nFrame Stop Script:\n\nstop();\n---------------------------------------------------------\nWebsite linking script (for buttons):\nPS: ......... is where the link should be, between the quote signs.\n\non (release) {\ngetURL("..........", "_blank");\n}\n---------------------------------------------------------\n---------------------------------------------------------\n\nFor part one, check my channel, thanks!