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

  1. function aleatorio(a, b)
  2. {
  3.    return Math.floor(Math.random() * (b - a + 1)) + a;
  4. }
  5.