I'm trying to write a simple cog for Blue_Bot's CTF level that plays a key on a 3do. Try as I might I can't get it to work. The 3do is fine, the key is fine, but the PlayKey() verbs simply aren't doing anything. Here's the cog:
I've tried using 1, 2, and 0 for the int, and I've tried using 20, 0x4, and 0x3 for the flags, and also leaving off the flag entirely.
Any help would be appreciated.
[This message has been edited by blujay (edited January 18, 2001).]
Code:
flags=0x240 symbols keyframe flagKey desc=The keyframe for the flags. thing goldFlag desc=The gold team's flag. thing redFlag desc=The red team's flag. message startup message timer end # ======================================================================================== code startup: SetTimer (3); timer: print ("startup"); blah = PlayKey(goldFlag, flagKey, 2, 0x3); blah = PlayKey(redFlag, flagKey, 2, 0x3); print ("done"); end
I've tried using 1, 2, and 0 for the int, and I've tried using 20, 0x4, and 0x3 for the flags, and also leaving off the flag entirely.
Any help would be appreciated.
[This message has been edited by blujay (edited January 18, 2001).]
KOP_blujay
Just dancin'...and singin'...in the Force.
Just dancin'...and singin'...in the Force.