I'm making an image button (with a transparent-background png) that constantly moves to random locations along with scaling to random sizes. When the user clicks on its non-transparent area, a function will be called.
I have it currently at the top/blank space, but when I check whether or not it exists it always says it doesn't (I have everything correctly named in the correct folder). If I define it inside the setup() method, I get a null pointer exception.