How do I code for a Movie Clip with a button in it embedded in the Main Scene?
this should easy 1 designs websites in flash.
i have movie clip embedded in main timeline appears after animation sequence happens. in movie clip button changes color when rollover , links email address. pretty simple.
i not sure how correctly code actionscript this. far, when rollover movie clip , try click button, whole movie clip flashes.
how tell flash point button embedded in movie clip?
you can see god awful mess i've created online at:
http://www.espavoproductions.com/flash_site.swf
look @ contact button see talking about.
please help. grateful.
-stephanie
when rollover button, you're rolling out of movieclip , that's causing movieclip disappear, mouse detected on contact , causes movieclip re-appear.
to remedy, either use (looping) hittest movieclip or code mouse handlers on button's generation. ie, remove mouse handler attached button's parent can code on same timeline on button coded.
to remedy, either use (looping) hittest movieclip or code mouse handlers on button's generation. ie, remove mouse handler attached button's parent can code on same timeline on button coded.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment