home *** CD-ROM | disk | FTP | other *** search
/ Ice Age Fan CD 1 / CD1_Scrat.iso / flash / data / game.swf / scripts / highscoreSD.as < prev    next >
Encoding:
Text File  |  2012-07-04  |  952 b   |  45 lines

  1. package
  2. {
  3.    import com.terry.highscoreSubmitAndDisplay;
  4.    
  5.    [Embed(source="/_assets/assets.swf", symbol="symbol635")]
  6.    public dynamic class highscoreSD extends highscoreSubmitAndDisplay
  7.    {
  8.       public function highscoreSD()
  9.       {
  10.          super();
  11.          addFrameScript(0,frame1,1,frame2,5,frame6,11,frame12,19,frame20,27,frame28);
  12.       }
  13.       
  14.       internal function frame1() : *
  15.       {
  16.          stop();
  17.       }
  18.       
  19.       internal function frame2() : *
  20.       {
  21.       }
  22.       
  23.       internal function frame6() : *
  24.       {
  25.          this.evalSubmitScoreScene();
  26.       }
  27.       
  28.       internal function frame12() : *
  29.       {
  30.          this.evalScoreSubmittedSuccessScene();
  31.       }
  32.       
  33.       internal function frame20() : *
  34.       {
  35.          this.evalLoadHighscoresScene();
  36.       }
  37.       
  38.       internal function frame28() : *
  39.       {
  40.          this.evalDisplayScoresScene();
  41.       }
  42.    }
  43. }
  44.  
  45.