Code: Select all
on mouseUp
put random(99)
end mouseUp
But if you do the same thing in LC, you have the opportunity to keep the phantom or to immediately lock it down by clicking "Apply". I only ran into this today, and it threw me. I could not get a group "mouseUp" handler to fire, since I had cavalierly compiled the local ones in its child buttons. Took a while to figure out what was going on with my "empty" mouseUp handlers that all of a sudden were real, what do you know, even though they had not been touched in any way.
It is impossible to make "real" a new undisturbed empty mouseUp handler in HC. Saving does nothing. If you do anything to it at all and then save it, it becomes a real, even if empty, handler.
Now the point of all this is that I still know very little about things. I did say it was trivia...
Craig Newman