- This wiki is out of date, use the continuation of this wiki instead
Search results
From FenixWiki
You searched for Music
There is no page titled "Music". You can create this page.
For more information about searching FenixWiki, see Help.
Showing below 5 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).
No page title matches
Page text matches
- Load song (1,075 bytes)
16: | '''STRING''' filename || - The music file to be loaded, including a possible path.
22: | -1 || - Could not load music file (errormessage in console). - Is playing song (2,681 bytes)
19: program music_example;
31: ...write(0,320,30,4,"Use the keyboard to control the music playback.");
79: fade_music_off(100);
82: fade_music_in(my_song,1,100);
106: ...), [[resume_song]](), [[fade_music_in]](), [[fade_music_off]](), [[set_song_volume]](). - Pause song (2,747 bytes)
10: ... to fade the music out before pausing. See [[fade_music_off]]().
22: program music_example;
35: ...write(0,320,30,4,"Use the keyboard to control the music playback.");
83: fade_music_off(100);
86: fade_music_in(my_song,1,100); - Resume song (2,770 bytes)
18: ...to fade the music in as you resume it. See [[fade_music_in]]().
22: program music_example;
35: ...write(0,320,30,4,"Use the keyboard to control the music playback.");
83: fade_music_off(100);
86: fade_music_in(my_song,1,100); - Set song volume (2,977 bytes)
7: Change the reproduction volume of the music track.
9: ...is function, it is possible to set the background music to a different volume than the sound effects, etc...
25: ...s function changes the reproduction volume of the music track. The volume level can be set between 0 (sil...
29: program music_example;
42: ...write(0,320,30,4,"Use the keyboard to control the music playback.");
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).