closed
Public

I use loops for blink animation. The problem is, how do i stop the animation, if some action interrups?

This loop is in an action i use for different animations. So the loop will run parallel if i can’t stop them.

2 answers

Hi Yasofies Urason,

The looping can be controlled by global property if you use the conditional loop. For example:

Loop while {tmp} != 0

……

……

// set tmp to 0 to quit the looping

#1

thank (for quik answer),

so simple and i haven’t thought of it

#2

This question is now closed