#having little problem with tweens
4 messages · Page 1 of 1 (latest)
but i think the real problem is the fact that you reapply a tween every time the orb enters the collection area. and since the movement begins as backwards, it directly exits it just to reenter it again. and since the last created tween decides the movement it gets reset each time. but the first one still collects it when its time runs out, so it still gets triggered after 0.5 secons.
you should make it so the tween gets created only on the first time the orb enters the area.
thanks, i will check it
okay, so i changed it so it only makes the tween once, and it works perfect now