If I put a code like this, in coordinates 0,0, my rectangle will appear cropped at top-left of the mobile screen.
local star = display.newRect(0, 0, 40, 40)
How can I fix this problem? I mean, I want that coord 0,0 being the top-left of the viewable area, so that my rectangle will not appear cropped. [import]uid: 123516 topic_id: 32279 reply_id: 332279[/import]