Hey this topic is probably old, but since your looking forward to making 3D graphics, you should wait until Scratch3D comes out(Soon In About A Month Or 2 Weeks), if you would like I can update some news about Scratch3D.
Offline
May I please join? I'm good with 3d in Scratch, and most of the time it won't lag.
I use lists to save the positions of blocks so that when the character moves, it re-renders it depending on how you move.
Last edited by Scratchthatguys (2011-08-21 09:00:33)
Offline
A terrible waste, minecraft is already in 3d.
Offline
Baydude64 wrote:
Can I join the team?? Im expreienced with Scratch.
How can we believe you? You haven't uploaded any projects and you have 2 posts on the forum.
Offline
heres the script
[blocks]
<when I receive[mobseen]
<set{ mobmovement }to(<pick random( 1 )to( 8
[/blocks]
and then if it is one make the mob move straight ahead
if 2, make the mob move northeast
if 3, make the mob move east,
if 4, make the mob move southeast,
if 5, make the mob move south,
if 6, make the mob move southwest,
if 7, make the mob move west,
if 8, make the mob move northwest.
it will pick 1 number each [pick random 1 to 4] second(s).
all of these movements are 1 meter ahead.
i will be posting a mob movement test today. possibly a mob killing test.
Last edited by backup (2011-10-29 22:10:05)
Offline
Baydude64 wrote:
Can I join the team?? Im expreienced with Scratch.
I agree with TheBlueRocky, you aren't even a "Scratcher" on the forums.
Offline
We can use lots of different ways to create a Minecraftian like 3D. My idea is that we could get a square, and use this script to render one block:
when green flag clicked set size to (how close it is to the viewer) set y position to (how far it is from the viewer) repeat 50 (change 50 to any number, experiment!) set direction to 0 move 1 step set direction to (rotation in the third dimension) stamp end repeat
That is the script to render one cube, you can experiment with the values except the 0, which must be a 0.
Obviously this script does not make a 3D game that is finished, it just makes one 3D brick: please do not complain if it does not make a working game.
Offline
I've no experience to create mine-craft 3d.
But here i would like to ask! Where i can learn about creating a minecraft 3d or 2d!
Offline
backup wrote:
heres the script
[blocks]
<when I receive[mobseen]
<set{ mobmovement }to(<pick random( 1 )to( 8
[/blocks]
and then if it is one make the mob move straight ahead
if 2, make the mob move northeast
if 3, make the mob move east,
if 4, make the mob move southeast,
if 5, make the mob move south,
if 6, make the mob move southwest,
if 7, make the mob move west,
if 8, make the mob move northwest.
it will pick 1 number each [pick random 1 to 4] second(s).
all of these movements are 1 meter ahead.
i will be posting a mob movement test today. possibly a mob killing test.
A mob that does this will constantly shuffle around for no reason. ADD mobs?!
Offline
backup wrote:
heres the script
[blocks]
<when I receive[mobseen]
<set{ mobmovement }to(<pick random( 1 )to( 8
[/blocks]
and then if it is one make the mob move straight ahead
if 2, make the mob move northeast
if 3, make the mob move east,
if 4, make the mob move southeast,
if 5, make the mob move south,
if 6, make the mob move southwest,
if 7, make the mob move west,
if 8, make the mob move northwest.
it will pick 1 number each [pick random 1 to 4] second(s).
all of these movements are 1 meter ahead.
i will be posting a mob movement test today. possibly a mob killing test.
er, if the thing is in 3-D you'll need to have a code so that the mob will increase in size as it moves closer, moves over blocks in your map list, takes damage to itself, and attacks the player...
Offline
hey im experienced in making 3d games i would highly appreciate it if i could be in the team on winning the race to minecraft (on scratch) ive done my research on 3d game making on scratched so i could be the programmer or id be fine with just the lowest rank i just want to help
-Aveman00
Offline