home *** CD-ROM | disk | FTP | other *** search
- if(this.hitTest(_root.cast1))
- {
- gotoAndPlay(148);
- }
- _root.smokeIt += 1;
- duplicateMovieClip(_root.smoke,"smoke" + _root.smokeIt,16384 + (_root.moB + _root.moEnemys + 10 + _root.smokeIt + _root.enemyOut2));
- _root["smoke" + _root.smokeIt]._x = _parent._x + 62;
- _root["smoke" + _root.smokeIt]._y = _parent._y - 105;
- _root["smoke" + _root.smokeIt].active = true;
-