So, I want my actor frogboi to know how many points(like from a counter) there are but I've already tried a lot of phrases and it gives me either the error "cannot find symbol - method TotesPoints()" and "non-static method totesPoints() cannot be referenced from static context". I am honestly completely lost as to what I need to do, or how to get my frogboi actor to call the method totesPoints() from the other actor points.
Also, I want my Actor snake to pause when stopSnake == true and my actor frogboi is what can make that statement true. How do I get the snake to know that statement is true?
Thanks in advance to any form of help or advice.


