Confused about movie clips in movie clips...
help! have scoured pages , pages of books , forums, , cannot seem find straight answer on this. on recent posts in forum answers seem muddled.
i have created drop down menu, consists of movie clip onrollover action, "drops down" movie clip contains movie clip buttons. example:
menu_mc (has onrollover , rollout action reveal menu)
contains button1_mc, button2mc, etc.
supposed link outside urls.
i understand using onrollover , onrollout on menu_mc animate negates movie clip button's actions underneath...i don't understand action (telltarget?) use (and where...frame? instance?) buttons inside menu_mc work.
please help! much!!!
you can't work-around issue. if code mouse handlers (like rollover etc) parent intercept mouse events (like onpress etc) intended child movieclips.
to remedy must
1. code mouse handlers youngest generation want respond mouse or
2. use hittest() 1 of movieclip generations , mouse handlers other generation.
to remedy must
1. code mouse handlers youngest generation want respond mouse or
2. use hittest() 1 of movieclip generations , mouse handlers other generation.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment