play method

void play()

Starts playing the movie clip.

Implementation

void play() {
  playing = true;
}