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

#26 2008-10-26 15:21:23

registeel
Scratcher
Registered: 2008-04-27
Posts: 500+

Re: How do you make 3d games

stuntman021 wrote:

You don't. It's impossible.

nothing is impossible  wink  I saw a man fly yesterday

Offline

 

#27 2008-11-02 01:26:43

bart9032
Scratcher
Registered: 2008-06-16
Posts: 100+

Re: How do you make 3d games

thanks for helpin'


Hi, my name is Bartholomew JoJo 'Bart' Simpson. Nice to meet you,
Actually, no I am not Bart Simpson. I am bart9032  cool

Offline

 

#28 2008-11-03 12:52:53

awsomemaster
Scratcher
Registered: 2008-04-10
Posts: 83

Re: How do you make 3d games

there may be a way i think i know how to do that. you have a plain gray map but it has difrent parts then you use a dot to represent the object when the dot is touching difrent parts of the map it makes it look difrent from difrent veiws  then have white clear sprints so when the object touches them it looks difrent to so it gives the efect of 3d. now its realy hard to explane so you'l just have to hope i do it so you can see what i'm talking about.


scar the REAL 3d fps we've all been waiting for

Offline

 

#29 2008-11-03 14:27:01

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: How do you make 3d games

It depends on your definition of 3D... 

This is my 1st person 3d Dungeon explorer game.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#30 2008-11-05 23:34:21

bobfredproductions
Scratcher
Registered: 2008-08-20
Posts: 6

Re: How do you make 3d games

awsomemaster wrote:

there may be a way i think i know how to do that. you have a plain gray map but it has difrent parts then you use a dot to represent the object when the dot is touching difrent parts of the map it makes it look difrent from difrent veiws  then have white clear sprints so when the object touches them it looks difrent to so it gives the efect of 3d. now its realy hard to explane so you'l just have to hope i do it so you can see what i'm talking about.

Thats what i did

Offline

 

#31 2008-11-07 08:55:36

NXTGeek
Scratcher
Registered: 2008-03-27
Posts: 100+

Re: How do you make 3d games

Bluestribute wrote:

ilovescratch1 wrote:

I've heard of a program called "Blender," but I have NO IDEA how to use it. Oh, and you can download it here.

Blender is too complex for me. I can't even get it to render! (I don't know why it isn't!?!)

guys, if you want to learn how to use blender, go to Blender Basics. and download the whole thing (all 22MB) not the parts. It is an exellent tutorial. I highly recommend you go through it.

Offline

 

#32 2008-11-07 09:01:31

NXTGeek
Scratcher
Registered: 2008-03-27
Posts: 100+

Re: How do you make 3d games

if you guys want to make your series of screen shots look like they point twords the sprite's direction, use this kind of code.

switchtocostume[((((direction-90)*64))/360)*-1)]
where 64 is the number of costums.

I use ths metod in http://scratch.mit.edu/projects/NXTGeek/293561 (sorry it wont let me post a normal link)

Last edited by NXTGeek (2008-11-07 09:09:36)

Offline

 

#33 2008-11-08 13:42:32

openblammo
Scratcher
Registered: 2008-11-07
Posts: 4

Re: How do you make 3d games

You know what would be a much better tool for Scratch users to make 3D games? Alice. http://www.alice.org/

It's *much* easer than spending 72 years trying to learn the insanely complicated (but very powerful) Blender. It also has a similar interface and comprehensive tutorials, so you'll be right at home.

Last edited by openblammo (2008-11-08 13:44:10)

Offline

 

#34 2008-11-18 14:42:13

NXTGeek
Scratcher
Registered: 2008-03-27
Posts: 100+

Re: How do you make 3d games

does it cost money? ( smile  i like blender....wiht more complexity comes more power)

Offline

 

#35 2008-11-18 15:10:59

Dan01
Scratcher
Registered: 2008-06-11
Posts: 100+

Re: How do you make 3d games

NXTGeek wrote:

does it cost money? ( smile  i like blender....wiht more complexity comes more power)

If you're talking about Alice, then it doesn't cost money.


http://img3.imageshack.us/img3/4743/ubd6522wp8.png
http://img3.imageshack.us/img3/4667/ubd3758ox2.png

Offline

 

#36 2008-12-10 22:29:44

Level-Up
Scratcher
Registered: 2008-12-10
Posts: 1

Re: How do you make 3d games

To make a 3D project, you need to mix the ZoomX(Created by Inventor coming out in a week), the ScrollX and ScrollY together(Williamstaa has one of both in 1 project!) and the hideX/Y/Edge(Created by Inventor coming out in 2 days)! Put'em in 1, draw a 3D object, add the scripts in and... PRESTO!

