home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / whomp.swf / scripts / frame_90 / DoAction.as
Encoding:
Text File  |  2007-04-20  |  399 b   |  22 lines

  1. clicker.onRelease = function()
  2. {
  3.    _root.section = 1;
  4.    gotoAndPlay(_root._currentframe + 1);
  5. };
  6. trace("========================");
  7. trace("Highscore Screen");
  8. trace("gClear: " + gClear);
  9. trace("score: " + _root.score);
  10. trace("========================");
  11. if(gClear)
  12. {
  13.    getScores(_root.score,this);
  14. }
  15. else
  16. {
  17.    getScores(null,this);
  18. }
  19. gClear = false;
  20. _root.score = 0;
  21. stop();
  22.