home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1055 / DoAction.as
Text File  |  2008-09-12  |  196b  |  11 lines

  1. function aleatorio(a, b)
  2. {
  3.    return Math.floor(Math.random() * (b - a + 1)) + a;
  4. }
  5. checkpoint = _root._currentframe;
  6. next = "B";
  7. currentdamage = 0;
  8. windx = 0;
  9. _quality = "LOW";
  10. stop();
  11.