Hello, so in my game I have a boss intro. After the boss intro is done, then he can start tweening toward the waypoints I put around in the scene. But the boss is ignoring the Tweens.
Hi KulerDeveloper, in your waypoint 1 tween has finished event, have you tried putting in Remove waypoint 1 tween in the action before playing the waypoint 2 tween? You could also try putting a Trigger once in the BossIntroIsTrue condition
bossIntroIsDone,Trigger once → tween waypoint 1
Tween waypoint 1 finished → remove tween waypoint 1, play tween waypoint 2
Hi thank you so much for the suggestion. It kind of did something: Boss moves to the first waypoint and then when he is going to move to the next one he stops abruptly!! I think,I’m going to remove the tween behaviour all together. It has never acted so weird on me
Ok I’ll try that next time. Right now the boss has a series of behaviours that work well with the theme of the game and it took some time to code it, so I’m not touching it for the time being.
You can try it here colorpalettetopdown | Play on gd.games