Get help using Adobe Animate and creating animations.
Recently active
My Animate UI text on top tool bar is incredibly tiny I have tried preferences but no link to changing . I have tried workspace essentials from Small to essentials . I have tried reset . Nothing seems to work. We have Adobe CC and Photoshop UI text is fine Appreciate any help please
Hello, I am animating some ad creatives from Figma. The ad creatives have a specific line height; however, I don't seem to see how I can adjust this setting in Adobe Animate. Is there a way to do this, or should I just export my text as an SVG? Thank you very much in advance!
I need to recreate ad creatives from Figma in Adobe Animate. However, when I apply the values from Figma to Animate, the line height appears much larger than intended. Why is this happening, and how can I make the line height align with what I have in Figma? Thank you in advance!
Hello! After buying Animate CC, I discovered on Youtube that there was something called the Deco Tool that you could use to create smoke animations (among other animation presets). This was perfect, as I needed some smoke in the animation I was making. So I look around in the Tools section and notice that the Deco Tool isn't there. So what's happening?
In the snake charmer exercise, you're supposed to click the"musical notation bitmap. The bimap becomes a warped asset and a mesh is superiposed on it.Notice that there are additional control points on the four corner points..."No matter how many times I try it, there are no control points on the corners, but instead a red and green joint. If I try to delete the joint, it deletes the mesh as well. Help
Hello,This is my first time on the Adobe Forums so I apologize if this is in the wrong place. I am using Adobe Flash CS3 and want to start to learn how to animate. Drawing with a mouse (or trackpad) is horrible so I wanted to use my laptops touchscreen. But I found out that I can only draw if the sliders on the right and bottom are locked, if I'm zoomed in too much it just pans the screen. So to actually draw with my touchscreen, I have to click 'Fit in Window' in the top right, which is annoying because its really zoomed out. I want to be able to 'lock' the screen when zoomed in so I can't pan, but have found no option in the program so far. I know a touchscreen isn't the best tool for animating in the long run, but I just want test the program out before buying a wacom. My laptop is the Asus VivoBook Flip (not sure what exact model). I am running Windows 10 Home version 1803.
Drew triangle, saved as symbol. Multiple occurrences, tweens, tints, motion. When publish as HTML, it renders pixelated (even though vector!) triangles. (Full published animation here: https://financialmarketingsolutions.com/tmp/2023/13390/300x250/)HOWEVER, if I export as animated gif, renders perfectly: NOTE: Have also disabled Preferences > Drawing > 'Auto convert vector to bitmap for better warping and tweening'.
i have a voiceover i am trying to animate, and i cant skip to a frame to hear one word (i am playing the animation) i just hear nothing, and have to go back to the first frame to hear anything. i am a beginner.
I've made an HTML5 billboard-ad in Adobe Animate with serveral urls in the timeline, but the paper is having problems validating the code in Google Ad Manager. Here's the error message:"Missing click tag. Add a valid click tag or exit function before uploading to Ad Manager". Here's my code produced by latest version of Adobe Animate at present time:------------------<!DOCTYPE html><!--NOTES:1. All tokens are represented by '$' sign in the template.2. You can write your code only wherever mentioned.3. All occurrences of existing tokens will be replaced by their appropriate values.4. Blank lines will be removed automatically.5. Remove unnecessary comments before creating your template.--><html><head><meta charset="UTF-8"> <meta name="authoring-tool" content="Adobe_Animate_CC"><!-- I tried replacing the previous original line with this after reading a comment in this forummeta name="ad.size" content="width=1272,height=300"--><title&g
I have a question concerning animate cc. I have made an animation on white background. When I export it as gif everything is ok. If i use the camera and export the gif it creates a black outline around the gif. Is it a bug or there is something which i can do to avoid the black outline? I attach a still frame of the gif loaded on safari. Thank you for your time and help.
Hi everyone! The latest update of Adobe Animate 23.0.2 is now available for you to download and install. This update has important bug fixes, stability improvements and is recommended for all users. https://helpx.adobe.com/animate/kb/fixed-issues.html Thanks, Preran
Hello everyone, I have experience with python scripting in blender and appscript in google sheets. I'd like to create extensions for Adobe Animate to help my teammates with naming and file import/export tools to prevent human error when they try to follow naming conventions, and to support batch processing for multiple or nested symbols. However, from what I've researched, there seem to be a number of different ways to create extensions for Adobe animate, or major changes, and the website organization of them is confusing to me. What is the best way to create an extension for adobe animate as of 2023? It would be great if you could introduce me to important terms and concepts, and tell me what web pages to visit.
Hi, I am new to Animate and working on shapes but I only see fill option and do not see stroke option for some reason while my shape is selected. Can someone please help me where am i making the mistake?
Hello there I just want to know where i can find the lipsync option.I already looked in the object properties while i selected the graphic but I still cant find it. Maybe some of you can help me with it. Hallo Zusammen! Ich wollte gerne wissen wo ich die Funktion zur Lippensyncronisation finden kann.Ich habe bereits im Fenster unter Eigenschaften/Objekte gesucht während ich die Grafik ausgewählt habe aber leider nicht gefunden. Hoffentlich kann einer von euch mir helfen!
Beginner's question: Segments of one of my layers are greyed out. The layer is invisible wherever these darker frames appear. I can't work out how to reenable them. Any assistance greatly appreciated.
This is recently happened. Has anyone experienced lip sync becoming slightly off after exporting as H.264 video? In the beginning of the scene, it's dead-on. by the end, it's slightly off, but noticeable.
Javascript / Canvas HTML5As in the question, I'm having trouble setting the "image" components in the scene. I have set the following changes in the html output file:<!-- write your code here --> </head> <body onload="init();" style="margin:0px;"> <div id="animation_container" style="background-color:rgba(255, 255, 255, 0.00); width:1280px; height:720px"> <canvas id="canvas" width="1280" height="720" style="position: absolute; display: none; background-color:rgba(255, 255, 255, 0.00);"></canvas> <div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:1280px; height:720px; position: absolute; left: 0px; top: 0px; display: none; z-index: -1;"> </div> </div> <div id='_preload_div_' style='position:absolute; top:0; left:0; display: inline-block; height:720px; width: 1280px; text-align: center;'> <span style='display: inline-block; height: 100%; vertical-align: middle;'></span> <
I'm stuck with trying to select a layer by name.I must be missing something super basic but I can't figure it out.var dom = fl.getDocumentDOM(); var timeline = dom.getTimeline(); var targetLayer = timeline.findLayerIndex('Keys') if (targetLayer !== undefined) { fl.trace(targetLayer) timeline.currentLayer = targetLayer;} // If the target layer is not found, create a new layer and select it else { timeline.addNewLayer('Keys');} The fl.trace(targetLayer) returns a number (7), but the selected layer doesn't change. I also tried setSelectedLayers with the same result.timeline.setSelectedLayers(targetLayer); If I put a plain number in place of targetLayer it selects that layer no problem. Is this a bug or is there a work around?
Current version of Animate doesn't work at all. Support person tried to change absolutely everything about the computer, which did nothing. Animate just crashes when making a new document. It absolutely does not work. Nobody would give this software a chance. It doesn't have issues. It 100% doesn't work. Support just leads to a huge waste of time and no solution.
I just downloaded the trial version of Adobe Animate as i want to learn how to create html5-banners. i have a short video clip I'm planning to use in the banner but i'm having problem importing it. The "Import video" is not "clickable" under files/import and when i click on "import to library", I just get a error message saying the file (FLV) saying it isn't able to be imported. I'm using a mac.
When using build 103, I get this error when placing a bitmap on the stage and view the webpage (on a server). Uncaught TypeError: Cannot read properties of undefined (reading 'getNumFrames').I reverted to build 70 and it worked without errors. The only thing that changed was the IDE. I used the Web low template and and imported a small bitmap and placed on the stage. I published and viewed on a server. I tried both hosted and local files.
I want to upload my APK file to Google Play Console.I can't do this because I need an AAB file. When I use Android Studio, it only exports a signed APK but not an AAB. How can I fix this in ways like publishing to AAB or converting?
Recently started learning Javascript and here is the problem When trying to access the internal Adobe Animate library through an external JS script, it swears and writes an error And if I write this script inside Adobe Animate it works fine, please help let myBlue = new lib.blueShape;exportRoot.addChild(myBlue);let xPosition = Math.floor(Math.random()*700);let yPosition = Math.floor(Math.random()*700);myBlue.x = xPosition;myBlue.y = yPosition;root.push(myBlue); throws an error on - let myBlue = new lib.blueShape;
I need to call the automatic keyframe function with some commands. Its shortcut key is Alt+k. I want to get this command and add it to my jsfl, but I checked the latest manual, and there is no introduction to it?Just like a camera, there will be a jsfl command to turn it on and off。Turn on the automatic keyframe function, there is no trace in the history,
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.