Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function detectMouseHover(target:MovieClip):Boolean
  2. {
  3. return target.hitTest(_root._xmouse, _root._ymouse,true );
  4. }
Add Comment
Please, Sign In to add comment