I have a sprite named Bob. Bob has 3 animations name Tom, Dick & Harry.
'On Start Of Layout' the Tom, Dick & Harry animations are hidden at different points of the game. The player moves around and when the player finds, lets say Tom, and taps Tom, how do I just destroy Tom and not the other animations.
I can't do 'on clicked object > destroy > Bob', because than all of Bob's animations are destroyed. I just need to destroy the animation that was tapped, just Tom.
I can't find an option for 'on click/tap > destroy > just the specific animation of Bob's, that is named Tom'
Thoughts?
Thank you.