An old game i decided to finish

This is a game i made before joining the forums. Now im trying to finish it.

i wanna know how to destroy a sprite that hits you because the second boss battle has things that bounce around everywhere but they won’t destroy. This isnt happening with the first boss but idk why

4 Likes

the name reminds me of the ultimate quest for a single slice of pizza

1 Like


Instead of destroying the projectile that overlapped the player (That being otherSprite) you are destroying the general sprite ‘Shied left shooter’ which I believe is just the most recently created shield left shooter on the current scene. Just swap ‘shield left shooter’ with ‘othersprite’ by dragging the othersprite block to fix it! :slightly_smiling_face:

1 Like

I think i maybe fixed it.

Also i tryed to make the on A button pressed script a little shorter by adding arrays instead of duplicate code, but I somehow lost the shooting animations.

1 Like

You could try this

Or that

(the issue was that there was “Projectile” rather than “othersprite2”)

it keeps freezing when the last shield is destroyed

1 Like

“Shielding” was never defined, making it 0.

2 Likes

Sorry, on what level? And what are the shields? and how do I destroy them? :sweat_smile:

the shields are the coils in the second level and u shoot them

1 Like

u shoot the left one first and go clockwise

1 Like