• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How do I download the createJs files for a new project?

New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Hello, how do I download the createJs files for a new project?

My libs folder only has the createjs.min.js file.

Screen Shot 2023-03-22 at 1.07.16 PM.png

 

 

Views

710

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

click the three dots to the right of each file.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

what files? where?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

kglad_0-1679694315431.png

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Those are just an example of the files I need for a new project. Those are files for an old project that someone else made in Animate.

I made a new learning companion avatar for our ITS (Isabel) in Animate.

Lucas was made by someone else a long time ago.

I tried, Isabel does not work with Lucas's create JS files.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Where are Isabel's createJS files in Animate for the server?

They do not download into the libs folder when I publish like I am expecting.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

download from  https://createjs.com/

 

but yes, it's not clear you should be/need to download the files

 

and isabel/lucas mean nothing (to me)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

How do I download the files from https://createjs.com/ for the project I made in Animate?

I do need the files, it is how the other learning companions work.

I mentioned the name of the files for context because it is in the image I uploaded.

Thank you for your help.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

click the download link?

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

607B2131-82B7-49ED-B8F0-2C5CB17260E7.png

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Ok, I am stupid. I see the downloads on this page now - https://createjs.com/.

Sorry, I was expecting them to be associated with my Animate project.

 

I found 4 of the files I need - easeljs.min.js,  preloadjs.min.js, soundjs.min.js, and tweenjs.min.js

Where do I find movieclip.min.js?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

I think you're probably making a confusion.

 

CreateJS is a suit of libraries. It contains all of these files combined. You don't need each of them separately.

 

If you go to Animate, create a new HTML5 Canvas document, and test it (Ctrl/Cmd + Enter/Return), you will see that Animate will include this line for you:

<script src="https://code.createjs.com/1.0.0/createjs.min.js"></script>
 
So you'll have everything that you need to develop using CreateJS.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Where does animate provide this line for me?

<script src="https://code.createjs.com/1.0.0/createjs.min.js"></script>

When I test my  HTML5 Canvas document (Ctrl/Cmd + Enter/Return) it plays the animation in the browser, where do I find the line?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

@Danielle29057822aa4w : it's in the exported HTML file.

 

image.pngimage.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

google it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Hi.

 

You can also grab the files directly from the CDN.

https://code.createjs.com/

 

BTW, why do you need that specific file? Animate will include the CDN link to the most current version automatically or even download it to your project if you want.

 

Please let us know.

 

Regards,

JC

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Hello, I need all of these files for the server and do not know how to get them. 

I don't know how to get them from https://code.createjs.com/

 

Screen Shot 2023-03-22 at 1.07.16 PM.png

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Just download them clicking on the 3 dots and choosing Download like @kglad suggested.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

I am not trying to download the old saved files copies on Google drive. 

I put the image so people would know what files I need from Animate.

 

Those are just an example of the files I need for a new project. Those are files for an old project that someone else made in Animate.

I made a new learning companion avatar for our ITS (Isabel) in Animate.

Lucas was made by someone else a long time ago.

I tried, Isabel does not work with Lucas's create JS files.

 

Where are Isabel's createJS files in Animate for the server?

They do not download into the libs folder when I publish like I am expecting.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2023 Mar 24, 2023

Copy link to clipboard

Copied

Sorry, I'm really not getting what you need to do.

 

Can you send us your project folder or record your screen explaining what you need to accomplish?

 

Regards,

JC

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 25, 2023 Mar 25, 2023

Copy link to clipboard

Copied

When you publish an HTML5 Canvas project in Animate, it automatically generates the CreateJS files it needs to run. So WHY are you trying to download them from somewhere else?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 25, 2023 Mar 25, 2023

Copy link to clipboard

Copied

the more posts the op added, the more obvious it became the op was/is confused about how animate references the createjs files.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 31, 2023 Mar 31, 2023

Copy link to clipboard

Copied

LATEST

@Danielle29057822aa4w 

 

what further help did you need?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines