I've tried to use while loops but it doesn't work. Whenever i use tween:play it plays it over and over before letting the tween finish
Is there a way to make it tween forever besides while loops or am i doing something wrong with my while loop?
When creating the TweenInfo object you can set the RepeatCount
field to a negative number to make the tween repeat indefinitely.
If this uses another tween function then you will need to use events to replay the tween.
All you need to do is when providing parameters about the tween, set the RepeatCount
to an extremely high number.