At 0:55 Uhr -0400 04.08.2002, g r i m m w e r k s wrote: >What the hell? I just put 2 shapes on stage - the same member. One had > >on beginsprite me > sprite(me.spritenum).cursor = 280 >end > >I put this hidden under the other shape. The cursor changed to the hand even >though the sprite was obscurred by the top shape. > >This has never been this way before, correct? It seems like something's >busted....
no, AFAIK this behaves always in that manner. the cursor of sprite doesn't care if the sprite is obscured by another sprite. it tracks the mouseposition and compares it to the sprites rect, regardless of its z-loc. -- ||| a�ex -- [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!]
