I am using Marmalade Quick.
I can draw a rectangle with:
local myRectangle = director:createRectangle(x, y, width, height)
Is there a way to store the myRectangle
variable in an array for later use? Or how can I make multiple rectangles and have access to each of them?