home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineSprite_911 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  370 b   |  10 lines

  1. if(this.hitTest(_root.cast1))
  2. {
  3.    gotoAndPlay(148);
  4. }
  5. _root.smokeIt += 1;
  6. duplicateMovieClip(_root.smoke,"smoke" + _root.smokeIt,16384 + (_root.moB + _root.moEnemys + 10 + _root.smokeIt + _root.enemyOut2));
  7. _root["smoke" + _root.smokeIt]._x = _parent._x + 62;
  8. _root["smoke" + _root.smokeIt]._y = _parent._y - 105;
  9. _root["smoke" + _root.smokeIt].active = true;
  10.