#1086 Syntax Error
Hi!
I'm getting this errormessege whole the time and I've tried for days now to fix it. ATM I'm programming an android application using flash cs5.5 and AS3.
The Error message Line1 Infobtn_15 :1086 Syntax error: Expecting semicolon before rightparen.
Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT.*;
Infobtn.addEventListener(TouchEvent.TOUCH_TAP, fl_TapHandler_15);
function fl_TapHandler_15(event:TouchEvent);
{
gotoAndStop;(4)
;}
This code is used for my buttons in the appliation. If I remove the code for Infobtn it will give me the same error message but on a different code. This code is used on 4 buttons in 4 layers so it appears on 4 different layers aswell.
Thanks!