home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / the_lost_vikings.swf / scripts / DefineSprite_323_RunnerClass / frame_98 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  137 b   |  10 lines

  1. this.Obj_Timer--;
  2. if(this.Obj_Timer)
  3. {
  4.    this.gotoAndPlay("Runner_Idle_Loop");
  5. }
  6. else
  7. {
  8.    this.gotoAndPlay("Runner_IdleA");
  9. }
  10.