Hi guys,
Quick question, I guess the answer is obvious, but I can't find it anywhere... :blindfold:
I am creating dynamic sprites for "magical attacks" in my game. These "magical attacks" sprites have only one state (so they get created in the proper state). I want to animate these sprites. But, on the "magical attack", if I use the animate script I get an error saying that it is impossible to animate a deactivated sprite. (The sprite is gone after hitting a tile.)
How do you verify if a sprite is active? I see the parameter "is active" in the sprite class. But it doesn't seem available in the dropdown for "if" scripts. I haven't seen a function able to return if a sprite is active or not. I guess I'm not the only one trying to determine if a sprite is active or not. What have I missed?
Thanks a lot!
