Re: Makin a sound play once


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by JED Master on June 12, 1998 at 09:00:42:

In Reply to: Makin a sound play once posted by Abe on June 12, 1998 at 03:06:09:


Requires a cog.

heres a generic one:


symbols
sound aa=yoursoundhere.wav
int dummy local
sector sec Desc=Trigger_sector
message entered
end

code
entered:
dummy = PlaySoundPos(aa, GetSectorCenter(sec), 1.5, 10, -1, 0);
return;
end


That should work....


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]