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

#1 2009-11-09 00:14:19

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

How to make 3-D Scratch games

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

 

#2 2009-11-09 00:48:03

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

Re: How to make 3-D Scratch games

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

 

#3 2009-11-09 07:25:26

onethousand
Scratcher
Registered: 2009-05-03
Posts: 96

Re: How to make 3-D Scratch games

I'm making a 3D scratch game  wink
.Not like this though


Ready? Defend!
http://scratch.mit.edu/projects/onethousand/741108

Offline

 

#4 2009-11-09 08:54:15

Blacktom
Scratcher
Registered: 2009-11-09
Posts: 1

Re: How to make 3-D Scratch games

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

 

#5 2009-11-09 14:16:14

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

Re: How to make 3-D Scratch games

Here's a 3-D game that I have made ! http://scratch.mit.edu/projects/SpidermanNZ/748716
have lo's of fun  smile

Last edited by SpidermanNZ (2009-11-09 14:21:25)

Offline

 

Board footer