Re: [Flashcoders] AS2 what am I missing?

2010-04-06 Thread p...@ipauland.com
OK, I've been avoiding doing too much with AS2 recently.   It seems that if one MC (ClipA) is over another (ClipB, completely obscuring it), with AS2 the hidden MC (ClipB) will respond to onRelease, but in AS3 (as expected) it does not.   Is this right?   Paul

RE: [Flashcoders] AS2 what am I missing?

2010-04-06 Thread Mattheis, Erik (MIN - WSW)
I've done things along the lines of making MovieClip A a button with showHandCursor set to false. _ _ _ Erik Mattheis Senior Web Developer Minneapolis T  952 346 6610 C 612 377 2272 Weber Shandwick Advocacy starts here. PRWeek Global Agency Report Card 2009 – Gold Medal Winner The Holmes

RE: [Flashcoders] AS2 what am I missing?

2010-04-06 Thread p...@ipauland.com
Yes, I've had to do that. Ugh!   I rarely overlap MCs and in AS3, there's no problem. Caught me out here.   On 06 April 2010 at 17:06 Mattheis, Erik (MIN - WSW) ematth...@webershandwick.com wrote: I've done things along the lines of making MovieClip A a button with showHandCursor set to false.

Re: [Flashcoders] AS2 what am I missing?

2010-04-06 Thread Karl DeSaulniers
Hey Paul. Try placing an invisable button on the bottom layer of the MCs below anything that's in that MC and it won't let any controls from MCs below that MC to be called. Say that 10 times fast. Let me know if I just confused you. The invisable button will block any calls from below.