Handlers and imported Shockwave

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

  1. #1

    Default Handlers and imported Shockwave

    Hi all - I have a project that loads Shockwave files into my cast, then puts them onto the stage. Within these Shockwave files are Movie scripts containing some handlers. My question is simple - how do I call these handlers from the host movie? Thanks.


    Miths webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. HTTP Handlers???
      I can't get the httpHandlers settings to work my web.config file My httpHanders section in web.config looks like this: <httpHandlers> <add...
    2. Controlling Handlers in imported shockwave files.
      I created a 2 objects in director that I intend to use within a projector. The problem comes is that I cannot figure out how to reference a...
    3. XML handlers in classes
      Hi, Use xml_set_object, and away you go. Perhaps you would benefit from using PEAR's XML_Parser or XML_Transformer, or even PEAR's HTTP_Request...
    4. [PHP] XML handlers in classes
      If I remember well you can pass an array with object as the first element, function name as second: xml_set_element_handler($xml_parser,...
    5. Model looks flipped when imported in shockwave(Director)
      Hi Sara, I am not 100% sure, but the problem could be the rotation of the model within 3DSMax. First, I would try the "ResetXForm" function in...
  3. #2

    Default Re: Handlers and imported Shockwave

    you can try with

    tell sprite(x)
    yourHandlerCall()
    end

    --
    ----------------
    -- Ned
    ----------------------------------------
    Bien faire et laisser braire
    ----------------------------------------
    "Miths" <webforumsuser@macromedia.com> a écrit dans le message de
    news:bqi503$jpc$1@forums.macromedia.com...
    | Hi all - I have a project that loads Shockwave files into my cast, then
    puts them onto the stage. Within these Shockwave files are Movie scripts
    containing some handlers. My question is simple - how do I call these
    handlers from the host movie? Thanks.
    |
    |


    Ned 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