Sorry, i know im on a COG forum rampage. That just means you know my level will be good because of al the unique cogs ![http://forums.massassi.net/html/smile.gif [http://forums.massassi.net/html/smile.gif]](http://forums.massassi.net/html/smile.gif)
Anyways, i dug up this old cog.
What its supposed to do is play a sound at a ghost position, and it gets softer the farther you go out. But what it does is, play the sound EVERYWHERE, at MAX volume. So wherever i go, i hear the sound.
Can somebody fix it please?
------------------
ph34r
![http://forums.massassi.net/html/smile.gif [http://forums.massassi.net/html/smile.gif]](http://forums.massassi.net/html/smile.gif)
Anyways, i dug up this old cog.
What its supposed to do is play a sound at a ghost position, and it gets softer the farther you go out. But what it does is, play the sound EVERYWHERE, at MAX volume. So wherever i go, i hear the sound.
Can somebody fix it please?
Code:
#03/2002 GBK
Symbols
Message Startup
Thing Pos0
Thing Pos1
Thing Pos2
Thing Pos3
Thing Pos4
Sound Loop
Flex Maxdist=10
End
Code
Startup:
Sleep(1);
For(I=0;I<5;I=I+1) {
Playsoundthing(Loop, Pos0, 1.0, -1, Maxdist*10, 1); }
Stop;
End------------------
ph34r

![http://forums.massassi.net/html/confused.gif [http://forums.massassi.net/html/confused.gif]](http://forums.massassi.net/html/confused.gif)