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

#1 2009-01-15 18:54:17

devanator
Scratcher
Registered: 2009-01-15
Posts: 2

game

How can I make a game.

Offline

 

#2 2009-01-15 18:58:06

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: game

Umm, well thats a very general question, but i guess the first step is to download scratch by going to the homepage and click on Download the latest version of scratch

If you have already done that, open up scratch and just play around with the blocks. if you don't understand what some of the blocks do, right click on the block and click help


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#3 2009-01-16 05:22:39

pokemon_master12
Scratcher
Registered: 2008-09-26
Posts: 100+

Re: game

First, you have to download the latest version of Scratch by going to the homepage of this website. Then, double click the Scratch icon on your desktop. Once it's loaded, start off by using the sprite that's already been made for you (the Scratch cat.) Sprites are the things, characters, shapes etc. that you add "scripts" to. Scripts are the coloured blocks at the left of the screen that you use to control what the sprite does. To add a script to a sprite, just drag it from the list at the left of screen into the grey area.
Here's an example of a script which makes the sprite move when the arrow keys are pressed:

[blocks]<when[ up arrow ]key pressed>[/blocks]
[blocks]<point in direction( 0[/blocks]
[blocks]<move( 10 )steps>[/blocks]

The script tells the computer that every time the up arrow key is pressed, the sprite must point upwards and move 15 steps. If you still don't understand, just click the support button on the website.

Happy Scratch-ing!  smile


My Dragon Egg! http://dragcave.net/image/5YUA.gif
Visit my blog: http://freyasworld.wordpress.com/

Offline

 

#4 2009-01-16 18:59:15

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: game

Try the tutorials.
Welcome to scratch!  big_smile


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

Board footer