ID:162119
 
In my game, Rising Empire, I have a day/night system working, and it uses 7 overlay icons with alpha shading. But when night comes around, you can't click on anything except the night area, as it is above everything. I was wondering if there was a way to have the mouse ignore the area? i.e., when I put my mouse over a grass turf at night, it shows "Grass" at the bottom.
If you set an object's mouse_opacity = 0, then the mouse will ignore it. Look up mouse_opacity in the DM Reference to see what else it can do.
In response to Foomer
I see. Thanks for your help! :D