Ejemplo n.º 1
0
 void gotoFrame(int frameIndex)
 {
     _movie.gotoFrame(frameIndex, frameIndex == _startFrame && _startFrame > 0);
 }