actionscript 2 - adobe flash layering -



actionscript 2 - adobe flash layering -

im not sure if layering right issue im facing anyway, here's problem in detail.

i have created flash file, many layers. have created buttons on these layers such on release, load movieclip acts popup window. movieclip loaded , visibily on upper layer though unable see buttons below, still able click on them through loaded movieclip , loads other stuff scripted on buttons.

hope have explained headache detail plenty , hope can advice go fixing it.

i tried googling got no thought keywords search for!

okay think title should have been "flash click through problem". anyway have solved following;

use big plenty clip on top of everything. don't disable though.

mc_overlay.onrollover = function() {

this.usehandcursor = false; }

credits gotoandlearn()

cheers :)

i think in case you'd want have playhead go different frame doesn't have buttons. might best/easiest solution you.

actionscript-2 flash-cs5

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -