I create an array with variable width and value .
I want to create objects based on values of this array automatically
example
how can i do that?
thank you
to create just 1 or all at once
all at once
For "y"=0 to array.width-1 For "x"=1 to array.at(loopindex("y")) -> system create sprite at ( loopindex("x")*50, (loopindex("y")+1)*50) [/code:eizhips2]
that 's good but how to make some space between sprites it look like this
Develop games in your browser. Powerful, performant & highly capable.
Just change "50" to 60 or any value you need.
Now it is ok thank you dop2000. You are genius