Pages: 1
Topic closed
right i need a scripter that will script me an amazing game for my IT gcse , if you help i will be very pleased and im sure if you need help on anything i will help you.
Offline
Isn't having people script it for you like cheating?
Offline
No its not , i have asked the teacher and she said thats okay.
Offline
OK...
So, what do you need help with?
Offline
I can't script a whole game for you. Plus, learning it Is the best way. That way you can know what to do In the future instead of relying on others. If you need help with specific parts, that is what this is for. Apparently, you don't know much on scratch, so I'll try to make a little help sheet.
Move [] stepsThis will move your sprite, a character, on the screen in the directoon its facing. In the box you type in the amount of steps you want it to move.
ForeverThis block make it do whatever is inside it forever. So now, try putting something in it.
Forever Move [2] steps Wait [1] secondsWith this, the sprite will forever move 2 steps, wait 1 second, and keep repeating it.
When gf clickedYou must connect this to the top of the script in order for it to start when the green flag is clicked. This is in the control blocks.
When flag clicked Forever if <touching [sprite 2 v]> Move [2]steps Wait [1] seconds Move [3] stepsWith this, whenever the sprite touches sprite 2, then it will do the script. Remember, this will only work after the green flag is clicked.
Hide Wait [2]second ShowWith this script the sprite will hide, wait 2 seconds and then show.
When flag clicked Forever if <touching [sprite 2 v]> Move [2] steps Wait [1] seconds Move [3] steps Broadcast [whatever v]With this, when it reaches the broadcast it will broadcast "whatever" now, you would put this in another sprite.
When I receive [whatever v] Show Repeat [5]times Move [2] steps End Say [you win!] for [3] secondsOnce "whatever" is broadcasted, this sprite receives it. This script starts when it receives it.
Stop allthis stops everything in the game. It's good for "game over"
Stop scriptThis ends the script that this is put in.
When gf clicked Repeat until <touching color[green]> Point in direction [mouse-pointer v] Move [3] steps End Broadcast [game over] Hide Stop allThe will repeat the scripts in the "repeat until" until it touches green. Then it moves on to the next scripts after it.
Last edited by turkey3 (2012-03-15 18:58:35)
Offline
Topic closed
Pages: 1