home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / miniscrapercaper / miniscrapercaper.swf / scripts / frame_3 / DoAction_10.as next >
Encoding:
Text File  |  2006-02-02  |  316 b   |  11 lines

  1. osd = new Object();
  2. osd.update = function()
  3. {
  4.    var _loc1_ = this;
  5.    var _loc2_ = _root;
  6.    _loc1_.mc = _loc2_.osdMc;
  7.    _loc1_.mc.lifes.gotoAndStop(Math.min(9,_loc2_.actLifes + 1));
  8.    _loc1_.mc.shots.gotoAndStop(Math.min(9,_loc2_.actShots + 1));
  9.    _loc1_.mc.displayActBonus = int(_loc2_.actBonus);
  10. };
  11.