..ok, one dumb question since I am frustrated and nervous like hell becouse of this crap..I dont know wich bit I missed, but please correct me if I did something wrong here..
;loading my stuff, geometry whatever...
.
.
.
;loading and play background music
;Environment sound
Wind_E=LoadSound("Wind.mp3")
SoundVolume Wind_E,.1
LoopSound Wind_E
Env=PlaySound (Wind_E)
;Main Loop
.
.
.
.
So, why I cant hear any sound in playback?? I can hear one short peak and after rendered image appear on screen, and after that no more any sound until when i press ESC to go out from program I hear again short peak..what did I do wrong with PlaySound? Am I missing something??
;loading my stuff, geometry whatever...
.
.
.
;loading and play background music
;Environment sound
Wind_E=LoadSound("Wind.mp3")
SoundVolume Wind_E,.1
LoopSound Wind_E
Env=PlaySound (Wind_E)
;Main Loop
.
.
.
.
So, why I cant hear any sound in playback?? I can hear one short peak and after rendered image appear on screen, and after that no more any sound until when i press ESC to go out from program I hear again short peak..what did I do wrong with PlaySound? Am I missing something??