Hi Coronaville!
I have 9 invisble dots (basically circles).
I made them via display.newCircle function.
Dots are inserted in myDots displayGroup in order they are created:
myDots = display.newGroup
How to get x and y position of every single dot?
If I call
myDots[4].x = centerX
I get an error saying that “index is a number”…
Many thanks
Ivan