Hi,
I’m trying to create a 16x16 grid of 256 rounded rectangles that can individually have their color and alpha changed by other functions.
My initial approach was to create them all in the main function with display.newRoundedRect(…)
but I reached the 200 limit.
I then created 128 in one function and 128 in another but could no longer access them from other functions.
Anybody have a solution to my problem?
Thanks!!!
Alex [import]uid: 66618 topic_id: 20320 reply_id: 320320[/import]