Wow, alot of questions!
1. You need to paste the image on the screen before you grab it, so change your code to this.
LOAD IMAGE "Guy.bmp", 1
PASTE IMAGE 1,0,0
GET IMAGE 1,1,1,32,32
PASTE IMAGE 1,playerx,playery
2. Put this code at the end of your loop. It will tell your your screens size. Take it out of your code once you,ve recorded it.
set cursor 0,0:Print "screen's width=",screen width(),", ","screen's height=",screen height()
3. I'm not exactly sure, I'd need to see your code.
4. I think it's a box, don't quote me on that.
5. Open up paint, draw the map with the correct screen dimensions, then upload to your program and just write the collision statements.
I hope I was a help.
Mysteries Surround You