I was under the impression that all the functions in a class shared the variables that were defined in the class. Was I mistaken? My compiler keeps telling me that the variables in the class haven't been declared in the functions within the class that I use them in. So I guess I was wrong. If I am wrong, is there an easy way to solve this?