home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / peaceplane.swf / scripts / DefineSprite_110_splosion2 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  161 b   |  8 lines

  1. onEnterFrame = function()
  2. {
  3.    _X = _X - _root.player.hSpeed;
  4. };
  5. globalsound = new Sound();
  6. globalsound.attachSound("explosion");
  7. globalsound.start(0,1);
  8.