Overlay Help Firaballs

How do you make a fireball spin when it’s in the characters hand?

1 Like

It’s called rotating. Here’s an example where overlay spins itself:
@overlay FIREBALL rotates 360 anchor point 0.5 0.5 in 4
This means that the FIREBALL will spin 1 time at anchor point 0.5 0.5 in 4 seconds.
If you want it to rotate more than 1 time, then add another 360. It could be 720 or as much as you like. I hope that helped. Also if you want more information about how rotating works check out episode guides. :point_down:
https://www.episodeinteractive.com/write/guides

1 Like