home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / rooftopmadness.swf / scripts / DefineSprite_123 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-23  |  231 b   |  9 lines

  1. setProperty(this, _X, getProperty(_level0.santa, _X));
  2. setProperty(this, _Y, getProperty(_level0.santa, _Y) + 20);
  3. setProperty(this, _visible, false);
  4. presentDropped = 0;
  5. if(this._name != "shipbomb")
  6. {
  7.    gotoAndPlay(3);
  8. }
  9.