home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / frame_37 / DoAction.as
Encoding:
Text File  |  2007-12-04  |  241 b   |  7 lines

  1. _root.attachMovie("HUD","hud",6);
  2. _root.createEmptyMovieClip("worldContainer",2);
  3. worldContainer._x = 275;
  4. worldContainer._y = 200;
  5. worldContainer.attachMovie("World","world",10);
  6. _root.attachMovie("loadingScreen","loadingScreen",50);
  7.