change tempo by ()

From PenguinMod Wiki (Official)
Change tempo by ()
Jump to navigation Jump to search

The change tempo by () block is a stack block that changes the tempo by the specified amount. It originates from Scratch. The default value is 20.

Workaround

This block can be worked around by using the set tempo to () block with (tempo) + (amount) inputted:
set tempo to ((tempo) + (amount::grey))