I'm doing an assignment for class thats due tomorrow, and I need to have this finished soon.
I keep getting a 1084 error reading
Symbol 'home_mc', Layer 'Actions', Frame 1, Line 4 1084: Syntax error: expecting identifier before rightparen.
Symbol 'home_mc', Layer 'Actions', Frame 1, Line 5 1084: Syntax error: expecting rightparen before home_mc.
Here is my code, please help me. I'm a complete newb at this.
import flash.ui.Mouse;
home_mc.buttonMode = true;
home_mc.addEventListener(MouseEvent.ROLL_OVER,butt onOver,);
home_mc.addEventListener(MouseEvent.ROLL_OUT,butto nOut,);
function buttonOver(e:MouseEvent):void
{
e.currentTarget.gotoAndPlay("over");
}
function buttonOut (e:MouseEvent):void
{
e.currentTarget.gotoAndPlay("out");
}
Error 1084
Wednesday, May 16, 2012
[Action Script] Error 1084 May,2012
Posted by Bimo Hery Prabowo at 3:13 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment