> I found the problem, and anyone on the list who doesn't already know this > might find it interesting. Originally I had used a button, but then I > switched to an image/control. Embedded within the 350 lines of script were > two little words left over from when I was using a button: <disable me>. > (This was temporary, while another action was occurring.) I had always > assumed that you couldn't "disable" an image, as there's no checkbox for it > in the Object Inspector. But, it seems, if you "disable" an image by script > (disable me), you will make it transparent to a click. Is this a feature or > a bug?
Aaah, never thought of that. Not a bug I would say. Any object can be disabled and when disabled, it should not react to any user input. Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
