Flash question.

Out of context: Reply #10

  • Started 20 years ago
  • Last post 20 years ago
  • 10 Responses
  • CyBrainX0

    If you don't have two identical instance names, check how you attached the sound. I run into this misery all the time.

    Let's say you set up your library linkage with the name "theme", export for action script in the first frame and put this script on a frame:
    theme = new Sound(target_mc);
    theme.attachSound("theme");
    theme.start(0, 999);

    Make sure you attach your other sounds with different targets or you will run into problems trying to control those sounds.

View thread