How to play movie clip from X frame

An example showing how to play movie clip from X frame using PIXI.js in Tizen 2.3.
var mc = new PIXI.extras.MovieClip(textures);
mc.gotoAndPlay(2); // Play from third frame

Responses

0 Replies