Hi,
For example:
SYSTEM CREATE OBJECT ON LAYER BLAH BLAH BLAH... It won't stop creating objects in an eternal loop.
I need SYSTEM TO CREATE JUST ONE INSTANCE OF A SPRITE IN A FAMILY INSTEAD OF INFINITE SPRITES.
How can I do that?
Thank you!
Is the "Create Object" Action in a "Every Tick" event or a subvent?
If not, try using the "Triger Once" event as a condition of your original event
Develop games in your browser. Powerful, performant & highly capable.
Is the "Create Object" Action in a "Every Tick" event or a subvent? If not, try using the "Triger Once" event as a condition of your original event
TRIGGER ONCE worked just fine. Thank you, Fenix18.
Oh nice, glad it helps