Polygon coordinates in Director

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Polygon coordinates in Director

    Hi,
    I am using Director 7.
    I have to create an exercise where the user has to click on a specific spot
    of an echography picture to identify the correct answer.
    What I have to work with are polygon x/y coordinates.
    The first place I looked was the Vector Shape, but all I can control, in
    terms of coordinates, is a rectangle around the shape.
    Does anybody can give me a hint on how to deal with polygon coordinates in
    Director ? Perhaps an Xtra can improve this ?

    Thanks a lot,

    Luc.T


    Luc Tremblay Guest

  2. Similar Questions and Discussions

    1. Convert user space coordinates to device coordinates
      Hi, I need to convert the coordinates of a word (PDWord object) to device coordinates (the actual coordinates on the screen). Could someone please...
    2. Point in Polygon
      I was trying out the OpenGIS spatial extensions in mysql Ver 14.12 Distrib 5.0.18, for pc-linux-gnu (i686) using readline 5.1 and noticed that...
    3. create polygon on the fly
      Hi all. I produced a flash-movie to draw a outline of a room in 2d (top view). I integrated the swf in my director movie and i read out the...
    4. Polygon Tool
      Can't find the polygon tool on the vector box in tools menu. Fireworks MX. The rectangle tool is there but not polygon -- Thanx Julian
    5. Polygon Lasso Tool
      Yes I am a newbie When using the Polygon Lasso Tool and I accidently click somewhere I don't want. How do I unclick just one (or more) clicks? Dumb...
  3. #2

    Default Re: Polygon coordinates in Director

    The simplest scheme is to have bitmap segments underneath the displayed
    sprite, with matte ink assigned theses hot area maps they may be
    irregular open shapes, these maps may be solid black 1 bit members to
    perserve memory, the top sprite with a script assigned recieves mouse
    clicks, so the displayed image sprite should hae no script.

    For rectangular areas one can simply us tool window rects, sized on
    stage.
    JB Guest

  4. #3

    Default Re: Polygon coordinates in Director

    Thanks a lot for the hint.

    However, how come Director 7 doesn't support straight polygon coordinates
    tracing ? Is it something now supported in newer version of Director ?

    Luc.T

    "JB" <lingoguy@sbcglobal.net> a écrit dans le message de
    news:lingoguy-CD7C97.11272404052004@forums.macromedia.com...
    > The simplest scheme is to have bitmap segments underneath the displayed
    > sprite, with matte ink assigned theses hot area maps they may be
    > irregular open shapes, these maps may be solid black 1 bit members to
    > perserve memory, the top sprite with a script assigned recieves mouse
    > clicks, so the displayed image sprite should hae no script.
    >
    > For rectangular areas one can simply us tool window rects, sized on
    > stage.

    Luc Tremblay 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