How would I go about checking if the sprite is hidden by an animation's flash effect or not?
Within Sprite_Character, I have a script to show event names - However, by setting the name visibility to that of the sprite itself during the update, it doesn't hide, which makes me think that the animation hide doesn't set the sprites visibility to false and back again.
Is there a way to check if a character's animation has made it invisible?
Within Sprite_Character, I have a script to show event names - However, by setting the name visibility to that of the sprite itself during the update, it doesn't hide, which makes me think that the animation hide doesn't set the sprites visibility to false and back again.
Is there a way to check if a character's animation has made it invisible?