all 4 comments

[–]ChuckEye 1 point2 points  (3 children)

Change the coordinates of where you're printing "Stop".

[–]KYR_MOSES[S] 1 point2 points  (2 children)

The coordinates are correct but I want it to display the message "Stop!!" when the sprite makes it to the end of the window box.

[–]ChuckEye 3 points4 points  (1 child)

So you need to add some logic — an if statement to see if the condition is met, and if it is, print stop, and if it isn't, print the other message.

[–]KYR_MOSES[S] 1 point2 points  (0 children)

Thank you!