I've recently upgraded to Flash Pro CS6 because of the toolkit for CreateJS. I've already successfully exported a few simple, slide by slide animations. I was surprised to see them working in all modern browsers, not just Firefox and Chrome. The only issue I have is that there doesnt seem to be much ActionScript support. I'm trying to have my frames play through once, without looping through infinity. I've tried seaching the API for an equivalent to stop(); but diddn't find anything. Is there a built in funtion for this, or should I be using another API like jQuery?
Hello,
ActionScript code is not converted by Toolkit for CreateJS. You can look for JavaScript code equivalents from this link:
http://www.createjs.com/Docs/EaselJS/
Regards,
Suhas Yogin
If you want to stop the main timeline looping there's a checkbox in the toolkit publish settings.
If you want to stop individual clips then you can use js
/* js
stop();
*/
see http://www.adobe.com/devnet/createjs/articles/using-flash-pro-toolkit- createjs.html for more info
North America
Europe, Middle East and Africa
Asia Pacific