hi everyone(again)
I have a few widget buttons that have both onPress and On Release functions. When they press it, it adds 10 to a variable, but when they release it it takes 10 away. I have a problem though…When i was trying it out, if i i clicked on one of them, the score would go up, but when i drug my mouse away from it, it would de-select, but the onRelease function (subtract 10) wouldn’t get called…Anyway to fix this???
thanks as always