For some reason, I'm getting this error message:
Uncaught TypeError: Object #<an Object> has no method 'pan'
For this line of code:
$('#bg_1').pan({fps: 3, speed: 2, dir: 'right'});
I have connected the spritely plugin prior to this line of code as you can see here: http://www.marioplanet.com/index.asp
Any ideas?