How to tell sprites in another frame to update

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

  1. #1

    Default How to tell sprites in another frame to update

    Hi,

    I have a bar chart that updates depending on data entered in other parts of the movie. I have a constant print button which I want to use to print the data and pie chart on the same page using the Print O Matic Xtra. The bar chart is only updated when it is on screen (triggered by frame script). If I am somewhere else in the movie is it possible to update the sprites in the bar chart frame i.e.

    Update the heights of sprites x and y in frame z.

    Thanks in advance

    Steve

    P.S. I have done a search for this on the forum but don't really know what to search for so appologies if this question has already been answered.




    MacroSteve webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. PDF in Frame freezes location update
      I've got a problem with trying to display a PDF within a frame in Safari. Basically... the web page that attempts to stream a PDF back to the...
    2. linking on non frame page to a frame in a frame p
      Hello all, I'm doing a job for a friend. Is there a way to load a link from a non-frame page into a frame in a frame based page? Go to:...
    3. My website plays uncontrolled, frame after frame, instead of with buttons
      Hi there, I´ve created a website, which works fine in the flash player, but when it is loaded in a browser it has troubles. Instead of the...
    4. Frame Set Problem: Cannot Resize Frame Rows with Mouse
      Hi, I cannot resize my frame borders with the mouse. I created a Fixed Top, Nested Left Frame set. I added my assets into the top frame, and...
    5. framed page: possible to update more then one frame after asp-query ?
      Hello, I am wondering if one could do following. I have a main frame with 3 subframes ("top", "left" and "contents") I have a link in the left...
  3. #2

    Default Re: How to tell sprites in another frame to update

    you can't update sprites in other frames, but you can place your sprite at
    off-stage coordinates in order to be able to update it "invisibly"

    hth

    --
    ----------------
    -- Ned
    ----------------------------------------
    Bien faire et laisser braire
    ----------------------------------------
    "MacroSteve" <webforumsuser@macromedia.com> a écrit dans le message de
    news:bqkfbh$gqu$1@forums.macromedia.com...
    | Hi,
    |
    | I have a bar chart that updates depending on data entered in other parts
    of the movie. I have a constant print button which I want to use to print
    the data and pie chart on the same page using the Print O Matic Xtra. The
    bar chart is only updated when it is on screen (triggered by frame script).
    If I am somewhere else in the movie is it possible to update the sprites in
    the bar chart frame i.e.
    |
    | Update the heights of sprites x and y in frame z.
    |
    | Thanks in advance
    |
    | Steve
    |
    | P.S. I have done a search for this on the forum but don't really know what
    to search for so appologies if this question has already been answered.
    |
    |
    |
    |


    Ned Guest

  4. #3

    Default Re: How to tell sprites in another frame to update

    You can also use The updateLock (set to true), than do some go to frame,
    change your sprite, back to starting frame then set the updatelock to false.


    "Ned" <nednet_HATES_SPAM@wanadoo.fr> a écrit dans le message de
    news:bqkg6b$ibp$1@forums.macromedia.com...
    > you can't update sprites in other frames, but you can place your sprite at
    > off-stage coordinates in order to be able to update it "invisibly"
    >
    > hth
    >
    > --
    > ----------------
    > -- Ned
    > ----------------------------------------
    > Bien faire et laisser braire
    > ----------------------------------------
    > "MacroSteve" <webforumsuser@macromedia.com> a écrit dans le message de
    > news:bqkfbh$gqu$1@forums.macromedia.com...
    > | Hi,
    > |
    > | I have a bar chart that updates depending on data entered in other parts
    > of the movie. I have a constant print button which I want to use to print
    > the data and pie chart on the same page using the Print O Matic Xtra. The
    > bar chart is only updated when it is on screen (triggered by frame
    script).
    > If I am somewhere else in the movie is it possible to update the sprites
    in
    > the bar chart frame i.e.
    > |
    > | Update the heights of sprites x and y in frame z.
    > |
    > | Thanks in advance
    > |
    > | Steve
    > |
    > | P.S. I have done a search for this on the forum but don't really know
    what
    > to search for so appologies if this question has already been answered.
    > |
    > |
    > |
    > |
    >
    >

    Michel Croibier 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