- week #8 -
instead of MouseEvent.CLICK, try MouseEvent.MOUSE_OVER
my_btn.addEventListener(MouseEvent.MOUSE_DOWN, myHandler);
function myHandler(evt:Object):void {
navigateToURL(new URLRequest("http://www.adobe.com/devnet/flash/"), "_self");
}
Talk about Text Tool in Flash
What is TLF Text?
What is the .swz file for?
If you use TLF Text, you can now have more than 1 column of text (like InDesign).
how to make a MC symbol a BTN. giving MCs instance names
MC_name.gotoAndStop(1);
Open: MOUSE-OVER.fla
FINISH Project B