Problem with Keydown and S3D

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

  1. #1

    Default Problem with Keydown and S3D

    Hello everybody,
    I use On keyDown event in a movie script and it works well until I put a
    shockwave 3d sprite on the stage. The event is then no longer executed. If I
    delete the 3d sprite, then On keyDown works well again.
    Any idea ?
    Thanks

    tbauser Guest

  2. Similar Questions and Discussions

    1. keyDown
      hie again, i have 3 textbox and i would like the user to go to the next textbox by pressing the 'ENTER' key. i have tried using this: Private...
    2. using keyDown to move a 3D model?
      hi, i'm trying to use keyDown to make a model move. This is the command I use: member(1).model("ogre").rotate(0, 0, 5) Now, I can attach this...
    3. Sound on keydown
      hi, um... im having a bit of trouble with director at the moment, i have posted on other forums and had some useful replies, but being a beginner...
    4. keyDown event without window
      How can I get keyDown events without a NSWindow? My guess is I have to get a subclass of a NSResponder on the responder chain. But how can I do...
    5. keyDown & keyUp?????
      Can anyone tell me why the keyDown and keyUp handlers don't work when SW3D is inserted in a movie. chartonum(the keypressed) works, but that...
  3. #2

    Default Re: Problem with Keydown and S3D

    Replying to myself..I found that using a keyDownScript solved the problem (in a way..).

    tbauser 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