|
Prev: [ANN] San Francisco A/V professionals - Adobe would loveto hear from you
Next: Print input text box with scroll
From: anousht on 5 May 2008 15:37 That's what i thought too, but i'm not sure what's going on here. I've tried every way of programming the buttons to work, but no dice. Basically all i want to do is have a smooth scroll-in and scroll-out of a vertical menu and for the buttons to work. Any help with that would be much appreciated! Thanks
From: clbeech on 5 May 2008 23:43
i see what's happening here - if i'm not mistaken your 'buttons' are within the MC that's being scrolled, correct? this is why they aren't working - when there are 'on' handler applied to a 'parent' MC - the 'top level' handlers 'block' any handlers applied to children of the MC. two solutions here - either use a smaller 'button' to operate the scrolling MC under a mask - or use a system of hitTesting to determine a button press on children within the MC. |