Flash Button Tutorial - Part 2: basic actionscript

Channel:
Subscribers:
1,220
Published on ● Video Link: https://www.youtube.com/watch?v=coli-ssyMV4



Duration: 7:38
346 views
1


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!







Tags:
FLASH
button
tutorial
part
2