Scratch username: Password: Did you forget?

scmb1's contributions

Exponents by scmb1
As of now, there is not a block ()^(). This is a quick and easy workaround, using logs.
Download:
Draw a Circle- Trig Method by scmb1
There are multiple ways to draw a circle using Scratch. This shows a method that makes the pen go to an x and y position based on the angle, using trigonometry. The method works well because if the circle goes off the screen, it will not mess up.
Download:
Divisibility Checker by scmb1
How to check if one value is divisible by another using the () mod () block
Download:
Set Number of Decimal Places by scmb1
This script allows you to set the number of decimal places a variable shows.
Download:
Draw an Oval- Trig Method by scmb1
Draw an oval/ellipse using trig. This works very similarly to "Draw a Circle- Trig Method." The benefit of this method is that if the oval goes off the screen, it will not mess up.
Download:
Draw a Regular Polygon- Rotational Method by scmb1
Draw a regular polygon (that's a shape with all equal sides), like a square, a pentagon, a hexagon, a heptagon, or an octagon. You can draw an infinite amount of shapes by setting the number of sides, the length of sides and the rotation.
Download:
Scratch Cat with American Flag by scmb1
A costume of the Scratch Cat carrying the USA flag. Good for patriotic projects!
Download:
Easy Circle Fill by scmb1
This draws a filled circle quickly and easily- no trig involved.
Download:
Draw a Circle- Easy Method by scmb1
This method of drawing a circle draws it quickly with simple scripts. There is no advanced math involved.
Download: