change tempo by ()

From PenguinMod Wiki (Official)
Revision as of 03:47, 14 July 2024 by MediansSC (talk | contribs) (Created page with "{{Infobox Block |block_name = change tempo by () |block_type = Stack Block |title = change tempo by () |category = Music }} 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:<br> <sb>set tempo to ((tempo) + (amount::grey))</sb> {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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))