Hello guys,
A simple thing that I can not do, can you help me? He wanted that when a VARIABLE had the value X, the FOR loop was interrupted.
I did it, but it did not work:
global VAR = 3
System: For "" from 1 to 10
system: VAR > LoopIndex
system: Create object Sprite on layer at 360, 450 - 40 * LoopIndex
system: Else
system: Stop Loop
But it does not work. Can anyone help?
Thank you.