Hello Guys,
I am going to attempt to make a 3D (and maybe scrolling) football game (which will be posted on Scratch) but I am unsure how to do 3-D.
I think it is just adding a <{z-axis }> and making sprites get smaller as they get further away, but if I am wrong, or there are extra things, or anyone has the coding for 3-D i would be most welcom to it - so please post it.
Thanks!
Offline
Your Z-Axis variable choice works great for a fake perspective illusion, and as long as there's only one sprite.
As soon as you start getting a bigger (let alone scrolling) scene, it all messes up without a decent amount of hard math.
Maybe keep it 2D, with a 3D illusion like the game zombie dawn (note the walls).
Offline
I made a small 3D Enviroment. It includes a 3D obstical.
http://scratch.mit.edu/projects/what-the/1287233
Offline
spud1998 wrote:
Ok thanks Andrew - does that mean I can only make 1 sprite 3D? I know Scratch has limitations (database, scripts etc) but surely it can make more things 3-D?
Only Pseudo-3D, as Scratch was born 2D and is created for kids.
BTW, I'm not andrew. That's just a quote in my signature
Offline
spud1998 wrote:
Ok thanks Andrew - does that mean I can only make 1 sprite 3D? I know Scratch has limitations (database, scripts etc) but surely it can make more things 3-D?
I've seen 3D engines, but due to the limitations of Scratch they tend to be too slow and crude to really be of any use besides simply proving it can be done.
Offline