PHP Code:
//#CLIENTSIDE
function onCreated()
{
with (findImg(200)) {
x = player.x, y = player.y;
image = "block.png";
rotation += .1;
}
}
This will make a block spin to the left over, and over, and OVER AGAIN! I think you got the brains enough to make it spin to the right!