Hi there,
I have an object and I want that when the mousex becomes greater than the object , add 10 to global('x').But when I want to do that it adds 10 while the program ends.But I want to add just once.How shall I do that?
Thank you.
Develop games in your browser. Powerful, performant & highly capable.
Do you mean that it constantly adds 10 to global('x')? If so, you can just add another condition under system called Trigger Once While True