home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / coffeetycoon_Demo.swf / scripts / frame_516 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  244 b   |  13 lines

  1. trace("Location number is " + _root.localetype);
  2. if(_root.checksum == _root.checksumloaded || _root.cheatmode == 1)
  3. {
  4.    _root.clear_weather();
  5.    _root.predict_weather();
  6.    gotoAndPlay(189);
  7. }
  8. else
  9. {
  10.    gotoAndPlay(60);
  11. }
  12. stop();
  13.