iCode-747 wrote:
Will somebody please explain how you can go 3D in Scratch in simple words.
Here's the simplest I can go:
You can't.
Offline
VERY SIMPLE:
you make variables. The variables make the things look BIGGER and smaller. Lots of math.
Simple:
Make variables to remember positions. Use a lot of math for collision detection.
Not so simple:
Make variables to record coordinates and then set the size of the sprite depending on Z position. Round position numbers for basic hit collision, or record every single point where a sprite is hitting something.
Or the other kind of 3D:
Google/blender/sketchup/good artist/scratch
Last edited by juststickman (2010-03-12 16:02:19)
Offline
If you want to make 3d wire frames like Rhy does then apply the concepts here http://www.kirupa.com/developer/actionscript/3dindex.htm
Its not hard if you are decent with programming.
Offline