Flash scripting question

Out of context: Reply #4

  • Started
  • Last post
  • 5 Responses
  • fyoucher10

    Not sure what the problem is exactly since I don;t have the FLA or SWF but almost sounds like something is duplicating itself. Like you're creating another movieclip on top of it that does the same thing.

    Maybe try this. When you replay, delete that sound container movieclip and then just recreate it again. If you need to remember the current volume for some reason, just put the volume value in another variable (again, not sure what you're doing exactly).

    on replay...

    soundContainer_mc.removeMovieCli...

    ... do code for new sound again.

View thread