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

#1 2011-09-19 15:38:14

VanillaCreme
Scratcher
Registered: 2010-11-05
Posts: 1000+

A Guide To Using Scratch And Making Projects

Hi New Scratchers! i have seen a lot of New Scratchers quitting because they don't know how to use scratch, So i Am making a Guide On how to Use Script Blocks, sprites, And backgrounds Lets begin. Starting a Script Some of you may ask, what is a script? and how do i use it? to begin with.. a script is the thing that tells your sprite what to do. Lets say i have the Scratch Cat as a sprite, And i want it to walk  when i press the Green Flag, or When it is Clicked. this is what i would put if i wanted it to do that: <when green flag clicked><glide( 3 )secs to x sad ??? )y sad ???  Point your Mouse to where you want it to go.. Then, look at the numbers on the right side on the bottom of your project screen. see a x and y? Type the numbers in Their Spot Into the block that i just used :<glide(  )secs to x sad   )y sad   Then press the green flag. Watch your Sprite Go!  Ill post more every Day, Thanks! if you have more questions post below!

Last edited by VanillaCreme (2011-09-19 15:39:11)


http://www.prguitarman.com/icon/poptartFINALTINY.gif
http://i49.tinypic.com/6yo39h.png

Offline

 

#2 2011-09-19 17:46:03

alah601
New Scratcher
Registered: 2011-09-19
Posts: 1

Re: A Guide To Using Scratch And Making Projects

<if on edge, bounce><turn cw(  )degrees><point in direction( <turn cw(  )degrees><move(  )steps><change y by( <switch to costume[ <switch to costume[ <next costume><change pen color by( <set{  }to(

Offline

 

#3 2011-09-19 17:52:16

alldaykade28471
Scratcher
Registered: 2011-05-25
Posts: 1000+

Re: A Guide To Using Scratch And Making Projects

VanillaCreme wrote:

Hi New Scratchers! i have seen a lot of New Scratchers quitting because they don't know how to use scratch, So i Am making a Guide On how to Use Script Blocks, sprites, And backgrounds Lets begin. Starting a Script Some of you may ask, what is a script? and how do i use it? to begin with.. a script is the thing that tells your sprite what to do. Lets say i have the Scratch Cat as a sprite, And i want it to walk  when i press the Green Flag, or When it is Clicked. this is what i would put if i wanted it to do that: <when green flag clicked><glide( 3 )secs to x sad ??? )y sad ???  Point your Mouse to where you want it to go.. Then, look at the numbers on the right side on the bottom of your project screen. see a x and y? Type the numbers in Their Spot Into the block that i just used :<glide(  )secs to x sad   )y sad   Then press the green flag. Watch your Sprite Go!  Ill post more every Day, Thanks! if you have more questions post below!

Sorry, but this makes no sence...

Offline

 

#4 2011-09-19 17:59:07

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: A Guide To Using Scratch And Making Projects

This sort of hard to understand.

I like using things like this

Green Flag
Forever
  If <key [space] pressed?>
    move (10) steps
    turn (5) degrees right
  {End of If}
  If <key [r] pressed?>
    broadcast [restart] and wait
  {End of If}
{End of Forever}

But good idea for a subject  smile

Offline

 

Board footer