Hello, I'm trying to write a simple application and I'm running into a couple of problems that I thought someone might be able to shine light one. First is that I can't seem to access global variables through the event handlers. For example: cartridgecount = 0 def ontrigger(self, state): cartridgeco...