Get help using Adobe Animate and creating animations.
Recently active
Just starting to learn this great program, but I don't see any of the example assets in my Assets tab, except a couple of rigs. Nothing else, no characters, no backgrounds, nothing.If I look at the bottom of the Assets panel, I see an alert that says Download Failed. If I click the download button next to it, the applicaiton says Unknown Error, Quitting Applicaiton.Using Mac Mini, OS 11.2.1. App is up to date according to Creative Cloud.
Hi,I'm having trouble with exporting an animated file from Adobe Animate as a .gif. and keeping the text sharp and crisp. My text is super blurry when I create the .gif and I can not figure out why. It's a simple animation being used as an ad, the file size is 236x197. Suggestion?
I'm trying to fix a problem regarding importing Clip Studio Paint files into Adobe Animate. In Clip Studio and in other applications I used to upload PSD files the file is clear and there is no blurry aspects to it. When importing the full character rig, the quality drops down tremendously and there is a hideous white border thats about 1 pixel big that is getting highly on my nerves. I'm certain its not a CSP issue, but I'm quite confused as the other thing I imported from another PSD document seems to be crisp and clean. I provided both images of what I'm experiencing. The drawing I provided was 600x200 pixels so it being that blurry inside a 1280x720 canvas. Thanks again,
Hi, I am trying to create a countdown that counts down from 30 seconds for my game. This is my code:var secondsLeft = 30;this.countdown_txt.text = secondsLeft;var timerId = setInterval(countdown, 1000);function countdown(){if(secondsLeft == 0){ //doStuff}else{ secondsLeft--; this.countdown_txt.text = secondsLeft; }}When I run this I get an error that occurs on line 11: Uncaught TypeError: Cannot set property 'text' of undefined.I'm not sure why this is the case as I have a similar setup for counting the score when clicking on a movieclip and that works fine. Any help would be appreciated.
Hy everybody! I exported my animation which i created on HTLM5 canvas as h.264. Unfortunately the quality is really bad. I cant work with it. My next step will be to import it to premier for further processing. Did somebody know how i can export it with best quality? Maybe i have to change something at Media Encoder? Thanks and kind regards!
Hello I am creating a short story for my Uni project and I have two characters which I inserted them as buttons. I want when someone clicks on them to go on seperate scenes. I have given different names to these scenes. So I am inserting the code for each character and when I test the movie, when I click on each character it just repeats the scene from the start.Ps: on the end of all frames I have put stop so the one interacting with the movie has time to choose. Maybe it's because of it? Also I have tried inserting a specific Frame rate this doesn't work either. I am putting the code which I used for one of my buttons./* Click to Go to Scene and PlayClicking on the specified symbol instance plays the movie from the specified scene and frame. Instructions:1. Replace "Scene 3" with the name of the scene you would like play.2. Replace 1 with the frame number you would like the movie to play from in the specified scene.*/ zaxra.addEventListener(MouseEvent.CLICK,
So I Found a few example of what I want but I have questions. Links I'm looking at: https://www.createjs.com/tutorials/Mouse%20Interaction/https://community.adobe.com/t5/animate/how-do-you-make-a-draggable-object-in-html5-canvas/td-p/11293196?page=1 Now both of those look to offer what I want to do at the basic level. I have some nested movieclips. A measurment guage face with a needle pointing, the needle is a separate symbol inside the face movie clip. When I move the face down I want to the needle to rotate. So far I'm on the moving down part... I only want to be able to click and drap on the y axis. so someone clicking and moving can only move the face up and down. I want to have a maximum and minimum dragability. The second link has this code: var root = this; var rec = root.rec; createjs.Touch.enable(stage); rec.on("mousedown", function(e) { e.currentTarget.offsetX = stage.mouseX / stage.scaleX -
All I am doing is trying to export a video to Media Encoder from Animate, so File>Export>Video/Media, and Media Encoder opens up, but there is no project in the queue. What is wrong?
Hello, I have been trying to look everywhere to look for a code which simply changes my button text to the input I would like it. I am currently creating a quiz and would like thouse buttons to be moved onto the next scene with different text input. I have tried to do BtnName.text = "text example!";but still not working
Hello,Is it possible to make a slider controlling custom movieclip (in HTML5 canvas) ? Simply like this : Animate CC: HTML5 Canvas Timeline Scrubber – In Flagrante Delicto! (memoryspiral.com), but not in main timeline. I want to make several custom movieclip that works like it. (In main timeline, there are movieclips that works with slider).I really need this to my project. I hope you can help me. Please....
Sorry my English is bad but I'm having problems of colouring in Adobe Animate like whenever I use the fill bucket tool to colour in. It just won't. I tried clicking onto the layer that I drew to colour in but it simply didn't work.Is there a method to fix this or maybe I did something wrong.
I don't know what to do please help.
Reset movement to the back in framesFor example, the figure advances to the backOr go back in the same path of progress ??? For example, I have two buttonsWhen the first is pressed, the shape advances forward, but if pressed on the other, it returns backHow to do it ??this.stop();var root = this;this.cover4.addEventListener("mousedown", cover4_4.bind(this));function cover4_4(evt) {this.gotoAndPlay(11);this.flipbook.gotoAndPlay(1);}this.cover3.addEventListener("mousedown", cover3_3.bind(this));function cover3_3(evt) {this.gotoAndStop(0);this.flipbook.gotoAndPlay(1);} please help
I am new to animate. I am looking to transform a rectangle over time, using the pin tool. It looks OK until I test it in Control/test movie, then it weirdly flickers and disappears. Anyone know how to fix this please? Colin
Is there a way to find how much time ive spent on a file in animate have been working on this file for weeks and im just curious.
Hello, I have few files which I need to convert into HTML and I wanted to represent this into tabs format with pagination For Eg if there are 5 paginations on each page there will be 8 tabs, on clicking individual tab the respective content will be shownI have done this but the buttons are not working properly some of them does work and suddenly nothing works at all though I have used the same logic and also I have been using the same process and created multiple such files before can anyone please help with this
Hello. My Publication settings is very big. I can't see buttons "ok" "publicate" and others, and I can't do it smaller. Who can help?
I just need to clarify, I don't know if I am cursed or what, but I always tend to encounter problems with this program. I was making some adjustments for my animation and tried to export it, but I noticed all my scenes were just a white background (except for one) it was here that I discovered that all of my scenes was moved out of the canvas. (I didn't move them) I tried everything to get them aligned but still no luck. I don't know what to do. I have used a camera in all of my scenes except for the one. But I don't know how to redo this (I closed the program down before discovering the error) I am afraid that I have to start over again. Can someone help me. When I try to move the all the layers at once. The camera don't want to follow the rest of the layers. Is there a way?
Hi guys,has anyone of you created dynamic HTML5 banners in Animate CC for Google's DoubleClick? Since my knowledge of JS is veeeery basic, I do not understand how I can bind dynamic variables from the feed to a specific element in Animate CC.In my case, I want to dynamic text to be displayed in a dynamic text field in Animate CC.This is how a standard feed looks like from DoubleClick:<!-- DynamicContent Start: HTML5 invocation code. -->// Dynamic Content variables and sample valuesEnabler.setProfileId(12345);var devDynamicContent = {};devDynamicContent.SampleElement = [{}];devDynamicContent.SampleElement[0]._id = 0;devDynamicContent.SampleElement[0].headline = "Some headline";devDynamicContent.SampleElement[0].image_url = {};devDynamicContent.SampleElement[0].image_url.Url ="http://yourServer/sample.jpg";devDynamicContent.SampleElement[0].landing_url = {};devDynamicContent.SampleElement[0].landing_url.Url ="http://www.yoursite.com";Enabler.setDevDynamicContent(devDynamicContent);
Hi, I am creating the letter tracing animation in the HTML5 Canvas using with AnimateCC. Actual animation is the dark letter appears first on the screen then the pencil traced out filling with white colour (mask animation). After publishing the HTML5 output the edges of the letters not looks smooth like the jagged edges (dark letter layer shown on the edges). But when I zoomIn the browser it looks smooth which means the edges of the letter clear (no dark lines on the edges) I am not using image export from the publishing setting. So the output is the vector format. Please anyone help me to resolve this issue. RegardsVasanth
Hi, what can I do when typing coding it will be shown up the selection without typing coding entirely (refer the picture below). It works just fine on my windows computer before I switch to New MacBook Pro. Currently my Animate version is 21.0.4
hello everyone whenever ive tried to use 3d translation tool symbol atomatically lowers its qualitydoes anybody have any kind of solution about this
hi im using CS4,CS5,CS8 for a animating and drawing. and i got a problem with something.why does other peoples got this tool but i don't have it?what's wrong with this? does tools needs to buy? and yes im using free trial, please help me...
Hello,Please if anyone is able to help me out here I will love you forever. I've been trying to export a 3 second gif in 4k just for experimenting and whenever I go to "file", "export as animated gif" it doesnt allow me to complete with the save button and says "Adobe Animate Not Responding". A few minutes afterwards it goes back to responding and begins processing the gif that I never finalized. Has anyone experienced this? And from the looks of it the processing gif would have taken multiple hours to export. Is that normal for a 3 second clip?I have a AMD Ryzen 12 core and RTX 3070
Yesterday my disk was full while working.I didn't know about it and saved my work. Today I can't open an animation file.The "error opening the file" window appeared.I don't know what to do, I tried the .rar method, but half of the objects in the animation disappeared 😞Please help, this animation cost me a lot of work.(ps. forgive my level of English, I come from Poland)
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.