ID:148376
Mar 12 2003, 1:07 pm
|
|
I have music in my game...i coded it rightand it desn't play...
|
Mar 12 2003, 1:26 pm
|
|
If you want to get help with your Code Problems, please post the relevant code.
|
In response to Air Mapster
|
|
gotcha i'm at skool now...so i'll do that in a little bit
|
In response to YamiGotenks
|
|
area
var/music = 'inuyashactw.wav' Enter() .=..() if(.) usr <<sound(music,1) here's the music...would like to know why it won't work |
In response to YamiGotenks
|
|
Because you're doing it all wrong.
area NEVER use usr in Enter() or Entered(). |
In response to Garthor
|
|
ok thanx sry i wuz lookin in book and i screwed it up...
|
In response to YamiGotenks
|
|
area//music help! Entered(atom/movable/A) if(ismob(A)) var/mob/M = A M << sound('inuyashactw.wav',1) i no i did somethin wrong plz help... |
In response to YamiGotenks
|
|
I'm new to this but it looks good to me except the area isn't named. Did you put it on the map?
|
In response to Jnco904
|
|
i think...i made a map...
|