I need a alternate to onRollOver. It makes it act like a button, and so a input in the movieclip with rollover doesn’t work.
Posted about 1 month ago
I see you solved it somehow, but if you want to make it the other way, I think you could use the hitTest() method. Make a tiny invisible mc, bind it to the mouse cursor (like onenterframe this._x = mouseX etc. ) and then make it like : if your invisible mc hittest.(target) function is happening.
Posted about 1 month ago