jquery - Move Object and Viewport -
so have following code: http://jsfiddle.net/pt22r/3/
it works great i'd able move viewport while player moves can see object on side.
this want have when move player left arrow key:
http://i.imgur.com/klebmmn.png
case 37: // add here? $div.css('left', $div.offset().left - 10);
rather moving player , keeping object halfway hidden is.
this should simple enough, i'm not sure call for. p.s: i'd keep overflow: hidden
thanks in advance!
Comments
Post a Comment