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

#1 2009-11-14 22:28:05

SpidermanNZ
Scratcher
Registered: 2008-11-02
Posts: 72

This is how you make a 2-D game on Scratch

Draw a guy by pressing the butten with a pen on it and draw the guy that you want to play in your game then when you have finiched click on OK .Then click on it and click on it and drag in these blocks . 
[blocks]
<when green flag clicked>
<forever if>
   <key[Right]pressed?>
    <move(5)steps>
   

  [blocks]
<when green flag clicked>
<forever if>
   <key[Left]pressed?>
    <move(-5)steps>

Now you should have a guy that you can control when you press the green flage .
Then click on the box with the pen on it and draw a background.

Then click on OK and now you should have a background with a guy that you can control .

Offline

 

#2 2009-11-19 11:26:07

Justinw
Scratcher
Registered: 2009-11-18
Posts: 3

Re: This is how you make a 2-D game on Scratch

[block]<pen down><set pen color to( green)<pen up><when green flag clicked><forever if><move(  )steps><turn cw(  )degrees>[/blocks]like this

Offline

 

#3 2009-11-22 16:09:17

game_freak42
Scratcher
Registered: 2009-09-04
Posts: 100+

Re: This is how you make a 2-D game on Scratch

or
<when green flag clicked><forever if><left arrow clicked><change x by(-5)
<when green flag clicked><forever if><right arrow clicked><change x by(5)

Offline

 

#4 2009-11-23 01:16:36

bharti
Scratcher
Registered: 2009-11-21
Posts: 69

Re: This is how you make a 2-D game on Scratch

too confusing for me..i am learning...but i will try it.


She love scratch | I love Scratch | So She loves me :-)....

Offline

 

#5 2009-12-01 23:27:35

game_freak42
Scratcher
Registered: 2009-09-04
Posts: 100+

Re: This is how you make a 2-D game on Scratch

or!
<when green flag clicked>
<forever if>
<key[right arrow]pressed?>
<set{X VELOCITY}to(5)
<change x by(<{x velocity}>

<when green flag clicked>
<forever if>
<key[left arrow]pressed?>
<set{X VELOCITY}to(-5)
<change x by(<{x velocity}>

Offline

 

#6 2009-12-03 10:09:33

chank
Scratcher
Registered: 2009-11-18
Posts: 1

Re: This is how you make a 2-D game on Scratch

<move( 2 )steps><turn cw( 360<turn cw( 360<direction> )degrees> )<switch to costume[ cut<play sound[ sum

Offline

 

#7 2009-12-10 04:09:17

JAKESnake09
Scratcher
Registered: 2009-12-10
Posts: 1

Re: This is how you make a 2-D game on Scratch

go coocoo

Offline

 

Board footer