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 → Piano Music Cog
Piano Music Cog
2003-11-15, 7:19 PM #1
I am creating a huge piano. Whenever you step on a key, a different note plays. others can join in by jumping on another key. The easiest way to do this would be to somehow edit the sounds of the surface when u walk on it. such as dirt, metal, shallow water, and more provided in the surface flags. If there was a way to edit the surface sounds into a custom sound, that would work.
OR
I need a cog that someone can make for me, that makes it so u can assign a sector a custom sound, and have it so the joiners and host can hear the note(s) play, and so it doesn't keep repeating. BTW, is there a way you can have one sound slur into the other one? such as your on a key and right away when its playing you jump to another key can u still hear the old one with it or would the new one replace it? if it replaces it... would it replace another persons if they tried to do a duet with you?
plz reply for answers.
this may be massassi's funnest new level for JKDF2 if someone can provide me with good info.

------------------
Your Owners Clan Leaader,
_yo_wasup_
-=__/¯¯l¤¥Ø¤l¯¯\__\/\/ª≤uÞ_=-
http://www.TeamYo.org
2003-11-17, 1:31 PM #2
dar, sometimes you anoy me.... why did i join your clan again? either way its my job to help and i wont deney my services.....

make eatch key a different thing. then use this cog.. (you can add frames to the keys so they depress when you jump on it too...

Code:
symbols
message entered
message arrived
thing key
sound ping=sound.wav
end
code
entered:
playsoundglobal(ping,1,0.0,0x0);
movetoframe(key,1,5);
return;
arrived:
movetoframe(key,0,5);
return;
end


------------------
I am pjb.
Another post......
another moment of my life wasted.....
at least i made a level.
PJB's JK page's

-the PJB jedi rule book-
rule one, "never trust a bartender with bad grammar"-kyle katarn in JO

Rule Two, "Gravity is a crule misstress" -kyle katarn in MotS, and the alternatior MK I in AJTD

rule three, "asprines good, but it hasent got the kick of morphine. and its not gonna stop the hurting in my arm, the ones thats on the otherside of the room i mean" -the alternatior
I am Darth PJB!
well, go on, run away!

i have a plastic lightsaber and a jedi cape.. am i a nerd?

If gravity is a crule mistress, and bar tenders with bad grammar are untrustworthy, what is air?

↑ Up to the top!