Discuss Scratch

TheCuteNoobyBlu
Scratcher
6 posts

How do I make game like minecraft?

How do I make a game like minecraft?
nejc
Scratcher
1 post

How do I make game like minecraft?

k9lego
Scratcher
1000+ posts

How do I make game like minecraft?

nejc wrote:

check this out
What he said.
meowflash
Scratcher
500+ posts

How do I make game like minecraft?

This post goes in Help With Scripts.
awsomedogdude123
New Scratcher
2 posts

How do I make game like minecraft?

How do you create Mnecraft 2D version? I am very curious. I have been always so faatenated that you can make a copy of it. Do you know who made the real Minecraft?
k9lego
Scratcher
1000+ posts

How do I make game like minecraft?

awsomedogdude123 wrote:

How do you create Mnecraft 2D version? I am very curious. I have been always so faatenated that you can make a copy of it. Do you know who made the real Minecraft?
Mojang.
childishbeat
Scratcher
56 posts

How do I make game like minecraft?

Search How to make a Minecraft game in Scratch on YouTube
typemaster
Scratcher
100+ posts

How do I make game like minecraft?

Generate blocks like this:

whenclickedrepeat14createcloneofdirt blockgotox:pickrandom-7to7y:40
etc.

Make Steve walk like this:

whenspace keypressedchangeyby15whenleft arrowkeypressedchangexby-1whenright arrowkeypressedchangexby1
Elibelly1234
Scratcher
100+ posts

How do I make game like minecraft?

my Collab that im in is making a Minecraft ready set go check it out if you like click here to go to it
declan521
New Scratcher
1 post

How do I make game like minecraft?


braxbroscratcher
Scratcher
1000+ posts

How do I make game like minecraft?

I am making a terraria game, (a 2d minecraft) so would you like to check it out? You can get a link on my profile under What I am Working On.
smiley_face_101
Scratcher
41 posts

How do I make game like minecraft?

Chikmii
Scratcher
4 posts

How do I make game like minecraft?

My browser / operating system: Windows 7, Chrome 35.0.1916.114, Flash 13.0 (release 0)
oplu7
Scratcher
7 posts

How do I make game like minecraft?

If you want to make minecraft, make millions of pounds/dollars and use C++ not Scratch. It is too slow
awesomegames123
Scratcher
100+ posts

How do I make game like minecraft?

oplu7 said that you should use cou ld use cplus plus ( i can't find the plus key on my keyboard) yes that is true, but scratch is much better as that is horribly complicated, scratch is for fun and to get a sense of programming
hulkiki
New Scratcher
14 posts

How do I make game like minecraft?

hoowwwwwwwwwww do you make minecraft
OctopusRave
Scratcher
17 posts

How do I make game like minecraft?

typemaster wrote:

Generate blocks like this:

whenclickedrepeat14createcloneofdirt blockgotox:pickrandom-7to7y:40
etc.

Make Steve walk like this:

whenspace keypressedchangeyby15whenleft arrowkeypressedchangexby-1whenright arrowkeypressedchangexby1
Better script for jumping:
whenclicked
setgravityto0.6
setvelocitytovelocity+gravity
foreverifkeyspacepressed?thensetytoyposition+-2*velocityelsesetytoyposition+velocity
I'm pretty sure that's how it's done. Might be wrong, I have difficulty remembering the exact script. Hope this helps, anyways.

Last edited by OctopusRave (June 3, 2014 20:27:21)

OctopusRave
Scratcher
17 posts

How do I make game like minecraft?

awesomegames123 wrote:

oplu7 said that you should use cou ld use cplus plus ( i can't find the plus key on my keyboard) yes that is true, but scratch is much better as that is horribly complicated, scratch is for fun and to get a sense of programming
IF you actually try to learn C++, it isn't as complicated as you think. Ruby is also a fun language. With scratch, the only thing that makes it easier is that the code is put into block form. For example, I'll show you the Java translation of a scratch block.
ifBlahthenelse

//This is the Java translation

{
if
}
console.log(var Name == Blah);
else

At least I'm pretty sure that's how it is done. I code in Ruby, so I'm not to sure how Java works.
hulkiki
New Scratcher
14 posts

How do I make game like minecraft?

cool bro
Codeplayer
Scratcher
10 posts

How do I make game like minecraft?

Actually what you would do is

when dkeypressed
changexby20switchcostumeto Steve walking
when akeypressed
changexby-20
switchcostumeto Steve walking left
when skeypressed
switchcostumeto steve crouch
when space keypressed
changeyby30
wait0.7secs
changeyby-30

For steve to move, you will have to make the costumes though. Hope this helps. Also you will have to clone the blocks.

Last edited by Codeplayer (June 5, 2014 00:08:00)

Powered by DjangoBB