A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: drag and drop on different clips

  1. #1
    For medicinal use only.
    Join Date
    Apr 2002
    Posts
    33

    drag and drop on different clips

    i have been at this for a few days and cannot get it down.

    there is an arm that i drag, what i want to do is drop that arm on different movieclips that will direct me to different pages.

    whenever i drop the arm (anywhere) it tries to load all the pages.

    i have attached the fla.

    any help will be greatly appreciated.

    thanks in advance.
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    Sep 2001
    Location
    Decatur, IN USA
    Posts
    21
    Have you tried using a hitTest?

    Code:
    if myMC.hitTest(targetMC)
         //do something
    
    if myMC.hitTest(anotherMC)
         //do something else

    Microsoft .NET MVP

  3. #3
    For medicinal use only.
    Join Date
    Apr 2002
    Posts
    33
    it does the same thing

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