FrameRates
FrameRates
Out of context: Reply #16
- Started
- Last post
- 23 Responses
- CX0
Pancho, can add this
thisSound.loadSound("what
ever.mp3", true);to this code:
snd01 = new Sound();
snd01.attachSound("snd01");
snd01.setVolume(95);
snd01.start(0, 1);or is that part just for loading an mp3. Right now I have no mp3 load (probably should). Its for a CD-ROM though so I didnt bother as of yet.