Home   Help Search Login Register  

Author Topic: Musix  (Read 528 times)

0 Members and 1 Guest are viewing this topic.

O Neil

  • Guest
Musix
« on: 26 Dec 2002, 04:21:44 »
Hey

If you have custom music, you you do the various commands like playmusic ["customtrack'45]  and things like that?

O Neil ;)

Captain Winters

  • Guest
Re:Musix
« Reply #1 on: 26 Dec 2002, 04:59:10 »
Well, yes. You could use that. but this is how it would look:

playMusic ["name",time]
~time

or you could simply use this command

playMusic "track16"

and here the entire music track!
or use this for thetrack to play forever (good for sound effects)

#loop
playMusic "Trackblahblah"
goto "loop"

____________________________________________
____________________________________________
Capn' Winters Out!

O Neil

  • Guest
Re:Musix
« Reply #2 on: 26 Dec 2002, 07:21:43 »
Yea, thxs