Greetings. I figured out how to use the dmc2 object to play mp3s in tgf, but I still have a question. Are the mp3s stored internally like wavs and midis? If its externally, how do I code it so the finished game can find the mp3s?
Assuming everything will be put in one zip file later. Thanks!
As far as I'm aware, TGF1 cannot store any files internally. Try using the directory information that you can get under the special object > filenames. apppath$ specifically should give you the relative directory where the application is being stored.