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

  1. #1

    Default Moving animation

    Hello,
    Can someone tell me how I can move my animation or castmemeber on stage with the cursor?
    Like in a game, when you want to play by using the cusor...
    maryam2w Guest

  2. Similar Questions and Discussions

    1. 3d animation
      Can you import a 3d animation from 3d studio max made in the scene as a w3d file and keep then animation that you made in studio max, and not only ...
    2. moving the animation
      Hello averyone, I have an important question I want to move my animation with the cursor, can someone tell me how I can to that? Greetings...
    3. animation "open" onPress( animation "close" ) go to Frame "myFrame"
      I have searched hi and low for the answer and nothing has helped me as of yet. My Main timeline is sectioned off by keyframes that are 10 frames...
    4. Moving Randomly Moving Sprite To New Location on mouseEnter
      Hi All, This is way over my head. I am currently using Director 8. I have a randomly moving sprite(call it X) on stage (I accomplished this...
    5. keyframe animation detected on a resource that will marge -this animation willbe lost
      hi, sorry for the question but need a quick fix for it. i am exporting from max 5, a quick animation of a shark tail moving but on export i am...
  3. #2

    Default Re: Moving animation

    There are some Library Palette behaviors that do that sort of thing,
    check animation/interactive
    JB Guest

  4. #3

    Default Re: Moving animation

    I can move my animation with the mouse by using the behaviors in the Library Palette,
    but I want to know how I can move it with the keyboard...

    Thanks...
    maryam2w Guest

  5. #4

    Default Re: Moving animation

    Think of moving whatever onto the stage as an event that is triggered by some
    action. That action could be anything that can be recognized (tested for). If
    you have a keyDown (or similar) handler and are testing for specific keys (like
    arrow, character, combo, ...) you are recognizing an action.

    klgc Guest

  6. #5

    Default Re: Moving animation

    Hello klgc,

    I don't understand want you mean..

    uuhmm??
    maryam2w 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