set tempo to ()
Set tempo to ()
The set tempo to () block is a stack block that sets the tempo to the entered number, in bpm (beats per minute). It originates from Scratch. The default value is 60, which gives 1 beat per second.
Workaround
This block can be worked around using the following:
change tempo by ((wanted num::grey) - (tempo))