I need a simple cog: play a sound from a ghost position, thanks
This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
#03/2002 GBK Symbols Message Startup Thing Pos Sound Loop End Code Startup: Sleep(1); Playsoundthing(Loop, Pos, 1.0, -1, 100, 1); Stop; End
#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