home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / Titans / raven.swf / scripts / DefineSprite_120 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-01-05  |  281 b   |  19 lines

  1. energy = r.overloadenergy;
  2. movieclip.prototype.hitwater = function()
  3. {
  4.    r.crash = 1;
  5.    energy--;
  6.    r.got = 0;
  7.    r.esp = 0;
  8.    r.water.removeMovieClip();
  9. };
  10. onenterframe = function()
  11. {
  12.    if(r.stopscroll)
  13.    {
  14.       nextFrame();
  15.       play();
  16.    }
  17. };
  18. stop();
  19.