Results 1 to 3 of 3

Thread: Having trouble with lua code

                  
   
  1. #1
    DCEmu Coder
    Join Date
    Mar 2006
    Posts
    72
    Rep Power
    0

    Default Having trouble with lua code

    i made a game money hunt and i'm havving trouble adding music how can i do this?

  2. #2

  3. #3
    DCEmu Newbie
    Join Date
    May 2006
    Posts
    8
    Rep Power
    0

    Default

    You will need modplug tracker. With this you can convert many formats into a format that LUA Player can read. These formats are .wav, .xm, .it, .mod, and .s3m.

    I think the code is Music.playFile("filename.xm")
    and to stop the music Music.stop("filename.xm")

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •