Massassi Forums Logo

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.

ForumsCog Forum → Hey!
Hey!
2002-10-25, 4:22 PM #1
Hey I need a cog that plays a sound from a ghost position... thanks!
2002-10-26, 5:59 AM #2
Hmm, I dont know if thats possible... [http://forums.massassi.net/html/wink.gif]


Code:
#10/2002 GBK
Symbols
Message Startup
Thing Ghost
Sound Loop
Flex Dist=10
End
Code
Startup:
Playsoundthing(Loop, Ghost, 1, 0, Dist*10.5, 1);
Stop;
End


Plays on startup, loops forever. "Dist" is the max range the sound can be heard.

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

GBK oNline. Cogs, tuts, and total w00tage.
And when the moment is right, I'm gonna fly a kite.
2002-10-26, 1:28 PM #3
It's Possible, You've made the same cog for me.... This is Sa_MuR_aI

↑ Up to the top!