Good work on code player and the tutorial is fine except for the Math.random()*255>>0; bit where you might want to consider using Math.floor() to truncate a float into an integer :) This being a tutorial and all, some newbies are bound to get completely flummoxed by it as searching for >> on google is pretty futile.