Hi guys,
On touched Sprite X > trigger a list of actions, which take about 10 seconds to complete
However
If touched Sprite Z after touching Sprite X and while those actions are completing stop those actions and complete a new set of actions...
Can you stop actions within one event from completing?
Cheers
Develop games in your browser. Powerful, performant & highly capable.
It depends on the actions, but the answer is mostly no.
Events fire if the condition is met.
Generally speaking if you want those events to be variable, then they need to have their own conditions, like in a timer.
OK thanks Newt