
Re: Trying to attach 2 rects to a whole rect
Mmm, I don't really notice a difference with move_ip, but I guess it doesn't really matter. As for the scrolling and the player position, I'm not really sure how to do it..I've tried a lot of stuff, like getting the remainder when divided by the screen dimension..but its confusing me greatly.
EDIT: Maybe the scroll code could be fixed with something I did to keep the player on screen:
That code works perfectly, though I'm not sure how to implement it with pygame.mouse.get_pos().