This wiki is out of date, use the continuation of this wiki instead

Search results

From FenixWiki

You searched for Song

Jump to: navigation, search

There is no page titled "Song". You can create this page.

For more information about searching FenixWiki, see Help.

Showing below 15 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

Article title matches

  1. Play song (858 bytes)
    5: '''INT''' play_song ( <'''INT''' songID> , <'''INT''' repeats> )
    7: Plays a song.
    11: ...ongID]] of the song loaded previously with [[load_song]]().
    13: ...INT''' repeats || - Number of times to repeat the song. Use -1 for an infinite loop.
    19: ...| - Error: sound inactive; mixer error; invalid [[songID]].
  2. Load song (1,075 bytes)
    5: '''INT''' load_song ( <'''STRING''' filename> )
    7: Loads a song for later use with [[play_song]]().
    10: * OGG Vorbis (.ogg). Good quality for [[song]]s and doesn't take too much space (it's similar ...
    20: '''INT''' : [[SongID]]
    24: | >=0 || - The SongID.
  3. Is playing song (2,681 bytes)
    5: '''INT''' is_playing_song ( )
    7: ...Fenix is playing a song file, started with [[play_song]]().
    10: '''INT''' : Whether Fenix is playing a song at the moment of calling.
    12: | [[true]] || - Fenix is playing a song.
    14: | [[false]] || - Fenix is not playing a song.
  4. Pause song (2,747 bytes)
    5: '''INT''' pause_song ( )
    7: Pauses the currently playing song.
    10: ...ely, but can be resumed later by calling [[resume_song]](). For a nicer effect, you may want to fade the...
    24: my_song;
    32: my_song=load_song("beat.ogg");
  5. Resume song (2,770 bytes)
    5: '''INT''' resume_song ( )
    7: ...fter it has been paused with the function [[pause_song]]().
    18: The song will instantly start playing again with this func...
    24: my_song;
    32: my_song=load_song("beat.ogg");
  6. Set song volume (2,977 bytes)
    5: '''INT''' set_song_volume ( <'''INT''' volume> )
    31: my_song;
    39: my_song=load_song("beat.ogg");
    43: ... write(0,320,50,4,"Key [ENTER] starts / stops the song.");
    44: ...rite(0,320,60,4,"Key [SPACE] pauses / resumes the song.");
  7. Unload song (422 bytes)
    5: '''INT''' unload_song ( <'''INT''' SongID> )
    7: ...d by the song file, previously loaded with [[load_song]]().
    11: | '''INT''' SongID || - The [[SongID]] of the song to unload.
    17: | -1 || - Error: sound inactive; invalid [[songID]].

Page text matches

  1. Play song (858 bytes)
    5: '''INT''' play_song ( <'''INT''' songID> , <'''INT''' repeats> )
    7: Plays a song.
    11: ...ongID]] of the song loaded previously with [[load_song]]().
    13: ...INT''' repeats || - Number of times to repeat the song. Use -1 for an infinite loop.
    19: ...| - Error: sound inactive; mixer error; invalid [[songID]].
  2. Load song (1,075 bytes)
    5: '''INT''' load_song ( <'''STRING''' filename> )
    7: Loads a song for later use with [[play_song]]().
    10: * OGG Vorbis (.ogg). Good quality for [[song]]s and doesn't take too much space (it's similar ...
    20: '''INT''' : [[SongID]]
    24: | >=0 || - The SongID.
  3. Is playing song (2,681 bytes)
    5: '''INT''' is_playing_song ( )
    7: ...Fenix is playing a song file, started with [[play_song]]().
    10: '''INT''' : Whether Fenix is playing a song at the moment of calling.
    12: | [[true]] || - Fenix is playing a song.
    14: | [[false]] || - Fenix is not playing a song.
  4. Pause song (2,747 bytes)
    5: '''INT''' pause_song ( )
    7: Pauses the currently playing song.
    10: ...ely, but can be resumed later by calling [[resume_song]](). For a nicer effect, you may want to fade the...
    24: my_song;
    32: my_song=load_song("beat.ogg");
  5. Resume song (2,770 bytes)
    5: '''INT''' resume_song ( )
    7: ...fter it has been paused with the function [[pause_song]]().
    18: The song will instantly start playing again with this func...
    24: my_song;
    32: my_song=load_song("beat.ogg");
  6. Set song volume (2,977 bytes)
    5: '''INT''' set_song_volume ( <'''INT''' volume> )
    31: my_song;
    39: my_song=load_song("beat.ogg");
    43: ... write(0,320,50,4,"Key [ENTER] starts / stops the song.");
    44: ...rite(0,320,60,4,"Key [SPACE] pauses / resumes the song.");
  7. Unload song (422 bytes)
    5: '''INT''' unload_song ( <'''INT''' SongID> )
    7: ...d by the song file, previously loaded with [[load_song]]().
    11: | '''INT''' SongID || - The [[SongID]] of the song to unload.
    17: | -1 || - Error: sound inactive; invalid [[songID]].
  8. SongID (261 bytes)
    4: '''SongID'''
    6: ...functions]], like [[unload_song]]() to unload the song.

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for
Views
Personal tools