play_sound

Declaration

play_sound (file_name: STRING)

Description

Plays the sound file file_name. This function always looks for sound files in the location 'sounds'.

See Also

stop_sound
multimedia functions
Location manager

Example

script restart_intro_movie is
  play_sound ('correct.wav')
end