I am preetty ood at scratch, if you neef help tell me what to do, and I will use blocks to show. I will do it like
[blocks] <when[ Target ]clicked> <broadcast[ I am clicked ]>
Offline
Place this script into the bullet.
[blocks]
<when[ *key to shoot bullet* ]key pressed>
<go to[ player sprite
<repeat until> <touching[ edge
<move( 1 )steps>
<end>
[/blocks]
Offline
Or, if you want to start on flag,
<when green flag clicked>
<forever>
<if> <key[ Bullet ]pressed?>
Instead of when key pressed.
Offline
HELP! How do you upload animated pictures that go by your user name when you post a comment??? I NEED HELP!
Offline
yes thnkss everyone for the tutor but again iam having problem making the enemies.. this is the scripts enemy: <when green flag clicked>
<forever>
<set x to( 225
<set y to( -103
<repeat until><touching[ player
<repeat( 10
<change x by( -2
<if><touching[ 1 or <touching[ 2
<change{ kill }by( 1<hide>
here is my problem: 1) when my bullet hits the enemies, it doesnt want to hide and die. 2) my score should increase 1 but it doesnt react. 3)the enemy only touches my player once and doesnt want to reappear again.. i know my script is horrable , could anyone fix this? thnkss..
Offline
Look here in response to Matty for a clickable link: http://scratch.mit.edu/forums/viewtopic.php?id=60969
Offline
xemzzix wrote:
I have a question.
When you download scratch, do you have to pay for it?
Nope, absolutely free
Offline
teamen96 wrote:
yes thnkss everyone for the tutor but again iam having problem making the enemies.. this is the scripts enemy: <when green flag clicked>
<forever>
<set x to( 225
<set y to( -103
<repeat until><touching[ player
<repeat( 10
<change x by( -2
<if><touching[ 1 or <touching[ 2
<change{ kill }by( 1<hide>
here is my problem: 1) when my bullet hits the enemies, it doesnt want to hide and die. 2) my score should increase 1 but it doesnt react. 3)the enemy only touches my player once and doesnt want to reappear again.. i know my script is horrable , could anyone fix this? thnkss..
The bullet is probably touching your enemy during the "repeat 10: change x by -2" part of the script. I'd take out the "repeat 10" (but leave in "change x by -2")
Offline
A vast majority of projects use many <when green flag clicked> blocks . However, you don't have to use them. There are other ways:
<when[ BeginButton ]clicked>
script here
<when[ SPACE ]key pressed>
script here
Last edited by MoreGamesNow (2011-04-20 16:23:32)
Offline
Hi, i just started scratch like yesterday or something, and I just dont get how to make ur sprite walk. This is what i have now...http://scratch.mit.edu/forums/viewtopic.php?id=60836#req_message http://scratch.mit.edu/forums/viewtopic.php?id=60836#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=60836#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=60836#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=60836#req_message for orght, and for http://scratch.mit.edu/forums/viewtopic.p srry if it got messed up in the process
hp?id=60836#req_messageleft....http://scratch.mit.edu/forums/viewtopic.php?id=60836#req_message
Offline
EliBellz wrote:
Hi. I'm new around here. Can you send messages to friends on Scratch, and if so, how?
No, the only way to post messages on scratch is as a comment on a project or on the forums. I believe the idea is that nothing should be on scratch that should have to be kept secret, and that private messages have the potential to be hurtful.
Offline