Hi
I want a sprite to be created when the variable is equal with 0
But the sprite will be created repeatedly instead of once...
How should I create it only once?
Ps:I also used 《Repeat 1 time》condition but still sprite was being created repeatedly.
Develop games in your browser. Powerful, performant & highly capable.
You can add "Trigger once" as a second condition after "Variable=0".
But the best method is to create the sprite in the event where you set the variable to 0.
Great , thanks