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 ??? )y ??? 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 )y 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)
Offline
<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
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 ??? )y ??? 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 )y 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
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
Offline