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
Offline
Hi pinochio! Can you answer my questions?
Offline
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