I'm not sure I understand what you're saying. ?
What I was trying to do, is have 1 script extend the other. The parent class is a 'general' hotspot (clickable), the child classes are more specialized hotspot types.
When I click a hotspot, the code is directed to a method in the parent class.
I feel like I should be able to test, inside the parent class, what 'specialized' type the hotspot is ... ?