I am using CS6 and exporting to html5 using the CreateJS extension. It seems the action-script will not work unless you go into the Java file and tweak it.
How can I tweak the ActionScript to work in the HTML5 export file using CreateJS?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ActionScript is ignored by the Toolkit for CreateJS. You can use some JavaScript using this syntax:
For future questions, I recommend http://community.createjs.com, which is actively monitored.
Cheers,