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

#1 2011-03-05 08:22:33

KTMchick
Scratcher
Registered: 2011-02-28
Posts: 8

How do you make a game?

I'm a new scratcher and I'm really struggling.

Offline

 

#2 2011-03-05 10:06:10

Miss_Webgal
Scratcher
Registered: 2011-02-23
Posts: 500+

Re: How do you make a game?

Welcome-ii!

Well-ii, what kind of game-ii do you want to make? Revealing that-ii will really help-ii people understand-ii, and you'll get more help-ii.


https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcRWYoq0FKwiXwk187zDNnI34NF0Bu12bt-zUDATzda50bhMNfsKxw

Offline

 

#3 2011-03-05 10:21:25

hdarken
Scratcher
Registered: 2008-06-26
Posts: 1000+

Re: How do you make a game?

Here are some tutorials, for the basics.


http://i.imgur.com/VskBk.png
http://i.imgur.com/tgxVZ.jpg

Offline

 

#4 2011-03-05 12:24:16

Bartness
New Scratcher
Registered: 2011-03-04
Posts: 6

Re: How do you make a game?

Hey man, i just saw the post and wanted to let you know
i came in here yesterday and was able to create 2 small and very basic games with scratch in less than a few hours after have never before used this program, although i do know a little about programming, the best help was infact the ability to veiw other projects scripts, so thats my suggestion, find a game similar to the one your trying to create, and just try and pay attention to the scripts and how they are structured, and try implementing what you see.

if my ten year old lil brother can learn this in a night im sure you can get something going, good luck.

Offline

 

#5 2011-03-08 07:58:40

funnyman1120
Scratcher
Registered: 2008-07-31
Posts: 100+

Re: How do you make a game?

the best way to learn is to know what each block does, theres a section ( I think its in about ) that shows you that. When you know what the blocks do and how to use them it gets pretty symple.

Hope you enjoy your time here!  big_smile


Check out my website for updates on all your favorite games! Funnyman1120's Website

Offline

 

#6 2011-03-10 04:27:47

ziesha
New Scratcher
Registered: 2011-03-10
Posts: 5

Re: How do you make a game?

Correct said !

Offline

 

#7 2011-03-11 07:26:19

calstin898
Scratcher
Registered: 2009-10-01
Posts: 26

Re: How do you make a game?

Well, to do levels, first you need a goal. (I usually draw a flag) Then, before you do anything else, create a variable called 'level'. Then:

<when green flag clicked>
<set{ Level }to( 1

Then, draw the levels. (As an example I'll use 2)
Then, do this:

<when green flag clicked>
<forever>
<if><( <{ Level }> <=> 1 )>
<switch to costume[ 1

<if><( <{ Level }> <=> 2 )>
<switch to costume[ 2


Just repeat like that.

Now for the green flag.

Go to your character. Then make the following script:

<when green flag clicked>
<wait until> <touching[ Flag
<change{ Level }by( 1
<go to x sad   )y sad 

I left that last one blank, but you can choose anywhere for him to go.

Hope this helped!

Last edited by calstin898 (2011-03-11 07:33:06)


check out my stuff!!
http://www.youtube.com/user/calstin898

Offline

 

#8 2011-03-11 11:37:14

3DBlenderRender
Scratcher
Registered: 2011-03-10
Posts: 44

Re: How do you make a game?

My suggestion? Once you learn the basic controls, leap into the pool of variables. There you can access so many different functions, such as Time, HP, Score, etc. Variables are needed for Physics, too.

Cheers,
- 3DBlenderRender

Offline

 

#9 2011-03-13 14:46:27

drakan265
Scratcher
Registered: 2011-03-04
Posts: 7

Re: How do you make a game?

funnyman1120 wrote:

the best way to learn is to know what each block does, theres a section ( I think its in about ) that shows you that. When you know what the blocks do and how to use them it gets pretty symple.

you have to learn the basics(like the blocks the movements and others) . when you learned the basic things variables are just like mathematics  wink

Offline

 

#10 2011-03-16 03:10:34

helltank
Scratcher
Registered: 2010-05-21
Posts: 1000+

Re: How do you make a game?

3DBlenderRender wrote:

My suggestion? Once you learn the basic controls, leap into the pool of variables. There you can access so many different functions, such as Time, HP, Score, etc. Variables are needed for Physics, too.

Cheers,
- 3DBlenderRender

Just to clarify, variables are needed for:

-Scrolling
-Levels
-HP
-Timer
-Score
-Lives
-Velocity
-Gravity
-And more


Error:Signature could not load. Please wait for an indefinite amount of time, until you realize you're gullible and go off to look for another potentially interesting signature to stare at.

Offline

 

#11 2011-03-16 22:58:15

kingofdallamas
Scratcher
Registered: 2010-03-07
Posts: 500+

Re: How do you make a game?

helltank wrote:

3DBlenderRender wrote:

My suggestion? Once you learn the basic controls, leap into the pool of variables. There you can access so many different functions, such as Time, HP, Score, etc. Variables are needed for Physics, too.

Cheers,
- 3DBlenderRender

Just to clarify, variables are needed for:

-Scrolling
--And more

And yes, scrolling variable will depend on whether you're scrolling the x-axis or y-axis. Change x by the variable, for instance, scrollx. Let's call it that. But, it'll be different for scrolly, for you have to change y by the variable.  smile  That's alittle part of scrolling, anyways. Good luck, and cheers!!


http://i853.photobucket.com/albums/ab99/Gilgamesh1192/Ninja%20Saga/ElementalJutsus2.gifhttp://i27.photobucket.com/albums/c192/BoomKaTish/GIF/thgfhgfhfhgf.gif
ハロー友だち!

Offline

 

#12 2011-03-17 13:04:55

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: How do you make a game?

funnyman1120 wrote:

the best way to learn is to know what each block does, theres a section ( I think its in about ) that shows you that. When you know what the blocks do and how to use them it gets pretty symple.

Hope you enjoy your time here!  big_smile

Right click a block and click help


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#13 2011-03-29 17:43:23

KTMchick
Scratcher
Registered: 2011-02-28
Posts: 8

Re: How do you make a game?

Thank you all my game is going to be great!
I couldn't have done it without your help.
When it comes out, it will be the best game ever!

[blocks]<stop script>[/blocks]

Offline

 

#14 2011-03-29 18:16:11

BatesGames
Scratcher
Registered: 2010-12-31
Posts: 16

Re: How do you make a game?

really just figure out a topic i.e genre of game, and a simple storyline. Really the best thing 2 do is click the help button in the scratch application.

Offline

 

Board footer