lingo-l button catches all mouseclicks

2001-08-21 Thread Slava Paperno
All of a sudden one button on the stage (a standard button, made with the button tool) started catching all mouseclicks in the frame, including clicks on empty stage areas. The only way to stop this that I found is to put a stopEvent in the mouse handlers of every object--but that doesn't

RE: lingo-l button catches all mouseclicks

2001-08-21 Thread Mark MacKenzie
Perhaps the script on the button is a movie script instead of a behavior. -Original Message- From: Slava Paperno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 7:16 PM To: [EMAIL PROTECTED] Subject: lingo-l button catches all mouseclicks All of a sudden one button

Re: lingo-l button catches all mouseclicks

2001-08-21 Thread Leif E. Wells
maybe... make sure you have on mouseDown me or on mouseUp me -- without the me it will catch all the clicks. Leif All of a sudden one button on the stage (a standard button, made with the button tool) started catching all mouseclicks in the frame, including clicks on empty stage areas. The

RE: lingo-l button catches all mouseclicks

2001-08-21 Thread Slava Paperno
behaviors. S. At 07:24 PM 8/21/2001 -0700, you wrote: Perhaps the script on the button is a movie script instead of a behavior. -Original Message- From: Slava Paperno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 7:16 PM To: [EMAIL PROTECTED] Subject: lingo-l button catches all

Re: lingo-l button catches all mouseclicks

2001-08-21 Thread Slava Paperno
Thanks, Leif--but unfortunately that's not the case... I wish it were! S. At 10:34 PM 8/21/2001 -0400, you wrote: maybe... make sure you have on mouseDown me or on mouseUp me -- without the me it will catch all the clicks. Leif All of a sudden one button on the stage (a standard button,

Re: lingo-l button catches all mouseclicks

2001-08-21 Thread Leif E. Wells
Just to double check Mark's (more sensible) suggestion: In the cast, when you click on the behavior and you click on the script tab in the property inspector does it say behavior? Leif Thanks, Leif--but unfortunately that's not the case... I wish it were! S. At 10:34 PM 8/21/2001 -0400,

lingo-l button catches all mouseclicks SOLUTION

2001-08-21 Thread Slava Paperno
, August 21, 2001 7:16 PM To: [EMAIL PROTECTED] Subject: lingo-l button catches all mouseclicks All of a sudden one button on the stage (a standard button, made with the button tool) started catching all mouseclicks in the frame, including clicks on empty stage areas. The only way to stop this that I