# File lib/rubygame/hotspot.rb, line 257
    def method_missing(symbol,*args)
      if have_hotspot?(symbol) 
        hotspot(symbol)
      else old_method_missing(symbol,*args)
      end
    end