home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Interface / MD.000 / scripts / frame_1 / DoAction.as
Text File  |  2005-04-12  |  293b  |  15 lines

  1. stop();
  2. getUrl("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.