Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Need a tutorial? Begin here!
- UR_LOCALITFTCLOCKALT
-
Scratcher
3 posts
Need a tutorial? Begin here!
Tutorials
Interactive Picture(s)
Export the picture you want and keep in bitmap.
There will be no code in that pic.
Clone that sprite.
Erase the uneeded space of the clone and keep the part you want.
Create an script in that clone only with the Looks, Sound or/and Motion blocks.
Help
Check my studio The begginer welcoming and tutorialing studio! for help.
Any issues, I will help you about that issue. Please do not get an bug as an issue.
Debugging
If you are struggling to make your project, here's the tricks:
Wait more, less pressure.
If you're in too much pressure, relax , or add an waiting block.
Make an block (ex: jump)
Interactive Picture(s)
Export the picture you want and keep in bitmap.
There will be no code in that pic.
Clone that sprite.
Erase the uneeded space of the clone and keep the part you want.
Create an script in that clone only with the Looks, Sound or/and Motion blocks.
when this sprite clickedCreate more clones, same thing with the first clone.
play sound [Meow v]
repeat (5)
wait ((1) / (2)) secs
change [color v] effect by (25)
end
clear graphic effects
when this sprite clickedIf you need more Tutorials, say it here.
play sound [Squeak v]
repeat (25)
wait (0.3) secs
change [whirl v] effect by (1)
end
repeat (25)
wait (0.3) secs
change [whirl v] effect by (-1)
end
Help
Check my studio The begginer welcoming and tutorialing studio! for help.
Any issues, I will help you about that issue. Please do not get an bug as an issue.
Debugging
If you are struggling to make your project, here's the tricks:
Wait more, less pressure.
If you're in too much pressure, relax , or add an waiting block.
when green flag clickedStore an script better instead of duplicating it
go to x: (0) y: (0)
wait (1) secs
glide (1) secs to x: (41.389) y: (56)
Make an block (ex: jump)
jumpPlace the script onto its function.
define jump
glide (0.5) secs to x: (x position) y: ((y position)+(10))
- Paddle2See
-
Scratch Team
1000+ posts
Need a tutorial? Begin here!
Hello! It's great that you want to help out other Scratchers. However, I think we have enough guides in the forums at the moment. Please feel free to welcome new Scratchers on the group welcoming topic or on individual topics created by New Scratchers.
Other places that can always use more helpful Scratchers like you, are the "Help With Scripts“ and ”Questions About Scratch" areas - please use them as designed, by responding to topics created by folks with problems to solve
Finally, a really good place for Scratch guides is the Scratch Wiki - check it out and see if it's something you might like to work on. They have a number of guides - and great organization.
Other places that can always use more helpful Scratchers like you, are the "Help With Scripts“ and ”Questions About Scratch" areas - please use them as designed, by responding to topics created by folks with problems to solve

Finally, a really good place for Scratch guides is the Scratch Wiki - check it out and see if it's something you might like to work on. They have a number of guides - and great organization.
- Discussion Forums
- » Help with Scripts
-
» Need a tutorial? Begin here!