music .play  (  Filename  )  
                      
Description :

This instruction loads and plays a MOD, XM, S3M, or IT background music file.

Parameters :

  • Path and filename to the correct music file. The path can be an Internet address or a local (hard disk) address. Should the path be unspecified, Alambik will search for the file in the current directory of the current local hard disk.

Notes :


Music.play ("music.mod") is the concatenation of the following instructions:

@ObjectID = Music.load ("music.mod")
Music.play (@ObjectID)

Examples :