Difference between revisions of "Radish"

From CodeStuff
Jump to: navigation, search
(Changed to use wiki local image)
 
Line 27: Line 27:
 
var tx=10;
 
var tx=10;
 
var dx=1;
 
var dx=1;
var test = loadImage("/images/radish.png");
+
var test = loadImage("radish.png");
  
 
function move() {
 
function move() {

Latest revision as of 06:44, 26 January 2012

Testing Image use.

Should also have some animation.

Seems to suck a huge deal more CPU on Firefox than Chrome. Timing still not 100% but at least better than it was.

Event IO now working. Keyboard and Mouse. (move the radish up and down)