Although i have picked up quite a bit of experience in coding, i havent even delved into sound yet. So i need help.
Can someone please tell me how to make a music file play repetitively (bg music) but only when the user is on a specific x level? i have tried, but it lags all the time D:
ID:273681
Dec 22 2010, 8:37 am
|
|
In response to XxBloody NightmarexX
|
|
Yeah, I'd say ideally you just play the music when you enter an area and delete it when you leave, no need to make an actual proc for that.
|
In response to XxBloody NightmarexX
|
|
Entered() Don't use usr in procs. Especially not Entered() and such. Instead, this should be: Entered(atom/movable/A) |
Hope that helps you I just made it and tested it so it works!