Posted by Rishka on June 02, 1998 at 01:57:26:
In Reply to: Re: .key files posted by Fourwood on June 01, 1998 at 19:00:55:
Well, one thing... in the symbols section you named the keyframe z95key. In the code, you referred to it as mykey. Also, you DO have the keyframe in the right directory and all? (had to ask, =P)
: Hmm.. doesn't work. The thing just sits there, just like before! :) Here's what my cog says:
: # Jedi Knight COG Script
: #
: # by Fourwood
: #
: #
: ========================================================================================
: symbols
: message entered
: thing z95
: sector sector
: keyframe z95key=z95.key local
: end
: code
: entered:
: PlayKey(z95,mykey,1,0x02);
: return;
: end