|
发表于 2022-7-5 19:42:21
|
显示全部楼层
If you make an object invisible, how will you click on it later?
Object do have a visible property. Change that to false to make them invisible. But the end user won't be able to select them afterwards. You'll have to restore the visibility some other way.
The 90 limitation you see is simply the limitation of that property. No way around.
Oops, nevermind.
For other readers, see: http://www.theswamp.org/index.php?topic=50238.0 |
|