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

  1. function aleatorio(a, b)
  2. {
  3.    return Math.floor(Math.random() * (b - a + 1)) + a;
  4. }
  5. windx = 0;
  6. _quality = "LOW";
  7. keys = false;
  8. if(cheat == "bosses")
  9. {
  10.    gotoAndPlay(5251);
  11. }
  12.