area
Dark
layer=24
icon='Dark.dmi'
icon_state="Dark"
Im trying to add sound of thunder with my area icon i made with lightning effect can anyone help me out?
ID:141485
![]() Feb 20 2009, 2:23 pm
|
|
Code:
area Im trying to add sound of thunder with my area icon i made with lightning effect can anyone help me out? |
![]() Feb 20 2009, 3:11 pm
|
|
i have the sound as .wav its just not working and i want the sound with this area someone help me out please?
|
I highly recommend you convert that .wav file to either .ogg or .wma so that it doesn't add 1-8MB (depending on the length of the SFX) to your resource file's size.
|
ok ill convert it not a problem at all but the thing im having problem is adding it to that code i gave any suggestions
|
I'd say the guide is your best friend in this case.
Chapter 11.2.3 explicitly states an example of an area with sound. It's a pity too few people tend to read the guide. |
Though it uses usr in a (movement) proc there and uses Enter() where Entered() is more appropriate (but might've not existed at the time), so I wouldn't stick too close to the example. >_>
|
I never claimed that the example would be either perfect or he most optimized way to go about it.
Actually, I don't think that this would be the main intention of a guide, as it should move step by step, teaching the reader based on what s/he knows and can use. So, instead of highly optimized code, it might lead the reader slowly to a working solution that can be understood and learned from, which might be more useful to someone who could not do it in any way before. |