The subject and the code are self explanatory.
I want to when I call the "a" function, every X seconds do some actions.
But it seems not Working well.
Capx
Kyatric Yann sqiddster Whiteclaws
See that little arrow by "on touched"?
See the one by "on function"?
Do you see one by "is touching"?
Develop games in your browser. Powerful, performant & highly capable.
functions are triggers....
an "every X seconds" needs to be allowed every tick.
you must do the opposite, call the function inside the every x seconds
Was thinking the same thing ^_^
But I need to Call this function many times at the same time to Work independently. So the Every X Seconds must be inside the Function to work properly.
What should I do?