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

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