Fix something where it asks the reader to create a 'New Page'
commited
commit
c54d28a7113f770602db653d8e41103fb1ed6805
... | ... | @@ -1,5 +1,5 @@ |
1 | 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](https://fancade.com/wiki/Build/Which direction is X,Y,Z?). |
|
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](https://www.fancade.com/wiki/Build/Which%20direction%20is%20X%2CY%2CZ%3F.md). |
|
3 | 3 | |
4 | 4 | ## For experienced creators |
5 | 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)) |