home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Santos.swf / scripts / DefineSprite_94 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  182 b   |  7 lines

  1. if(getProperty("../g1", _visible) == "0")
  2. {
  3.    setProperty("../Ex", _X, getProperty("../g1", _X));
  4.    setProperty("../Ex", _Y, getProperty("../g1", _Y));
  5.    gotoAndPlay(20);
  6. }
  7.