Need help snapping...Please!

Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default Need help snapping...Please!

    Hi guys, a buddy and I have been trying to figure this one out - maybe
    someone out there has either done this or seen something similar. We're
    working on a "circuit tester" and we can't seem to figure out how to connect
    the wires. (I know - the most important part :) Anyways, any suggestions or
    snippets of code that could get the user to draw a line or simliar from one
    device to the other and have this line "snap" to the terminals on the
    connecting device? Also - maybe an idea how to keep track of such a thing.

    Alright - here's a link to the interface - you'll see the idea when you
    visit
    it - we have been on this "snap-to-the device" thing for awhile now. Any
    help is appreciated.

    [url]http://www.cise.ufl.edu/~adiptee/[/url]

    Yours in gratitude,
    ~Bas




    GNG Guest

  2. Similar Questions and Discussions

    1. Snapping
      hi I have a problem in my scripting in which i want to snap one model to the other. I have two model's sphere01 n sphere02. To move the model's i...
    2. tutorial file for snapping
      hi can some one plz help me with some tutorial file on snapping 3d objects in 3d world. william
    3. snapping flash components together
      I'm piecing together all these flash components and they aren't connecting the only gaps we are trying to fix are: 1. between bottom of black...
    4. Help Please :- Common Snapping Distance
      Hi all, I have a lot of sprites on stage which represent magnets. All these sprites have the same height but different widths. I want to write a...
    5. rectangular marquee tool snapping
      Richard, Thank you! I thought there must be a "snap to grid" button somewhere. Silly me - I looked for it under Edit>Preferences>Grid. Eric
  3. #2

    Default Re: Need help snapping...Please!

    if you use the learning interaction models in Flash, you can use the drag
    and drop interactions and specify target areas. both the target and the
    initial can be customized to be made draggable, then you just use the
    snippets of code that allow you to target specific x and y points on your
    target area.

    "GNG" <Basil@GraphicEngineer.com> wrote in message
    news:bjonbg$u68$1@spnode25.nerdc.ufl.edu...
    : Hi guys, a buddy and I have been trying to figure this one out - maybe
    : someone out there has either done this or seen something similar. We're
    : working on a "circuit tester" and we can't seem to figure out how to
    connect
    : the wires. (I know - the most important part :) Anyways, any suggestions
    or
    : snippets of code that could get the user to draw a line or simliar from
    one
    : device to the other and have this line "snap" to the terminals on the
    : connecting device? Also - maybe an idea how to keep track of such a thing.
    :
    : Alright - here's a link to the interface - you'll see the idea when you
    : visit
    : it - we have been on this "snap-to-the device" thing for awhile now. Any
    : help is appreciated.
    :
    : [url]http://www.cise.ufl.edu/~adiptee/[/url]
    :
    : Yours in gratitude,
    : ~Bas
    :
    :
    :
    :


    zippy the pig Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139