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

#1 2009-12-10 12:59:49

jukyter
Scratcher
Registered: 2009-12-06
Posts: 1000+

Making Games

Can anyone help on making games? For a start how do they move down?


cause a bird and a fish could fall in love/but where would they live?

Offline

 

#2 2009-12-10 13:04:02

Scratch_OSX
Scratcher
Registered: 2009-12-05
Posts: 100+

Re: Making Games

Use the

<change x by( XXX

For one do

<change x by( -1

For up

<change x by( 1


--Scratch_OSX

Offline

 

#3 2009-12-10 13:04:56

bharti
Scratcher
Registered: 2009-11-21
Posts: 69

Re: Making Games

It is easy. If know any programming language like C++, then you can easily do it. Just download scratch setup and see the tutorial attached with it.


She love scratch | I love Scratch | So She loves me :-)....

Offline

 

#4 2009-12-10 13:06:29

Scratch_OSX
Scratcher
Registered: 2009-12-05
Posts: 100+

Re: Making Games

bharti wrote:

It is easy. If know any programming language like C++, then you can easily do it. Just download scratch setup and see the tutorial attached with it.

What tutorial O_O


--Scratch_OSX

Offline

 

#5 2009-12-10 14:33:23

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

Re: Making Games

Scratch_OSX wrote:

Use the

<change x by( XXX

For one do

<change x by( -1

For up

<change x by( 1[/blocks]

Actually you'd use the <change y by([/blocks]  block to move up or down. The X position goes across.


jukyter, you can find some tutorials here to get you started. If you have any questions, feel free to post them in the All About Scratch forum.  smile

Last edited by hmnwilson (2009-12-10 14:34:02)


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

 

#6 2009-12-28 12:46:45

jukyter
Scratcher
Registered: 2009-12-06
Posts: 1000+

Re: Making Games

Thanks, for all your help!
Scratch_OSX, I'll try to do that!
bharti , I'm afraid I don't know any programming, but I'll have a look at the turital!
hmwilson, thanks for the correction, I think without you I'd just have done that!


cause a bird and a fish could fall in love/but where would they live?

Offline

 

Board footer