Created How to make music (markdown)
commited
commit
74ae5fcb350051a6efff6ba503d31df6c2403b1a
... | ... | @@ -0,0 +1,7 @@ |
1 | # For everyone |
|
2 | Using Tim0lmazan's '[game music kit](https://fancade.page.link/f4pG)', you can make music with blocks which don't have any scripts inside them! You might need to copy the sheet block a little to make longer songs. Also, the sound pitch depends on the Z position. |
|
3 | ||
4 | # For experienced creators |
|
5 | You can use a modulo and just detect the frame. Use a number. You need a beat var, unless using [[Current Frame]]. Then, do this math: ^(2,÷(any, 12)) |
|
6 | ||
7 | Now choose to play a sound when the event is detected! |
|
... | ... | \ No newline at end of file |