stuntman021 wrote:
You don't. It's impossible.
nothing is impossible I saw a man fly yesterday
Offline
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.
Offline
It depends on your definition of 3D...
This is my 1st person 3d Dungeon explorer game.
Offline
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
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
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
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
does it cost money? ( i like blender....wiht more complexity comes more power)
Offline
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
Offline
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
ah, there are way to mathematically do all the base 3D calculations....but that requires ALOT of trig and math.....
Offline
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
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.
Offline
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!
Offline
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...
Offline
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
you can make things look 3d by using layers to see what I mean look here http://scratch.mit.edu/projects/Tickles/365321
Offline