I want the player to click on the target for the object to shoot. However, the bullet object doesn’t show up on screen. The bullet is working since when it collides it’s deleting the target. I’m not sure why it isn’t showing up if it’s working.
Have you tried debugging by removing the actions that hide the arrows? If so what happens.
It still doesn’t show up even after I removed the hide and show arrows.
Ugh that’s horrible news. Ok it doesn’t seem like they’re going too fast to see, by any means. You set the right bullet object in the bullet event to show the bullet image?
I’m pretty sure I did, I really don’t know why it isn’t showing…
Yeh it looks like you did, I was grasping. Ok what about this: what if you’re too close to the object so the bullet hits it instantly without travelling and deletes itself. Does the object seem to delete quickly after firing?
yeah, like a second or two after, depends on the distance. Like, it works fine, but I just can’t see it firing the arrow unfortunately. If it doesn’t appear it’s not as bad since it works. I’d just like to see it since it adds to the game.
Nono, I’m wrong, you don’t even delete the bullets when they hit something, you delete the object being hit. So we’d still see the bullet anyway.