home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineSprite_154 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  149 b   |  6 lines

  1. gotoAndStop(_root.engine.lvl.skin + 2);
  2. this.onEnterFrame = function()
  3. {
  4.    this.doorMc._visible = _global.tagCount != _global.numberOfTags;
  5. };
  6.