Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pygame borders on window

#for setting boundaries you can use the and command instead of making another if statement so for left
#get your x value and make it less than your velocity like
x > vel
#for right have x be less than your set bourders and subtract it by your width and velocity like
x < 500 - 25 - vel
#it's almost the same for moving up and down but with the y value instead of the x
 
PREVIOUS NEXT
Tagged: #pygame #borders #window
ADD COMMENT
Topic
Name
5+9 =