This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » FAQ
  •  » Scratch Secrets: Tips and shortcuts

#51 2010-05-08 20:47:21

Slasher67
Scratcher
Registered: 2010-04-22
Posts: 2

Re: Scratch Secrets: Tips and shortcuts

How do u make stuff shoot objects at other things, and then get the target to blow up???

Offline

 

#52 2011-07-03 20:44:12

NinjaGuy14
New Scratcher
Registered: 2011-06-11
Posts: 7

Re: Scratch Secrets: Tips and shortcuts

xosmallfryox wrote:

hey guys..
i'm makeing a dress up game!!!
its its going to be really cute im just stuck on one thing
how do you make it so u can "click" "drag" and "drop" something, because i want to do that with the clothes.. especially with some accessories like sunglasses uo might want to put them on the cute little guys eyes or up on its head like some girls do.!

Just put
if mouse down follow mouse pointer.

Offline

 

#53 2011-07-07 10:14:15

kaikaiprogrammerguy
Scratcher
Registered: 2011-06-26
Posts: 6

Re: Scratch Secrets: Tips and shortcuts

vali wrote:

how do i make my sprite move like right or left up or down when i press thous arrow
keys?

Easy:
[blocks]
<when[up]key pressed>
<change y by(distance)>
<stop script>

<when[down]key pressed>
<change y by(-distance)>
<stop script>

<when[left]key pressed>
<change x by(-distance)>
<stop script>

<when[right]key pressed>
<change x by(distance)>
<stop script>
[/blocks]

Offline

 

#54 2011-07-30 11:18:09

flurr
Scratcher
Registered: 2010-12-26
Posts: 21

Re: Scratch Secrets: Tips and shortcuts

this is how you can make your character jump [blocks] <when green flag clicked><key[ up arrow ]pressed?><if><forever><set{  y velocity }to( 13<touching color[color of ground <if><set{ y velocity  }to( 1<set y to( <{ y velocity }> [/blocks]   smile


flurr rockz :p
http://2.bp.blogspot.com/-4skvYONnbxI/TlZnrENJ7II/AAAAAAAA238/9jTbJJN4OmM/s1600/Cool-Abstract-Background.jpg

Offline

 

#55 2011-10-26 17:24:48

katiel
New Scratcher
Registered: 2011-10-26
Posts: 1

Re: Scratch Secrets: Tips and shortcuts

I'm new to scratch and I can't figure out how to create a project, or even where to go to create one.

Offline

 

#56 2011-10-26 17:30:20

imaperson123
Scratcher
Registered: 2011-07-20
Posts: 100+

Re: Scratch Secrets: Tips and shortcuts

katiel wrote:

I'm new to scratch and I can't figure out how to create a project, or even where to go to create one.

Download Scratch, and mess around with the blocks.


http://gstheadquarters.weebly.com/uploads/9/3/8/8/9388597/7786047.gif [img][/img] http://internetometer.com/image/31593.png http://blocks.scratchr.org/API.php?user=imaperson123&amp;action=onlineStatus

Offline

 

#57 2011-10-26 20:20:24

fungirl123
Scratcher
Registered: 2011-10-09
Posts: 1000+

Re: Scratch Secrets: Tips and shortcuts

Slasher67 wrote:

How do u make stuff shoot objects at other things, and then get the target to blow up???

For the gun sprite      For the object that's being shot sprite
<when[gun]clicked>   <when I receive [fire]>
<broadcast[fire]         <glide (1) second to x(200) and y (-100)                   
                              <If touching[Target]
                              <broadcast [explode]>
                              <hide

For the target sprite:
<When I receive [explode]>
<next costume                                   


Btw, the next costume of your target sprite would probably be a costume that looked like your target exploded


http://www.thebrag.com/wp-content/uploads/2011/06/GroupLove_General1_IMG_9057.jpg

Offline

 

#58 2011-10-28 09:46:28

ZoiieeMadden
New Scratcher
Registered: 2011-10-25
Posts: 12

Re: Scratch Secrets: Tips and shortcuts

Good read, thanks for digging it back up. All the help is appreciated, I keep hitting lots of brick walls with my game.

Offline

 

#59 2011-11-05 02:01:40

K-Jam
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: Scratch Secrets: Tips and shortcuts

1 secret is that if you shift click the r in scratch when you open scratch, you get a bunch of stuff :-)


http://images.inmagine.com/img/imagezoo/iz162/Iz162012.jpg COMPASS!!!

Offline

 

#60 2012-04-14 14:36:18

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Scratch Secrets: Tips and shortcuts

forever
 if < < (i) = (not get it) > >
  see (explanation)
end
 


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#61 2012-04-20 10:58:36

PencilFactory
Scratcher
Registered: 2011-11-11
Posts: 100+

Re: Scratch Secrets: Tips and shortcuts

put blocks inside of [scratchblocks*] with out the * and [/scratchblocks]

when gf clicked
repeat until <touching color [#000000]?>
  change y by (scrollX) //
end
think [Scripts in your posts!] for (3) secs

Last edited by PencilFactory (2012-04-20 11:00:00)


PencilFactory is http://blocks.scratchr.org/API.php?user=PencilFactory&amp;action=onlineStatus&amp;type=text, see my computerhttp://mag.racked.eu/cimage/i9002/Achievement+get%21/Computer+crashed/mca.png

Offline

 

#62 2012-04-27 02:15:49

Atmospheric
New Scratcher
Registered: 2012-04-26
Posts: 100+

Re: Scratch Secrets: Tips and shortcuts

123cool8 wrote:

how do you make a platform game with the gravity?

I think changing the value, and delocity would help  smile

Offline

 

#63 2012-04-27 09:43:40

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Scratch Secrets: Tips and shortcuts

Atmospheric wrote:

123cool8 wrote:

how do you make a platform game with the gravity?

I think changing the value, and velocity would help  smile

Here's a link on how to do it.  smile
smile

Offline

 

#64 2013-02-18 01:45:14

ZINGERX
Scratcher
Registered: 2013-02-18
Posts: 16

Re: Scratch Secrets: Tips and shortcuts

hi! do u know how to make two characters move at the same time? I'm making a two player game(with arrow keys) thx!

Offline

 
  • Index
  •  » FAQ
  •  » Scratch Secrets: Tips and shortcuts

Board footer