Home   Help Search Login Register  

Author Topic: How do I trigger sounds in the distance?  (Read 557 times)

0 Members and 1 Guest are viewing this topic.

teeBore

  • Guest
How do I trigger sounds in the distance?
« on: 12 Mar 2003, 03:54:48 »
I want to trigger a sound that is comming from an object 50m away from the player, so the sound should be directional, and become louder as he gets closer. Is this possible?

Jester

  • Guest
Re:How do I trigger sounds in the distance?
« Reply #1 on: 12 Mar 2003, 04:25:27 »
It should be there anyway............ the closer ya git daa clouser da sound. Me tink

teeBore

  • Guest
Re:How do I trigger sounds in the distance?
« Reply #2 on: 12 Mar 2003, 04:42:12 »
well yeah with playSound, it only plays at the player's position, so it's always the same volume

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:How do I trigger sounds in the distance?
« Reply #3 on: 12 Mar 2003, 23:53:11 »
You're after the say command...

eg.

object say "sound"

;)