OK, so think back to the 16-Bit era... Super Mario Kart. Wasn't true 3D, but it looked like it.
F-Zero. Pseudo-3D racing. LOVE IT!
Special Stages for Sonic CD. Again, wasn't true 3D, but looked like it.
We need this type of thing for Scratch. Who else agrees? It could prove to be VERY useful for new creative ideas.
Offline
You can currently can do 3D with Scratch. See this wiki page to learn more.
Offline
OK, but maybe there can be a simpler interface then?...
Possibly something like this?:
Sonic CD SS:
To turn left:
Script for the Mode 7 plane:
<if> <key[ Left arrow ]pressed?>
<repeat until><< <not> <key[ Left arrow ]pressed?> >>
<change[ Mode-7/RotateX ]effect by( 2
I'm aiming for something like this:
http://www.scratch.mit.edu/ext/youtube/?v=fkNA3-Nb3bM
Offline
Yeah, without the repeat. For some reason the forum post thing is adding that repeat to the address. Thanks for trying, though.
Offline
SpeedySpikes wrote:
I'm aiming for something like this:
http://www.scratch.mit.edu/ext/youtube/?v=fkNA3-Nb3bM
So am i
Offline