Discuss Scratch

RandomPerson1789
Scratcher
100+ posts

New reporter blocks

I think in addition to these blocks:
(() + ())
(() - ())
(() * ())
(() / ())
We should have
(() ^ ())
(() to the root of ())

Last edited by RandomPerson1789 (June 15, 2014 18:10:18)

TheLogFather
Scratcher
1000+ posts

New reporter blocks

RandomPerson1789 wrote:

(() ^ ()) // category=operators
Been suggestedmanytimesbefore…, of course (and that was just picking out the first few turned up by a forum search for “exponent” or “power”).

Sure, it'd be nice to have it right there for easy use - but here's a pretty general custom block for it anyway:

http://scratch.mit.edu/projects/16871883/

RandomPerson1789 wrote:

(() to the root of ()) // category=operators
This is the same as:
( (x) ^ ((1)/(y) ) // category=operators

Or, in the case of using the custom block above:
result = (x) ^ ((1)/(y)  // category=custom

Hope that helps!

Siggy the Kumquat slayer:
Main account: DadOfMrLog –– Frameworks for basic pen-rendered 3D in scratch (see studio). Examples:

- - - - 3D Text - - - - - - Simple shapes - - - Controllable structures - - - On the ground - - - - - - In space - - - -

Powered by DjangoBB