home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / DefineSprite_134 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  172 b   |  7 lines

  1. Etching.moveTo(LaserBlast._x,LaserBlast._y);
  2. Etching.lineStyle(0.5,16776960,100);
  3. this.onEnterFrame = function()
  4. {
  5.    Etching.lineTo(LaserBlast._x,LaserBlast._y);
  6. };
  7.