hi everyone I making a game where you shoot space ships nothing to complex but I want to make it when an enemy space ship is going to shoot it spawns another object an animated countdown timer and when the animation ends the ship will fire like in virtua cop.
seems simple enough right? so I have the enemy fighter spawn the countdown timer object
and then set an instance variable in the countdown timer to the enemy ship UID
I then asked that when the animation on the countdown timer ends if the enemy ship has the same UID as the countdown UID it will fire but it does not seem to work