This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-05-18 18:48:17

invasor
New Scratcher
Registered: 2011-05-01
Posts: 7

Minecraft 3D

Well, guys I want to create minecraft with movements in 3D with the scratch, there are still vacancies in the team who wants to put there
big_smile

Offline

 

#2 2011-05-19 16:41:43

lemonpretzel
Scratcher
Registered: 2008-10-23
Posts: 100+

Re: Minecraft 3D

Should be in collaborations forum.

Offline

 

#3 2011-06-04 13:03:07

Hadlab
Scratcher
Registered: 2011-03-18
Posts: 100+

Re: Minecraft 3D

Check this out:

http://scratch.mit.edu/forums/viewtopic.php?pid=761062#p761062


Need a hand? Look no further! Just drop me a comment and I'll be delighted to help!   smile

Offline

 

#4 2011-06-08 10:46:20

blizzari
Scratcher
Registered: 2010-07-11
Posts: 100+

Re: Minecraft 3D

3D would lagg in scratch too much and if 2D we could use my engine Here

Last edited by blizzari (2011-06-08 10:46:31)


http://needasig.com/4OZhF.png
http://needasig.com/bBVfH.png

Offline

 

#5 2011-06-12 18:25:16

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Minecraft 3D

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

 

#6 2011-08-20 05:49:29

Baydude64
New Scratcher
Registered: 2011-08-20
Posts: 2

Re: Minecraft 3D

Can I join the team?? Im expreienced with Scratch.

Offline

 

#7 2011-08-21 08:56:46

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: Minecraft 3D

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

 

#8 2011-08-23 07:27:28

rontoking
Scratcher
Registered: 2011-03-12
Posts: 100+

Re: Minecraft 3D

I would like to help


Minecraft fan?
http://scratch.mit.edu/projects/rontoking/2496386

Offline

 

#9 2011-08-23 12:12:16

Hadlab
Scratcher
Registered: 2011-03-18
Posts: 100+

Re: Minecraft 3D

I would also like to help


Need a hand? Look no further! Just drop me a comment and I'll be delighted to help!   smile

Offline

 

#10 2011-08-23 14:38:09

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Minecraft 3D

A terrible waste, minecraft is already in 3d.

Offline

 

#11 2011-08-23 17:38:31

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: Minecraft 3D

Minecraft in 3d IN SCRATCH, dude...  tongue

Offline

 

#12 2011-08-23 17:56:28

TheBlueRocky
Scratcher
Registered: 2010-07-08
Posts: 500+

Re: Minecraft 3D

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

 

#13 2011-10-29 22:03:59

backup
Scratcher
Registered: 2010-01-23
Posts: 45

Re: Minecraft 3D

i'll make the mobs


Its backup, The CEO of ScraTV (formerly called Scratchelodeon )  big_smile   big_smile   big_smile   big_smile   big_smile   big_smile   big_smile   big_smile   big_smile   big_smile

Offline

 

#14 2011-10-29 22:08:41

backup
Scratcher
Registered: 2010-01-23
Posts: 45

Re: Minecraft 3D

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)


Its backup, The CEO of ScraTV (formerly called Scratchelodeon )  big_smile   big_smile   big_smile   big_smile   big_smile   big_smile   big_smile   big_smile   big_smile   big_smile

Offline

 

#15 2011-10-29 22:38:53

imaperson123
Scratcher
Registered: 2011-07-20
Posts: 100+

Re: Minecraft 3D

Baydude64 wrote:

Can I join the team?? Im expreienced with Scratch.

I agree with TheBlueRocky, you aren't even a "Scratcher" on the forums.


http://gstheadquarters.weebly.com/uploads/9/3/8/8/9388597/7786047.gif [img][/img] http://internetometer.com/image/31593.png http://blocks.scratchr.org/API.php?user=imaperson123&amp;action=onlineStatus

Offline

 

#16 2011-10-29 22:40:28

imaperson123
Scratcher
Registered: 2011-07-20
Posts: 100+

Re: Minecraft 3D

Is this collab the "stamp method?"


http://gstheadquarters.weebly.com/uploads/9/3/8/8/9388597/7786047.gif [img][/img] http://internetometer.com/image/31593.png http://blocks.scratchr.org/API.php?user=imaperson123&amp;action=onlineStatus

Offline

 

#17 2012-01-03 12:28:34

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Minecraft 3D

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:

Code:

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

 

#18 2012-01-04 11:37:57

jennifersahara
New Scratcher
Registered: 2012-01-04
Posts: 3

Re: Minecraft 3D

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

 

#19 2012-02-09 13:17:51

vectrex
New Scratcher
Registered: 2012-01-22
Posts: 4

Re: Minecraft 3D

have u guys started? i dont really want to help, but i can test play the game to see how good it is  smile

Offline

 

#20 2012-02-09 13:34:31

poopo
Scratcher
Registered: 2009-09-20
Posts: 1000+

Re: Minecraft 3D

Any of you know trigonometrey? Matrix Math? Vector Math?


http://i45.tinypic.com/28rnqki.jpg

Offline

 

#21 2012-02-10 00:27:13

TakeItEasy
Scratcher
Registered: 2012-02-08
Posts: 34

Re: Minecraft 3D

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

 

#22 2012-04-10 17:34:31

lisi002
New Scratcher
Registered: 2012-04-10
Posts: 1

Re: Minecraft 3D

i do not can scratch but you guys can make a game just like minecraft pleas  smile

Offline

 

#23 2012-04-10 19:37:32

backspace_
Scratcher
Registered: 2012-03-21
Posts: 500+

Re: Minecraft 3D

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...


Your tiny hands
Your crazy kitten smile

Offline

 

#24 2012-05-10 13:04:07

Alansw
Scratcher
Registered: 2011-08-23
Posts: 1

Re: Minecraft 3D

lol! scratch MINECRAFT!!!!

Offline

 

#25 2012-08-18 15:43:50

Aveman00
Scratcher
Registered: 2012-04-29
Posts: 2

Re: Minecraft 3D

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

 

Board footer