scmb1's contributions
Exponents by scmb1
As of now, there is not a block ()^(). This is a quick and easy workaround, using logs.
As of now, there is not a block ()^(). This is a quick and easy workaround, using logs.
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.
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.
Divisibility Checker by scmb1
How to check if one value is divisible by another using the () mod () block
How to check if one value is divisible by another using the () mod () block
Set Number of Decimal Places by scmb1
This script allows you to set the number of decimal places a variable shows.
This script allows you to set the number of decimal places a variable shows.
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.
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.
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.
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.
Scratch Cat with American Flag by scmb1
A costume of the Scratch Cat carrying the USA flag. Good for patriotic projects!
A costume of the Scratch Cat carrying the USA flag. Good for patriotic projects!
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.
This method of drawing a circle draws it quickly with simple scripts. There is no advanced math involved.