how can i get the position the view is at? i find it misleading..maybe i'm using it incorrectly, but my view is always centered on the player and so i always move() it. the issue is, after a while of move()ing it, i now need to know where it is so that i can see if my tile map's blocks are visible (so it requires some coordinates conversions..)
ideas?