I’m trying to make my walls in landscape instead of portrait. I have my top wall working but I can’t figure out the bottem, left and right.
self.walls[1] = display.newRect(0, 480, 1, 1) -- Top, Working
self.walls[2] = display.newRect(320, 480, 1, 1) -- Wrong
self.walls[3] = display.newRect(0, -1, 320, 1) -- Wrong
self.walls[4] = display.newRect(-1, 0, 1, 480) -- Wrong [import]uid: 41473 topic_id: 7236 reply_id: 307236[/import]