home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_854 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  277 b   |  18 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(this.hitTest(_root.car))
  4.    {
  5.       _root.kill();
  6.    }
  7. };
  8. if(_root.sound)
  9. {
  10.    if(m == undefined)
  11.    {
  12.       fireball = new Sound(this);
  13.       fireball.attachSound("fireball");
  14.       fireball.start();
  15.       m = 1;
  16.    }
  17. }
  18.