sprite.pos: {x:150,y:500} ( Click on the screen to call sprite.moveTo(x,y) )
sprite.scale: {x:0.5,y:0.5}
sprite.label: dude1_walk_left
sprite.animated: true
sprite.fps: 10
sprite.hotspotVisible: false
To use this library with these assets, include sprite.js, asset.js and meatlyjam01spritesheet.png,
then create a sprite (which becomes a div) with the line: sprite = createSprite(getMeatlyAsset());