Rotating Back To Start

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

  1. #1

    Default Rotating Back To Start

    Thanks to all for helping me with the "Door Rotation".
    I am now having trouble trying to figure out how to get the door to rotate
    back to its original position after say....a wait of 10 sec. I don't want the
    client to have to turn around and shut the door after themselves, but instead
    have the door wait for a time and then rotate back. Can I use the "Chomelib"
    for this operation or do I need to add my own scripting and if so how do I go
    by doing so?
    Thanks again for any help!

    IPS-PAT Guest

  2. Similar Questions and Discussions

    1. How to restrict the user to go back ones the user haslogged out. Or, if he goes back, how to generate custom errorfor
      :music; How to restrict the user to go back ones the user has logged out. Or, if he goes back, how to generate custom error for Page Expire ? :music;
    2. CF MX6.1 will not auto start after server reboot.. but will start by hand...
      I just moved all the stuff to a new dual Xeon Windows server 2003. Problem with CF MX 6.1 is that it will not start after a server reboot! I get...
    3. Rotating
      how do I rotate a primitive/model without rotating it's own axis system. example - When creating a cone, it is created with it's sharp end pointing...
    4. Setting a dragged sprite back to start pos after timeout
      Dear Forum Members I have the following problem which I shall try to explain as well as I can. I have a spelling game for children that...
    5. emergency start up disk and back up
      "tony" <eagle6687@ntlworld.com> wrote in message news:06b101c34e15$b91385d0$a501280a@phx.gbl... Your Windows XP CD ROM is your start-up disk, as...
  3. #2

    Default Re: Rotating Back To Start

    > Can I use the 'Chomelib' for this operation or do I need to add my own
    scripting and if so how do I go by doing so? You need both. This requires an
    alteration of the existing behavior code so that when the rotation is
    triggered, a timer starts to rotate the model back to its original transform on
    timeout. Best regards, Karl Sigiscar. [url]http://www.chromelib.com[/url]

    Newt99 Guest

  4. #3

    Default Re: Rotating Back To Start

    Hi, you may want to get the system time add ten seconds to that value and then
    perform a rotation relative to the door hinge. That way you can have a general
    events manager that will keep all world actions regulated.

    jakenishli 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