Hi
I’m trying out Glider for Corona on a Mac. I have the following lines of code:
106 pause = display.newImage( spritesheet, p )
107 pause:setReferencePoint(display.TopLeftReferencePoint)
I attempt to insert a line between these two:
pause.id = “pause”;
but the editor only lets me get as far as “pau” and will accept no further input.
The tooltip that appears when I hover over the red indicator refers to a parseException on the following line (107). Paraphrasing: found “pause”, expecting…
Is there detailed documentation somewhere that would help me figure out what’s going on?
[import]uid: 101690 topic_id: 37153 reply_id: 67153[/import]