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

#1 2009-08-20 22:45:11

agentblueberry
Scratcher
Registered: 2009-08-19
Posts: 100+

My list of needs!

I want to know how to make

better CPU
health bars
online interaction. (like wf games on wii)
a character select screen
stage select screen
combos

basicly, a perfect fighting game.


The story of agent Blueberry in the works: http://scratch.mit.edu/projects/agentblueberry/1070585 You must download it to play it.
.

Offline

 

#2 2009-08-20 22:52:43

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: My list of needs!

You can look for a project calls RPG bars for a method or health bars. Wifi multiplayer games are not currentely supported in Scratch, but if you can make really advanced AIs you could pretend they are other humans.

I'm not sure how to explain the others, but I'll post on this topic as I find them.

Offline

 

#3 2009-08-25 11:04:26

agentblueberry
Scratcher
Registered: 2009-08-19
Posts: 100+

Re: My list of needs!

how do I make a CPU for a fighting game?


The story of agent Blueberry in the works: http://scratch.mit.edu/projects/agentblueberry/1070585 You must download it to play it.
.

Offline

 

#4 2009-08-25 17:29:35

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: My list of needs!

agentblueberry wrote:

how do I make a CPU for a fighting game?

What type of game do you want the CPU for? CPUs range from a middle difficulty to exteremely hard, close to impossible on Scratch. You may need a lot more experience, I have been on Scratch for 2 years and still am not up to making some types of CPUs. But if I am going to help you, I will need more specifics.

Offline

 

#5 2009-08-25 20:12:50

aweman
Scratcher
Registered: 2008-06-22
Posts: 100+

Re: My list of needs!

I doubt you can do wf on scratch.

Offline

 

#6 2009-08-27 20:35:05

agentblueberry
Scratcher
Registered: 2009-08-19
Posts: 100+

Re: My list of needs!

shadow_7283 wrote:

agentblueberry wrote:

how do I make a CPU for a fighting game?

What type of game do you want the CPU for? CPUs range from a middle difficulty to exteremely hard, close to impossible on Scratch. You may need a lot more experience, I have been on Scratch for 2 years and still am not up to making some types of CPUs. But if I am going to help you, I will need more specifics.

I want the CPU to be able to attack the player, and do  things depending on where the CPU and  player is.


The story of agent Blueberry in the works: http://scratch.mit.edu/projects/agentblueberry/1070585 You must download it to play it.
.

Offline

 

#7 2009-08-28 17:37:31

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: My list of needs!

agentblueberry wrote:

shadow_7283 wrote:

agentblueberry wrote:

how do I make a CPU for a fighting game?

What type of game do you want the CPU for? CPUs range from a middle difficulty to exteremely hard, close to impossible on Scratch. You may need a lot more experience, I have been on Scratch for 2 years and still am not up to making some types of CPUs. But if I am going to help you, I will need more specifics.

I want the CPU to be able to attack the player, and do  things depending on where the CPU and  player is.

OK, that kind of helps. I'm going to be honest, if you want super smash bros. style fighting, I can't help you much (if at all). If you want turn-by-turn fighting, that is not too difficult. It is basically a lot of <pick random(  )to(  blocks. You just have to come up with fiting equations. Lets say you have a level 5 computer and you want him to have a better attack range than a level one. You would use something like this
<when I receive[ Attack!
<set{ Attack }to( <pick random( (( <{ Level }> <*> 5 )) )to( (( <{ Level }> <*> 7 ))
<change{ Player 1's Health }by( (( <{ Player 1's Health }> <-> <{ Attack }> ))

If this is want you want, I can make projects with specifics.

Offline

 

Board footer