Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame script are not export #50

Closed
k8w opened this issue Dec 17, 2017 · 1 comment
Closed

Frame script are not export #50

k8w opened this issue Dec 17, 2017 · 1 comment

Comments

@k8w
Copy link
Contributor

k8w commented Dec 17, 2017

Problem
If a MovieClip only have 1 frame, its frame script would never be exported.
(Actually it is exported to the output json file, but not to the output js file.

Reproduction

  1. Make a new MovieClip
  2. Only 1 frame, and add script at frame0, for example:
console.log('test');
  1. Publish and run , and you would not see test in the console.

Demo project

@ericente
Copy link
Collaborator

fixed in 1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants