Last Modified: 1/3/2021
Changes the tempo of your music tracks.
Name | Type | Required | Description |
Tempo | Integer | Yes | The tempo you wish to set your music to. |
Syntax: XgmSetTempo <Tempo> |
XgmTrack MyMusicTrack XgmStartMusic On vInt GoSub Vbl Enable vInt While 1 j = JoyPad() If j.0 Then XgmSetTempo 100 End If If j.1 Then XgmSetTempo 30 End If WaitPadUp 0 Sleep 1 Wend Vbl: XgmVintProc Return |