chico83
03-17-2009, 07:04 PM
I'm having a slight problem with this piece of code. If anyone could help me out that would great. cheers! ;)
1. 1084: Syntax error: expecting rightbrace before leftbrace.
2. 1083: Syntax error: else is unexpected.
Power5.addEventListener(MouseEvent.CLICK, P5);
function P5(Event:MouseEvent):void{
If (DirNotNorth = false) {
Golf_Ball.y -=85
Golf_Ball.x -=(NewDir)
} else {
Golf_Ball.y +=85
Golf_Ball.x -=(NewDir)
}
}
1. 1084: Syntax error: expecting rightbrace before leftbrace.
2. 1083: Syntax error: else is unexpected.
Power5.addEventListener(MouseEvent.CLICK, P5);
function P5(Event:MouseEvent):void{
If (DirNotNorth = false) {
Golf_Ball.y -=85
Golf_Ball.x -=(NewDir)
} else {
Golf_Ball.y +=85
Golf_Ball.x -=(NewDir)
}
}