1 module itemKeyred is "item" "KeyRed";
7 // setup actor animations
8 public void initializeAnim () {
9 animClearFrames("item", "KeyRed", "sleep");
10 animAddFrame("item", "KeyRed", "sleep", ACTOR_DIR_LEFT, "sprites/items/keyra0.vga");
14 // setup actor properties
15 public void initialize (Actor me) {
16 // `classname` and `classtype` will be set by the engine
17 //me.classname = "KeyRed";
18 //me.classtype = "item";
21 me.actorSetAnimation("sleep");
25 me.attachedLightRGBX(100, 0, 0, 16);
30 public void think (Actor me) {