Syntax Error 1084
ICan someone help, please? I'm having trouble with ActionScript 3.0, and I keep getting an error:
1084:syntax error: expecting rightparen before colon
And this is the script:
home_button.addEventListener(MouseEvent.CLICK, takeHome);
function takeHome(evt:MouseEvent){
gotoAndStop(1)
}
flash_button.addEventListener(event:MouseEvent)void:)
{
nextFrame(2);
}
clients_button.addEventListener(event:MouseEvent)void:
{
nextFrame(3);
}
If anyone can see anything wrong with this, I'd be more than grateful.
