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

#1 2008-08-28 22:58:43

Acidscar
Scratcher
Registered: 2008-08-28
Posts: 8

Omg Help The Noob

hey im having problems making my game. its a naruto 2player fighting game. i need a pro scratcher to gude me through how to maake the animations and hp bar and stuff. it for school and i only have about 3-4days if u could help tell me how to contact you @yahoo or hotmail ect anyway i dont care plz help!

Offline

 

#2 2008-08-28 23:23:25

terminator355
Scratcher
Registered: 2008-07-31
Posts: 100+

Re: Omg Help The Noob

okay its easiest to just post here [removed by administrator], any way heres how to make the health bar:
[blocks]
make a var called "HP" then put this in each sprite (i will explain some changes)
<when green flag clicked>
<set{ HP }to( 100
<forever>
<if><touching color[ color of other sprites weapon
<change{ HP }by(<pick random( -1 )to(-10
<end>
<if><( <{ HP }> <<> 1 )>
<say[ im dead ]for( 2 )secs>
<hide>
<broadcast[ sprite1 dead
<end> 
<end>
and put the same thing in the other sprit exept name the vars name should be HP2 and the broadcast should say "sprite2 dead" also put this in both sprites:
<when I receive[ other sprites dead message
<say[ I WIN!!! ]for( 5 )secs>
<stop all>


No new stuff for now guys  wink  join me for some Black Ops on xbox: termhn or for some rock band on PS3: rocket232

Offline

 

#3 2008-08-29 11:36:39

mletreat
Scratcher
Registered: 2008-05-01
Posts: 100+

Re: Omg Help The Noob

Acidscar wrote:

hey im having problems making my game. its a naruto 2player fighting game. i need a pro scratcher to gude me through how to maake the animations and hp bar and stuff. it for school and i only have about 3-4days if u could help tell me how to contact you @yahoo or hotmail ect anyway i dont care plz help!

Try doing a search for similar projects.  Then you can download the projects and look at how they were designed to get ideas.

Here is a search I did:
http://scratch.mit.edu/pages/results?cx=010101365770046705949%3Agg_q9cry0mq&cof=FORID%3A11&q=2+player+fighting&safe=active&sa=search#1174

Offline

 

Board footer