Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : Detecting that a movie clip has finished playing

$
0
0
Late to this, and I'm sure you have solved it now, but in case not, maybe this?

  1. if (myMovie.time() == myMovie.duration()) { //movie must be finished

  2. }

Viewing all articles
Browse latest Browse all 1768

Trending Articles