home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / catitens.swf / scripts / DefineSprite_509 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  328 b   |  15 lines

  1. FNscore = function(s, num)
  2. {
  3.    var _loc2_ = 1;
  4.    while(_loc2_ <= 5)
  5.    {
  6.       this[s + _loc2_].gotoAndStop(Math.floor(num / Math.pow(10,_loc2_ - 1)) % 10 + 1);
  7.       _loc2_ = _loc2_ + 1;
  8.    }
  9. };
  10. this.num = 100;
  11. FNscore("s",this.num);
  12. _root.score += this.num;
  13. trace(_root.score);
  14. _root.FNscore("s",_root.score);
  15.