This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-06-05 04:28:34

scuba
Scratcher
Registered: 2007-06-05
Posts: 9

can some 1 help me make a shooting game

help me plz im a new member

Offline

 

#2 2007-06-05 08:26:02

Duncan
Scratcher
Registered: 2007-05-15
Posts: 47

Re: can some 1 help me make a shooting game

Have a look at my Simple Shooter game...

http://scratch.mit.edu/projects/Duncan/3914

and see if that gives you a start.

I started to write an easy introduction to making the game...

http://www.duncanmoran.me.uk/shooter.htm

but I have not got around to finishing it yet.  hmm

Last edited by Duncan (2007-06-05 08:26:53)

Offline

 

#3 2007-06-05 13:35:16

Olof
Scratcher
Registered: 2007-06-04
Posts: 1

Re: can some 1 help me make a shooting game

Can somebody tell me how to upload a background to my video.

Offline

 

#4 2007-06-05 14:23:16

scuba
Scratcher
Registered: 2007-06-05
Posts: 9

Re: can some 1 help me make a shooting game

does any 1 know how to make an add and subtract life bar

Offline

 

#5 2007-06-05 15:25:48

Duncan
Scratcher
Registered: 2007-05-15
Posts: 47

Re: can some 1 help me make a shooting game

Olof wrote:

Can somebody tell me how to upload a background to my video.

Select the Stage icon in the panel - bottom right.  Select the Backgrounds tab at the top of the middle panel.  Click on the Import button and select a background.

Offline

 

#6 2007-06-05 15:43:00

Duncan
Scratcher
Registered: 2007-05-15
Posts: 47

Re: can some 1 help me make a shooting game

scuba wrote:

does any 1 know how to make an add and subtract life bar

If you have three lives:

Make a sprite which looks like three hearts (or whatever you want to use)

Make a Costume by Copying the sprite and erasing one heart.

Make another Costume by Copying the last one and erasing another heart.

Make a variable called Lives

Set Lives to 3
Set the sprite to costume 1

When a life is lost  Change the Lives variable by -1 and show the next costume (so only two hearts are showing)

You will probably need to use Broadcast to communicate the death to the Lives sprite.

If they gain a life Change the Lives variable by +1 and switch back to the previous costume.

Does that make any sense?  hmm

Offline

 

#7 2007-06-05 16:13:48

scuba
Scratcher
Registered: 2007-06-05
Posts: 9

Re: can some 1 help me make a shooting game

Duncan wrote:

scuba wrote:

does any 1 know how to make an add and subtract life bar

If you have three lives:

Make a sprite which looks like three hearts (or whatever you want to use)

Make a Costume by Copying the sprite and erasing one heart.

Make another Costume by Copying the last one and erasing another heart.

Make a variable called Lives

Set Lives to 3
Set the sprite to costume 1

When a life is lost  Change the Lives variable by -1 and show the next costume (so only two hearts are showing)

You will probably need to use Broadcast to communicate the death to the Lives sprite.

If they gain a life Change the Lives variable by +1 and switch back to the previous costume.

Does that make any sense?  hmm

not really thanks though

Offline

 

#8 2007-06-06 07:58:54

Duncan
Scratcher
Registered: 2007-05-15
Posts: 47

Re: can some 1 help me make a shooting game

scuba wrote:

Duncan wrote:

Does that make any sense?  hmm

not really thanks though

Can you give us more details?  How far have you got with the game?  You could put it in the Help Me Gallery at

http://scratch.mit.edu/galleries/1393

and we could have a look and see where you are going with it.

Offline

 

#9 2007-06-06 12:24:40

uncleclives
Scratcher
Registered: 2007-05-19
Posts: 21

Re: can some 1 help me make a shooting game

Is this the sort of shooter your after ? http://scratch.mit.edu/projects/uncleclives/6281

Please feel free to look at the code if you click the sprites it will give you the script for each one.

Offline

 

#10 2007-06-07 23:35:55

scuba
Scratcher
Registered: 2007-06-05
Posts: 9

Re: can some 1 help me make a shooting game

uncleclives that is the type of shooter im looking for are they hard to make?

Offline

 

#11 2007-06-08 09:26:41

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: can some 1 help me make a shooting game

"Hard to make" depends on who you are and what your skills are.
Read the code, understand it, then see if you can do something similar.
Find *several* games you like and read the code for each one.
Quite often there will be good tricks in one game that you can apply to a different game.

Read through the messages on the forum to get programming tips.

Someone on the scratch team should be collecting the programming tips from the forum into a more compact form.

Offline

 

#12 2011-02-18 20:56:02

hazel8186
New Scratcher
Registered: 2011-02-18
Posts: 3

Re: can some 1 help me make a shooting game

http://www.teach-ict.com/ks3/djp/scratch/parrot%20shoot/parrot.html
try this link... it teaches you how to shoot parrots...

Offline

 

#13 2011-02-23 11:43:55

macandcheese
Scratcher
Registered: 2011-01-11
Posts: 99

Re: can some 1 help me make a shooting game

use variables. lifes.

Offline

 

Board footer