PDA

View Full Version : SFX



Master Maniac
04-02-2008, 07:40 PM
why cant i say


Screen->Play SFX();?

this bothers me... im using the function wrong arent i?

Joe123
04-02-2008, 07:47 PM
Because you just made up a function.


Game->PlaySound(int sfx);

Where 'int sfx' is replaced with the sound effect reference number you want to play.

Master Maniac
04-02-2008, 07:51 PM
:p

duh. i thought it was a screen function lol.

but even at that, its worded wrong the way i had it.

thank you =)