home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Interface / MD.000 / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-07-25  |  285 b   |  15 lines

  1. stop();
  2. fscommand("ORG","_level0.startdir");
  3. feito = 1;
  4. this.onEnterFrame = function()
  5. {
  6.    if(_root.carregado == 1)
  7.    {
  8.       if(feito == 1)
  9.       {
  10.          loadMovie("http://www.digerati.com/banners/tech/movel.swf",anuncio_movel);
  11.          feito = 2;
  12.       }
  13.    }
  14. };
  15.