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

#1 2012-07-15 13:54:20

ghopkins
New Scratcher
Registered: 2012-07-15
Posts: 2

Zombie game?

I was thinking making a game where you have to kill an assortment of zombies. With each wave getting harder and faster.

I am new to this so it might take a while for me to understand.

So how do I. . .

-Make a simple title screen with background music
-Make it so when I click a zombie a flare will come out the gun and the zombie will die.
-Have zombies take more than 1 hit.
-Make animations
-Have an instance of a click trigger a sound.

This could be asking alot but please help me in anyway possible.

I can make my own art.

Offline

 

#2 2012-07-15 14:27:28

ghopkins
New Scratcher
Registered: 2012-07-15
Posts: 2

Re: Zombie game?

bump

Offline

 

#3 2012-07-16 07:45:53

RoyKoopa
New Scratcher
Registered: 2012-07-16
Posts: 4

Re: Zombie game?

I'll help... My bro powermario67 is a very good Zombie Game maker... I'll make the game for  you and you do not have to give credit  big_smile

Offline

 

#4 2012-07-16 07:50:10

RoyKoopa
New Scratcher
Registered: 2012-07-16
Posts: 4

Re: Zombie game?

First off... What do you want the title to be?
Here are some ideas:

Zombie Legends, Zombie Village, Zombie Apocalypse, Zombie Souls, Zombie Spirits

Offline

 

#5 2012-07-16 10:43:59

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Zombie game?

RoyKoopa wrote:

I'll help... My bro powermario67 is a very good Zombie Game maker... I'll make the game for  you and you do not have to give credit  big_smile

I think he's asking for help with the game, not someone making a game.  Anyways, check out my Zombie Defence game.  I have a title screen that you can edit, you could change the scripts to make the zombies take more than one hit, make better animations/graphics, and add sounds.  To add sounds, you would have to record them/import them and then add it in-between lines of script where you want it.  I have bad graphics, but you make your own.  Change my scripts a little, also, please. Instead of a flare, I used a bullet.
Just look at the scripts and ask me any questions you'd like.  Do you know how do put scratchblocks in the forum?  If you don't, I can teach you so that you show me the scripts instead of just saying what it looks like.  For example,

Code:

[scratchblocks]
when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs
[/scratchblocks]

makes

when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#6 2012-07-16 15:20:28

Prestige
Scratcher
Registered: 2008-12-15
Posts: 100+

Re: Zombie game?

Zombie Games are fun  smile
Take a look at these 2, especially the bottom one (It isn't mine), examples of a zombie game. The second is what I'd argue to be the most well executed zombie game on all of scratch, ever. Check out some of the scripting for ideas  smile
Undead Legacy
Krazy Killer
Hope these help for some ideas, and again pay particular attention to Krazy Killer  smile

Good luck!  smile


"Don't insult someone until you've walked a mile in their shoes. That way, if they don't like what you have to say, you'll be a mile away and still have their shoes  smile  "

Offline

 

Board footer