Posted by CogKing on March 18, 1998 at 02:13:22:
In Reply to: Re: Here ya go :-) posted by Elanthil on March 18, 1998 at 00:54:25:
> > > here ya go
> > > playkey(keylocation, key, 1, 2);
> > > where keylocation is the thing
> > > where key is the key
> > > 1 is i dont know (speed?)
> > > 2 is i dont know (speed?)
> > 1 = priority
> > 2 = flags
>
> ok..what about this...
> > The flags tell if the key repeats or plays once...
> > See the twoonebee cog for an example of this.
> > -CogKing
>
> does it run through every frame in the key then or do I need another command to specify that?
It should run through the entire key, either once, or as a loop depending on
the flags.
-CogKing