home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / neko_juppiki.swf / scripts / DefineSprite_106 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  206 b   |  9 lines

  1. var ti = _parent.mc_game.get_past_time();
  2. this.clearbonus = _parent.neko * 1000;
  3. if(this.clearbonus < 1000)
  4. {
  5.    this.clearbonus = 1000;
  6. }
  7. trace(this.clearbonus);
  8. _parent.addScore(this.clearbonus);
  9.