Hi,
I have a setup where a background image is supposed to tween 180 degrees for every 10 points scored. There's a global variable called "Cycle" which increases by 1 for every point scored. When it gets to 10 it's supposed to trigger the tween. It sort of works, but the tween movement it incredibly slow, even though it's set for 2 seconds. It plays at the proper speed if I add "trigger once" but then of course it only triggers one time. How can I fix this?