I need create the same object N times. With a global variable i put the between 2 for 100 for example. But i need create that time.
With a bucle, but how?
Thanks for all
Its hard to understand what you have written but I think you need to use
SYSTEM > FOR ( 1 to N ) > Create Object
eg
+ System: For "" from 1 to 200
-> System: Create object Sprite on layer 0 at (0, 0)