Quote:
|
Originally Posted by redivcram
First off, correct this.
PHP Code:
new const SOUND[] = "sounds/test";
PHP Code:
new const SOUND[] = "test.wav";
Second, you should precache it...
|
I know about this. My code is a only test.
Quote:
|
Originally Posted by redivcram
And third, what are you exactly trying to do? Do you want to stop the sound at a point?
|
I want only the sound that ran stop playing, the other common sounds of the game continues, you know?
__________________