A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Drag Issues

  1. #1
    Junior Member
    Join Date
    Sep 2002
    Posts
    17

    Drag Issues

    Hi,

    I have a startDrag action in a movie I am creating(a mouse trailer mask), but with the execution of the dragging, I lose control of all of my buttons. I'm sure there is an easy solution to this...can anyone help?
    Christian

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    use the mouse coordinates in a mouseMove clipEvent.
    _x=_root._xmouse;
    _y=_root._ymouse;
    It will be smoother if you also use updateAfterEvent() at the end of the statement.

    gparis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center