Flash castmember won't leave!

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

  1. #1

    Default Flash castmember won't leave!

    I have a Flash castmember running in Director. When I go to another frame that does not contain the Flash castmember (using Lingo go to frame "end"), the Flash castmember sticks around, as if Trails were left on for this castmember. I have tried unLoadMember and updatestage. I also tried a transition but it was so fricken slow I had to remove it. Still I can't get it to go away. Any ideas?

    Thanks!

    Jen Bennett


    JemJam webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. object leave the collision
      hi, in 3D, i can use the collision to check the object hit the zone.....(zone = 1) but, how can i detect the 3d object "leave" a collision?...
    2. Did CS leave anything out??
      I'm thinking about the upgrade to CS from 2.0 I just want to make sure that features from ID 2.0 are still available in ID CS. I do a lot of...
    3. To combine or leave as is...
      My current application I am working on consists of 3 separate ASP pages. I'm posting data to each other page and using request.form to retrieve. ...
    4. Determining if CastMember exists?
      the problem with this syntax memberSearch = member("RDR").number if there is no such member it will pop-up a script error. I am pretty sure that...
    5. exporting .wav files from .mp3 castmember
      Hi, Is there a way to export a .mp3 castmember into a .wav sound file using lingo? Thank you. -- _____________________________...
  3. #2

    Default Re: Flash castmember won't leave!

    if it is just a phantom residual image, there is a call to do a low
    level stage refresh that is more effective then updatestage


    set the stagecolor = the stagecolor
    JB Guest

  4. #3

    Default Re: Flash castmember won't leave!

    Thanks JB! That did the trick! :)

    One problem down...346 to go...


    JemJam webforumsuser@macromedia.com 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