Ok, this cog is beyond simple, yet it doesnt work. I am just not getting it, I hope someone can enlighten me. Maybe only certian templetes will work? I dont know, please help!
here is my cog
0x3 is looping I believe. And thats what it needs to do.
[edit] My templete is structure [/edit]
[This message has been edited by Hellcat (edited June 29, 2002).]
here is my cog
Code:
# raft.cog # # cog that will play a key frame once the level starts and will repeat the keyframe. # flags=0x240 symbols thing raft keyframe animation=running.key local message startup end #-------------- code startup: PlayKey(raft, animation, 1, 0x3); Return; end
0x3 is looping I believe. And thats what it needs to do.
[edit] My templete is structure [/edit]
[This message has been edited by Hellcat (edited June 29, 2002).]