I have a prob in my game. I dunno how to play t sound in the background, I even dunno how to play a normal sound. Do I have to import it or wha?
Thanks
RTFM
Read te f***ing manual...
Multimedia commands -> PlaySound();
An where in t f.... manual Im supposed to find it?
I know how to play t sound, but if I want to play sound (2), where can I find sound 2? Means where is it located or how to import it to game????????
Just name the sound you want to play "sound2.wav" (or whatever extension you used) and put in the game directory. If it's music you want in the background name it "music2".
Then, in order to be able to hear it in the game: in the edirtor, go to Game > Rebuild Vox Files.
If you want the music to play in the background of a room, go to that room's settings and check the box that says "Play music on room load" and write the number you gave to the file there.
For sound, put the command PlaySound(2); in the script for whenever you want it to play, such as when interacting with a hotspot for example.
Hope this helps :).
This is also why we have the Beginners' FAQ. Did you even bother reading it?