Skip to main content
Participant
May 10, 2017
Question

Latest update of Flash Player broke removeMovieClip()

  • May 10, 2017
  • 1 reply
  • 1148 views

Hello,

I'm not some AS or Flash expert, but I'm sure that in the latest Adobe Flash update removeMovieClip() is broken and many games are affected.

For example on Club Penguin Rewritten, the sounds keep overlapping even though they should stop.

Why?

    This topic has been closed for replies.

    1 reply

    nikocodeyAuthor
    Participant
    May 10, 2017

    Take a look at this: File “Screencast 13-16 10-05-2017.mp4”

    You can use this code to replicate the issue:

    this.createEmptyMovieClip("t", this.getNextHighestDepth());

    t.loadMovie("swf file to music");

    btn.onRelease = function() {

      t.removeMovieClip();

    }

    Rave
    Participating Frequently
    May 11, 2017

    Hi Nikola,

    Thank you for bringing this to our notice.

    I am verifying this and will provide an update.

    Regards,
    Rave