PDA

View Full Version : The Sliding Menu -- How?



dewey
July 29th, 2008, 03:09 PM
Hey Guys,

I'm looking to create a sliding menu much like the menu found http://www.nickelodeon.nl/cartooncreator/creator/ (it's in dutch!! beware!!) when you click one of the actors on the stage.

My major issue is this... sure, I could create a movieclip with 2 clips within, alpha of zero and when the mouse is over those pieces I can do the scrolling, but then the clip underneath can't select the option that is underneath...

Does anyone have any idea how to do this? I'm coding in AS3 if it helps...

Thanks,

--d

Anogar
July 29th, 2008, 04:42 PM
You can just activate the scrolling on MOUSE_OVER of the entire object, that won't prevent CLICK events from getting through.