Offline

 

#37 2008-12-21 17:14:50

NXTGeek
Scratcher
Registered: 2008-03-27
Posts: 100+

Re: How do you make 3d games

could you give us a link when it comes out?

Offline

 

#38 2008-12-24 09:36:06

djinne
Scratcher
Registered: 2008-12-09
Posts: 1

Re: How do you make 3d games

<when green flag clicked><forever><if><key[up]pressed?><change size by(-5)

Offline

 

#39 2008-12-24 11:31:00

thegamemaker5000
Scratcher
Registered: 2008-09-06
Posts: 25

Re: How do you make 3d games

You can make four costumes and make it so it changes costumes when you go a quarter. But, it won't work well. Add shading to make it more 3D.

Offline

 

#40 2008-12-25 09:52:19

NXTGeek
Scratcher
Registered: 2008-03-27
Posts: 100+

Re: How do you make 3d games

ah, there are way to mathematically do all the base 3D calculations....but that requires ALOT of trig and math.....

Offline

 

#41 2008-12-28 12:44:00

skater123
Scratcher
Registered: 2007-12-23
Posts: 6

Re: How do you make 3d games

Here's what i did to make a space starfighter game.
It was all done with perspective, multiple backgrounds appeared to come closer to you as you move forward. Here it is.
http://scratch.mit.edu/projects/skater123/362952

Offline

 

#42 2008-12-29 18:38:22

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: How do you make 3d games

you could also take a picture of a 3d object, crop it in  photoshop , save and import.


Hai.

Offline

 

#43 2008-12-29 19:20:52

bart9032
Scratcher
Registered: 2008-06-16
Posts: 100+

Re: How do you make 3d games

fg123 wrote:

you could also take a picture of a 3d object, crop it in  photoshop , save and import.

Only one problem, I don't have photoshop.


Hi, my name is Bartholomew JoJo 'Bart' Simpson. Nice to meet you,
Actually, no I am not Bart Simpson. I am bart9032  cool

Offline

 

#44 2008-12-29 20:20:30

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: How do you make 3d games

bart9032 wrote:

fg123 wrote:

you could also take a picture of a 3d object, crop it in  photoshop , save and import.

Only one problem, I don't have photoshop.

Then crop it in MS Paint

Offline

 

#45 2008-12-29 23:13:47

bart9032
Scratcher
Registered: 2008-06-16
Posts: 100+

Re: How do you make 3d games

coolstuff wrote:

bart9032 wrote:

fg123 wrote:

you could also take a picture of a 3d object, crop it in  photoshop , save and import.

Only one problem, I don't have photoshop.

Then crop it in MS Paint

Don't have it but I can crop it in Microsoft digital image suite 2006!


Hi, my name is Bartholomew JoJo 'Bart' Simpson. Nice to meet you,
Actually, no I am not Bart Simpson. I am bart9032  cool

Offline

 

#46 2008-12-30 01:57:49

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: How do you make 3d games

bart9032 wrote:

coolstuff wrote:

bart9032 wrote:


Only one problem, I don't have photoshop.

Then crop it in MS Paint

Don't have it but I can crop it in Microsoft digital image suite 2006!

If you have a PC you should have paint. If you have a mac then you won't have it, but there's lots of great image editing tools for mac...


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#47 2009-01-03 01:31:47

ilikesonicandCP
Scratcher
Registered: 2008-09-25
Posts: 10

Re: How do you make 3d games

I know how to make a 3D ball in scratch. Do the paint fill in bucket with the glowing circle inside, take the part not from the glowing circle and fill in near the circle.

Offline

 

#48 2009-01-03 07:48:35

Yoda12999
Scratcher
Registered: 2008-05-30
Posts: 17

Re: How do you make 3d games

if you want a 3d program use softimage xsi 6 mod tool. Blender is to complicated and mod tool comes with tutorials. or wait for Croquet.


The two fix-alls, duct tape and hitting it with a crowbar!

Offline

 

#49 2009-01-03 08:05:38

johnnyboy
Scratcher
Registered: 2009-01-03
Posts: 5

Re: How do you make 3d games

stuntman021 wrote:

You don't. It's impossible.

omg..  big_smile  big_smile  lol

Offline

 

#50 2009-01-03 16:12:41

Tickles
Scratcher
Registered: 2008-11-16
Posts: 49

Re: How do you make 3d games

you can make things look 3d by using layers to see what I mean look here http://scratch.mit.edu/projects/Tickles/365321


A fun original puzzle game. The only one of its kind on scratch! Click here!

Offline

 

Board footer