Projects Tagged with "trig"

Trigonometry Cannon

Trigonometry Cannon

By: Paddle2See

Views: 966 | LoveIts: 20

Description: There always seems to be interest in things that shoot. Here's how to do it with the new Trig functions. Use Space to shoot, Up/Down to control the barrel angle, Right/Left to roll the cannon around. The X key can be used to clear the cannonball paths. This is a cannon with the projectile mo ... show more

trig fun

trig fun

By: archmage

Views: 569 | LoveIts: 6

Description: I used the atan trig function to find out the angles of this triangle.

Spirograph (!)

Spirograph (!)

By: toontownmiser

Views: 457 | LoveIts: 10

Description: Wheee! This is my first attempt at making a "true" spirograph in scratch, by that I mean a spirograph that acts as one does in real life. Try playing with the values. The one in the screenshot has these values: Wheel Radius: 39 Ring Raduis: 100 Wheel Offset: 90 Because I'm using trig he ... show more

super trig v2

super trig v2

By: toontownmiser

Views: 403 | LoveIts: 6

Description: My super trig project on multiple levels. Notes: the lines are taken from Sine= sin Cosine= cos v1=(sin/10)*(cos/10) v2=(sin cos)/2 v3=v1/10*v2/10 v4=v1 v2/2

Super Trig Grapher

Super Trig Grapher

By: toontownmiser

Views: 402 | LoveIts: 2

Description: This just graphs sine, cosine, their product, and their average! :-)

pendulum demo

pendulum demo

By: toontownmiser

Views: 328 | LoveIts: 4

Description: Just a pendulum simulation using trig to create the curve. I might be able to get this turned into a sort of gravity.

Sin(x) using Taylor Series

Sin(x) using Taylor Series

By: BATzerk

Views: 294 | LoveIts: 2

Description: RAAAOOOORRRRR!!! (Press SPACEBAR to redraw!) =]

Calculator v3

Calculator v3

By: toontownmiser

Views: 267 | LoveIts: 3

Description: It is impossible, and imbrobable that you would have guessed that this was a calculator. Help is built into the program (click button in lower-left-hand corner) Green flag: Start, reset variables (except for memory blocks) \---Version Notes---/ Changed it so that you can work with this in the nor ... show more

Two-sprite  Calculator

Two-sprite Calculator

By: toontownmiser

Views: 262 | LoveIts: 1

Description: This is an improvement on my previous Calculator projects. It uses just two sprites (one for computation, one for output) To use it: type in a number. (Note that if you want a negative number, you must note it now. by pressing the up arrow) then, if you want decimals after the integer portion, press ... show more

Ultra-Fast Circle

Ultra-Fast Circle

By: SeanCanoodle

Views: 257 | LoveIts: 10

Description: Click anywhere to draw! This project uses the sine and cosine of the circle angle and multiplys it by the radius to plot the points. Each script loop is 20 points and it loops over 9 times. There's a variable in the project that I forgot to remove (Circle Radius), if you download this project ... show more