When mouse at

Is it possible to make it so when the mouse moves over a certain x or y position that it can trigger something like a movieclip play??

Iv been trying this for house cant get it to work…please help


this.onMouseMove = function(){
if(_root._xmouse == 15 && _root._ymouse == 20) movieclip.play()
}

You’ll be better off using an area instead of a point … now you need to precisely hit x15 and y20 …

thanx alot for that “Voetsjoeba” youv saved my day !

Anytime :slight_smile: