I have been trying to use this:
InteractableRectangle(int x, int y, int width, int height)
I found all four numbers but I am not sure how to implement it into my code.
I am trying to use the methods .isVisible as a boolean to check if it is visible
ANd then if it is visible, I was to...