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

#1 2011-04-13 08:52:04

MegaHacker
Scratcher
Registered: 2011-01-15
Posts: 4

I am preetty good at scratch, anyone need help?

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

 

#2 2011-04-13 10:22:13

teamen96
New Scratcher
Registered: 2011-04-13
Posts: 2

Re: I am preetty good at scratch, anyone need help?

megahacker could u teach me how to make some simple mini-shooting game? i dont really know how to make a sprite shoot a bullets.. get what i meant? sri 4 bad eng haha and thq..

Offline

 

#3 2011-04-13 10:48:15

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: I am preetty good at scratch, anyone need help?

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

 

#4 2011-04-13 12:09:13

Earthboundjeff
Scratcher
Registered: 2010-09-28
Posts: 1000+

Re: I am preetty good at scratch, anyone need help?

Or, if you want to start on flag,
<when green flag clicked>
<forever>
<if> <key[ Bullet ]pressed?>

Instead of when key pressed.


https://encrypted-tbn0.google.com/images?q=tbn:ANd9GcR1SONrHUmdKZXQNDgtN_vpycOOo-BDMfnlqHZRA1lMpYXhX7Jc

Offline

 

#5 2011-04-13 15:48:39

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: I am preetty good at scratch, anyone need help?

This goes in requests...  hmm

Offline

 

#6 2011-04-13 18:30:36

Greeny3ny
New Scratcher
Registered: 2011-04-13
Posts: 2

Re: I am preetty good at scratch, anyone need help?

Ive made a game. I want to make monsters in it how? And Im also not too terribly sure how varaibles. Please help me!

Offline

 

#7 2011-04-13 19:43:39

peanutlop09
Scratcher
Registered: 2009-10-05
Posts: 5

Re: I am preetty good at scratch, anyone need help?

HELP! How do you upload animated pictures that go by your user name when you post a comment??? I NEED HELP!

Offline

 

#8 2011-04-14 01:41:03

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: I am preetty good at scratch, anyone need help?

This thread has some good information  smile


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#9 2011-04-15 08:26:56

teamen96
New Scratcher
Registered: 2011-04-13
Posts: 2

Re: I am preetty good at scratch, anyone need help?

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

 

#10 2011-04-15 17:19:11

Matty3414
Scratcher
Registered: 2011-04-09
Posts: 100+

Re: I am preetty good at scratch, anyone need help?

http://scratch.mit.edu/forums/viewtopic.php?id=60969, i dont want to rewrite it


http://i.imgur.com/i87ba.pngDesigner - Photoshop, C4D

Offline

 

#11 2011-04-15 18:52:10

kingofdallamas
Scratcher
Registered: 2010-03-07
Posts: 500+

Re: I am preetty good at scratch, anyone need help?

Look here in response to Matty for a clickable link: http://scratch.mit.edu/forums/viewtopic.php?id=60969


http://i853.photobucket.com/albums/ab99/Gilgamesh1192/Ninja%20Saga/ElementalJutsus2.gifhttp://i27.photobucket.com/albums/c192/BoomKaTish/GIF/thgfhgfhfhgf.gif
ハロー友だち!

Offline

 

#12 2011-04-15 21:33:06

Matty3414
Scratcher
Registered: 2011-04-09
Posts: 100+

Re: I am preetty good at scratch, anyone need help?

Fixed it! Dont worry anymore


http://i.imgur.com/i87ba.pngDesigner - Photoshop, C4D

Offline

 

#13 2011-04-17 16:16:39

xemzzix
New Scratcher
Registered: 2011-04-17
Posts: 3

Re: I am preetty good at scratch, anyone need help?

I have a question.
When you download scratch, do you have to pay for it?

Offline

 

#14 2011-04-17 16:30:53

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: I am preetty good at scratch, anyone need help?

xemzzix wrote:

I have a question.
When you download scratch, do you have to pay for it?

Nope, absolutely free


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#15 2011-04-17 16:32:07

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: I am preetty good at scratch, anyone need help?

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")


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#16 2011-04-18 04:18:42

xemzzix
New Scratcher
Registered: 2011-04-17
Posts: 3

Re: I am preetty good at scratch, anyone need help?

Okay,thanks MoreGamesNow     smile    big_smile .
And to start off a scratch project do you have to have this item: 
<when green flag clicked>  ?

Please reply

Offline

 

#17 2011-04-20 16:23:18

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: I am preetty good at scratch, anyone need help?

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)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#18 2011-04-22 01:03:12

EliBellz
New Scratcher
Registered: 2011-04-22
Posts: 4

Re: I am preetty good at scratch, anyone need help?

Hi. I'm new around here. Can you send messages to friends on Scratch, and if so, how?

Offline

 

#19 2011-04-22 15:30:50

EliBellz
New Scratcher
Registered: 2011-04-22
Posts: 4

Re: I am preetty good at scratch, anyone need help?

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

 

#20 2011-04-22 16:20:21

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: I am preetty good at scratch, anyone need help?

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.


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer