ID:157180
 
I noticed now in the newer BYOND version the non-icon Click() buttons wont work. is there a way to still get a button to work without putting a icon button in?
Same way as before, look up mouse_opacity
In response to GhostAnime
yeah I looked it up but don't really understand it. How exactly do you change the mouse opacity?
In response to DevilsEve
Did you read the entry properly?
You change an /atom's mouse_opacity to any of these values:
0 = Ignored by the mouse
1 (default) = Ignores transparent area, clickable on any other area
2 = Not ignored by the mouse (ex: clicking transparent area can call Click())
In response to DevilsEve
Another noobish way to do it is by making an icon that is almost completely transparent. And using that for the Click() stuff.... Just sayin'....
In response to Isenggard
Yes, that certainly is the wrong way to go about doing things. Thank you for sharing it with us.
In response to Garthor
Anytime =P
In response to Garthor
lol.