I am following the first lesson from the Game Academy.
I create a new card, and add a rectangle. I open the Script Editor and enter the following:
on arrowKey pKey
I press the Enter key. I then see this:
card id 1002: compilation error at line 2 (Handler: bad command), char 1
"arrowKey" is never colored as it is in the Game Academy video, though "on" is bold indicating the IDE is reacting to what I have typed.
Help! What am I doing wrong?
