Copy link to clipboard
Copied
How do I call class file in action (javascript) in Animate with codes.
Copy link to clipboard
Copied
Hi.
You need to include the JavaScript file by going to Include section in the Actions Panel (F9).
Then you just declare/call/instantiate the variables, functions, and classes available in there.
Regards,
JC
Copy link to clipboard
Copied
note: you can add multiple classes in one class file if that suits your needs.