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

#1 2009-12-06 19:13:31

BlobbyMeg15
Scratcher
Registered: 2009-12-06
Posts: 11

Hi i'm BlobbyMeg15!

Hey there, i'm BlobbyMeg15, i'm the little sister of Samurai768, and she helps me alot with my projects.
I have a couple questions:
1.  How do you make a sprite move according to the arrow keys?

2. What are variables and arrays?

3. What are some basic scripts for games?

Thanks, and Samurai768 typed this for me  smile


Meh.

Offline

 

#2 2009-12-06 19:22:29

pinochio
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Hi i'm BlobbyMeg15!

Hi there!


Flat Out G

Offline

 

#3 2009-12-06 21:38:54

BlobbyMeg15
Scratcher
Registered: 2009-12-06
Posts: 11

Re: Hi i'm BlobbyMeg15!

Hi pinochio! Can you answer my questions?


Meh.

Offline

 

#4 2009-12-06 23:43:18

game_freak42
Scratcher
Registered: 2009-09-04
Posts: 100+

Re: Hi i'm BlobbyMeg15!

1. to make a sprite move up:
<when green flag clicked>
<forever if> <key[up arrow]pressed?>
<change x by(10)>

2. Variables can be used for sensing. Like if you make a vairable called LEVELS.
Set LEVELS to 0Say if sprite 1 is touching sprite 2 for example. Change LEVELS by 1.  Say you have another sprite <when green flag clicked>
<forever if><(<{LEVEL }>  <=> 1 )> Something different could happen. >.>

Last edited by game_freak42 (2009-12-06 23:50:01)

Offline

 

#5 2009-12-07 06:56:56

pinochio
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Hi i'm BlobbyMeg15!

I guess his explained it  smile  If you want I can put a tutorial on a scratch project


Flat Out G

Offline

 

Board footer