hey guys i am like super bad at this please helpme fix it
this is the error
Scene 2, Layer ‘Action script’, Frame 27, Line 4 1158:Syntax error: missing left brace ({) before the function body.
And this is my coding
stop();
btnHelp.addEventListener(MouseEvent.CLICK, GoToScene2);
btnMap.addEventListener(MouseEvent.CLICK, GoToScene3a);
function GoToScene2(event)GoToScene3a(event){
gotoAndPlay(“meow”)
}
{
gotoAndPlay(1,“Scene 3a”)
}