stop method

void stop()

Stops playing the movie clip.

Implementation

void stop() {
  playing = false;
}