Quote Originally Posted by Thyandyr View Post
One feature that may be useful for music files is to start from a specific location.

procedure Music_Play(aMusic: TMusic; aVolume: Single; aLoops: Integer; aLocation: Single = 0); external LUNA_DLL; // Playback music starting from aLocation

Specified in seconds, percent of file length etc.
Ahh, great suggestion. I think I should be able to add this. Cool, thx.