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

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