In the following code i was attempting to have the plane move as well as rotate accordingly to the
arrow keys. For the cloud sprites i wanted them to follow the user/plane sprite until collision. plz help
import pygame, random
pygame.mixer.init()
pygame.init()
screen =...