Clearing an Image object?
Doug Lerner
doug at webcrossing.com
Wed Jan 7 02:24:02 EST 2004
On 1/7/04 4:14 PM, "Richard Gaskin" <ambassador at fourthworld.com> wrote:
>> By the by, the mouseEnter and mouseLeave messages are only sent when using
>> the Browser Tool.
>>
>> Do you have any suggestions for being able to choose another tool from a
>> custom paint palette when drawing?
>>
>> Right now I am just doing this:
>>
>> on keyUp theKey
>> global curTool
>> put the tool into curTool
>> choose browser tool
>> end keyUp
>>
>> which seems a bit not-so-much-a-nice-UI. :)
>
> I don't understand: if you have a tool palette for changing tools why do
> you need to respond to the mouse position?
>
> --
Well, in my first experiment, I was doing this all on one stack - there is a
pop-up to select the tool.
doug
More information about the use-livecode
mailing list