Have you ever wanted to make a 3-D game on Scratch well here's how !
1. Scratch is not a 3-D program but you make 3-D projects by getting a picture of a place and copying it lot's of times.Then you make each costume bigger and make a and make a Variable called Walking . Then make this scriped
<when green flag clicked>
<forever>
<if>
<key[up]pressed?
><change{ Walking }by(1)
2.<when green flag clicked>
<forever>
<if>
<(<{ Walking }>
<=>30 )>
<next costume>
Last edited by SpidermanNZ (2009-11-20 12:34:21)
Offline
Then make a new costume of a guy that you want to play .
It has to be a picture or a drawing of a guy from behind !
And make this script
<when green flag clicked>
<forever if>
<key[Left]pressed?>
<move(5)steps>
<when green flag clicked>
<forever if>
<key[Right]pressed?>
<move(-5)steps>
Offline
I'm making a 3D scratch game
.Not like this though
Offline
just an idea
http://scratch.mit.edu/projects/Blacktom/730917
it just look like 3d, if fact you cant do much more this way
Offline
Here's a 3-D game that I have made ! http://scratch.mit.edu/projects/SpidermanNZ/748716
have lo's of fun
Last edited by SpidermanNZ (2009-11-09 14:21:25)
Offline