PDA

View Full Version : problem with buttons and movieclips



yodalr
October 22nd, 2006, 12:26 PM
k, how to solve this problem: 1. Layer there is a button 2. Layer there is a movieclip which overlaps the button.(Idea is tht, the button woulnd't work, if movieclip overlaps it). Problem: Eaven, if I can't see the button, if i move with mouse over the moviclip, it activates the button underneath it. Any ideas, whts causing it?

yodalr
October 22nd, 2006, 12:35 PM
Sighs from efnet #actionscript channel provided me with answer:

someMcOnLayer2.onRelease = function(){}; someMcOnLayer2.useHandCursor = false;