Hi!
I'm trying to make a Starship Enterprise game where the Klingons shoot at you and scroll up and down.
I need some serious help with these issues-
1. How to make the bullet disappear after the enemy dies
2. How to change the score when an enemy is hit.
3. How to make a loading screen with instructions
4. How to make a game over screen
5. How to make the enemy disappear when it is hit by a bullet.
Thank you so much if you can help! I need to do this for an ICT project.
Offline
You may learn something by looking at the code for this game: http://scratch.mit.edu/projects/BoltBait/1610128
Hope this helps.
Last edited by BoltBait (2012-08-23 02:50:11)
Offline
For the bullet I'd suggest something like this:
Then the same thing basically for the enemy, except 'if touching bullet'. You could also tack on awhenclicked
foreveriftouchingenemywait0.1secshide
to increase your score when the enemy dies.changescoreby1
Last edited by Scratcher456 (2012-08-23 10:26:35)
Offline
I think I can help you with that. It'll be easier to see if I just post a project and link it here. I'll try to get that up tomorrow.
Offline
Here you go! http://scratch.mit.edu/projects/Scratcher456/2749114
Offline