View Single Post
Off topic
Old
aikmin
Senior Member
 
aikmin's Avatar
 
Status: Offline
Posts: 85
Join Date: Mar 2008
Default Off topic - 08-29-2011, 02:27 AM

Be very careful when using opacity and mouse click events. An object with opacity set to 0% does not mean that it is gone from your world. You can still click on the object. I have had people asked me why they cannot click on an object, and later found out that it was because there was another object in front of it (opacity set to 0%). Here, you are really clicking on the 0% object, not the one behind it. I just want to mention this because lots of people put text (0% opacity) all over their world and are having problems clicking on other stuff. Try using "isShowing = false" instead.
   
Reply With Quote