home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineSprite_363 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  254 b   |  12 lines

  1. var n = int(this._parent._parent._name.substr(-1,1));
  2. var title = _global.lib.lvls[n].title;
  3. if(_root.scores[n] == 0)
  4. {
  5.    gotoAndStop(2);
  6. }
  7. else
  8. {
  9.    var score = "Score: " + com.neodelight.std.XString.numberFormat(_root.scores[n]);
  10. }
  11. stop();
  12.