topical media & game development

talk show tell print

graphic-canvas-example-starfield-ara.js / js



  
Ara's JavaScript Library

  
  
  var ARA = window.ARA || {};
  ARA.constants = ARA.constants || {
          messages : {
                  noID : "no id",
                  noPattern : "no pattern"
          }
  };
  
  ARA.utils = ARA.utils || {};
  ARA.utils.random = function(lower, upper){
          return Math.floor(Math.random() * (upper-lower) + lower);
  };


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.