home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / the_lost_vikings.swf / scripts / DefineSprite_430_ShieldClass / frame_185 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  206 b   |  11 lines

  1. if(this.Obj_Shield_Up == 1)
  2. {
  3.    this.gotoAndPlay("Shield_Float");
  4. }
  5. else
  6. {
  7.    this.setHndlr(1,this.Shield_Fall_Dn);
  8.    this.gotoAndPlay("Shield_Fall_Dn_Loop");
  9.    this.Obj_Target = this.Obj_Y;
  10. }
  11.