Switching animations after finishing an animation [Solved]

Edge123

  • Posts: 62
I've been trying to figure out how to switch animations after one animation is finished, but I can't figure out the proper blocks for that to happen. This is the code I have so far.

https://imgur.com/a/ooYysAV

« Last Edit: September 22, 2019, 02:40:44 pm by Edge123 »

NOTA

  • Posts: 327
one super easy way,
if you know the duration of the animation or set a kill timer, then create next animation at x,y, of previous animation
a fraction of a second prior to the first animation death.

Edge123

  • Posts: 62
So I did use the after x seconds block, but I managed to do an easier method of triggering the code once and being able to switch animations without any problems. Thanks anyways for your help!