- Joined
- Oct 10, 2018
- Messages
- 5
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- N/A
Per the you tube zoom tutorial, here is my script:
Var xPos = $gamePlayer.screenX();
Var yPos = $gamePlayer.screenY();
$gameScreen.startZoom(xPos, yPos, 2.0, 300);
Here is my error message:
Syntax Error
Unexpected Identifier
What went wrong?
Var xPos = $gamePlayer.screenX();
Var yPos = $gamePlayer.screenY();
$gameScreen.startZoom(xPos, yPos, 2.0, 300);
Here is my error message:
Syntax Error
Unexpected Identifier
What went wrong?


