/image overlays not obeying mouse_opacity. in Bug Reports
|
|
Not a bug
| BYOND Version: | 486 |
| Operating System: | Windows XP Home |
| Web Browser: | Firefox 4.0.1 |
| Applies to: | Dream Seeker |
|
| Status: |
Not a bug
This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND Developer forums.
|
|
|
Descriptive Problem Summary:
Image overlays don't seem to obey the mouse_opacity of whatever they're attached to.
Numbered Steps to Reproduce Problem:
Create two objects in the same location.
Set the lower object's mouse_opacity to 1.
Set the higher object's mouse_opacity to 2.
Add an image overlay to the lower object with a layer higher than the higher object.
Click() the image overlay of the lower object which is displayed over the higher object.
Expected Results:
The higher object should catch Click().
Actual Results:
The lower object is catching Click().
Bug Demo
|