Try putting a sprite on the bottom channel of your MIAW movie which contains
a hollow rectangle shape sized to the MIAW.  On this sprite add a behavior
to catch the events:

on mouseEnter me
  nothing
end

on mouseLeave me
  nothing
end

etc....

I think this should block the stage movie from knowing about the mouse.

Steph

> -----Original Message-----
> From: Irv Kalb [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 3:51 PM
> To: [EMAIL PROTECTED]
> Subject: <lingo-l> Rollovers and MIAW
> 
> 
> I have a movie in a window that I bring up over the stage. 
> Everything is working fine, except that when I move the cursor within 
> the MIAW and is also over something on the stage that has a rollover 
> behavior (for example a wide button), that rollover behavior is 
> triggered and the thing on the stage goes into it's roll state.
> 
> Is there any way to stop this?  The MIAW cannot be modal - I need to 
> have the ability for the user to click on things on the stage while 
> the MIAW is up.  I am just looking for a way to block the mouse from 
> being "seen" by the stage movie while it is over the MIAW.
> 
> Thanks,
> 
> Irv
> -- 
> Lingo / Director / Shockwave development for all occasions.
> 
>         (Over two millions lines of Lingo code served!)
> 
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
> 

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to