if you have something like this:
-check if tween runing
- then for each .. bla bla
it will not run the foreach loop if tween is not running.
if you have:
- if tween is running... then bla bla
then foreach will run every time, and you will check if tween is running multiple times.
i can provide more info if you show some kind of code / capx