Get help using Adobe Animate and creating animations.
Recente
I am new to Animate (2024) scripting, but have created CEP Panels/extendscript for AE and PPro. This forum has been very useful (especially @JoãoCésar17023019 ) as there is a lot of outdated documentation that can be confusing. Basically, I just want a UI for our pipeline. First part is reading a folder on our server and populating a dropdown with the names of all the job folders. I can read the job names (folder names) into an array and then use a loop to create the xml with all the menulist menuitems. I will have other dropdowns that need to be populated based on other dropdowns.How would I update a dropdown with new items? Do I somehow close the dialog, create a new xml and open it again? I was looking at https://github.com/AdobeDocs/developers-animatesdk-docs/blob/master/XMLUI_object/xmlui8.mdfl.xmlui.setControlItemElements("myControlID", arrayOfElementObjects);This is exactly what I need. I create the arrayOfElementObjects and add id
Hey everyone, New to Animate and new to React and stuck on this problem. I've asked my TAs in class and scoured the internet for a solution and can't find it. I have an animation from Animate that works in a page that is Bootstrap and vanilla JS. I've not migrated the entire page over the React with Bootstrap and I can not get the animation to work. I've played whack-a-mole on errors left and right and started over at least a dozen times, but in the end I keep getting stuck on this error... "cjs.MovieClip is not a constructor."I've got a local version of createjs linked in my index.html as has been suggested elsewhere but that doesn't help. I'm sure there's something simple I'm missing but I've exhausted everything else I know to try. Does anyone have any suggestions? Is there a better way to get animations from Animate working in React? (Here's the page with the working coffee cup animation at the top if that helps https://markgatx.github.io/Portfolio-v2/)
Hello everyone, I hope you are well.I'm trying to make a code read in a CSV document, properly filled in just one column.At first, the code is correctly reading the data, however, when checking the typed text and the data for comparison and approval, it reports as "not found".How it works is very simple, I type the text into an Input, and use a button to check. function processarCSV(dados:String):void { var linhas:Array = dados.split("\n"); // Divide o CSV em linhas var valorDigitado:String = insert_code.text; // Valor digitado pelo usuário var valorEncontrado:Boolean = false; // Variável para verificar se o valor foi encontrado for (var i:int = 0; i < linhas.length; i++) { var colunas:Array = linhas[i].split(","); // Divide cada linha em colunas trace("" + colunas[0]); // Verifica se o valor digitado pelo usuário está em alguma coluna for (var j:int = 0; j < colunas.length; j++) { if (colunas[j] == va
Hello, Animate Community! My students are working on an animation about climate change in the Arctic. There are many moving parts and we still have a lot to do. So, my ask is this: Does anyone have any rigs of appropriate arctic animals or completed rigged arctic animals, that they would be willing to share/donate? This animation is part of the Polar STEAM Project, funded by the National Science Foundation. I will provide more information if you would like to know more. If you do have rigged assets youcan share, please let me know and I will send an upload link. Your work will also be credited in the animation. Thank you all for your time.Janice
Hi!From my Animate Canvas file I am calling a game-scripts.js file with the following code: function iniciar(){ var pincel = new lib.pincel(); this.addChild(pincel); } When I publish my html file, the console gives me this error: Uncaught ReferenceError: lib is not definedat iniciar (script-juegos.js:3:15)at lib.princesa01.frame_0 (princesa01.js?1730987426814:3682:3)at d._runActionsRange (createjs.min.js:19:7215)at b._runActions (createjs.min.js:19:3229)at b._runActionsRange (createjs.min.js:19:10055)at b._runActions (createjs.min.js:19:3229)at b.setPosition (createjs.min.js:19:1519)at c._updateTimeline (createjs.min.js:14:29260)at c.advance (createjs.min.js:14:28504)at c._tick (createjs.min.js:14:28796) Apparently lib is not defined. Could someone help me define lib? Thanks!
hi adobe i am a student. I think study is free but the paids software made me sad. i want to only say that flash cs6 is paid but can you give a trail for a week without any detail or payment . i think this is very easy for you to hear my issue . i request you because flash cs6 is in our book but it is not avalable for free if this is not free to study why you give this learning in book . pls i request you to give me for only 7 days trail verson link thankyou for this have a nice day
I've been trying to download adobe animate and after effects on windows, but every time i try it installs the mac os installer and continues to tell me i dont have the mac os system requirements. Any help on this issue would be greatly appreciated as im still paying for after effects and animate while not being able to use them.
Hello, Everyone. I am asking this question on behalf of my 12-year-old son, who just started working with Adobe Animate. I know virtually NOTHING about Adobe applications, so please excuse my ignorance! To make a long story short, this is what's happening: when he erases something, it goes away while the mouse is clicked/dragged, but when you unclick the mouse, it comes right back. His animation is one "merged layer." That may or may not be relevant. As I said, I don't know anything about these apps! Can anyone guess what the problem might be? If you need visuals see what is happening, I can post. Thank you in advance.
I want to add sound to a 3-1/2 minute animation I have almost completed. I want to be able to project the animation (I don't know if that changes anything).2 questions:1)Is it best to add the sound in Animate? What I research seems to suggest that, but 6 years ago when I made an animation in Flash, I exported it before adding sound. Can't remember much about it. 2)My animation file has 33 folders, each with several layers. Is it best to make a separate folder for sound or add sound layers to each pertinent visual folder? I plan to add a lot of separate sound effects. I imagine organization would be easier if I add each sound layer to the pertinent folder.thank you
So I am doing an animation using Motion Tweens, as I want to create a Motion Preset to use on another movieclip symbol. Problem is my Motion Tween isn't working properly. When I play my movieclip, it is only producing movement on the keyframes, but not moving at all within the frame span. How do I fix this please?
Dear Adobe Team and Fellow Animate Users,As a loyal Adobe Animate user, I’d like to share an idea that I believe would greatly enhance the software for animators and designers alike: introducing basic video editing capabilities within Adobe Animate.Currently, Animate is a powerful tool for creating animations and interactive content, but when it comes to handling video files, we face limitations that often force us to switch to other Adobe applications like After Effects or Premiere Pro. For many of us, this means performing even the simplest video edits—like trimming, cutting, or controlling playback on the timeline—in a separate, more complex software, which disrupts workflow and slows down productivity. This especially affects projects that don’t need advanced video manipulation but could benefit from streamlined, built-in video editing features.Imagine if Adobe Animate allowed us to:Trim and cut video clips directly within the timeline.Play and pause video clips within animated sce
Hi everyone,I've made a basic HTML5 canvas animation with sound.With the exception of iPhones, the exported files function properly in every other browser.The iPad and MacOS both function flawlessly.Also in createjs demos, the audio is broken.https://createjs.com/demos/soundjs/playonclick The console shows no errors.I would appreciate any assistance with this.
I am trying to import a png with a transparent background off google into adobe animate. When I press import to library, a error pops up saying that "One or more files were not imported because there were problems reading them." This error has come before, when I tried to upload a audio file and didn't know it had to be 16-bit in order for Animate to read it. Does anyone know how to fix this, and make sure that the file is readable? I don't have Photoshop, and I hope that fact doesn't make it harder.
How can i solve this, its appear when i test movie/scene even I want to publish also the output "SWF contains multiple copies of a sound item"
i searched the internet for an answer and the 'best' answer i found was that there isn't a scrubby zoom in adobe animate (or flash at the time) from 2014 but i can swear i used scrubby zoom until it suddenly changed to marquee zoom with no explanation or a way of changing it back. so if anyone have an answer to my problem i will be glad to hear.
As the title says, If I make an oam file and publish thru dreamweaver the animate part of the webPage isn't responsive? Seen others ask why but no answers found.So I try publishing straight from Animate, set horisontal center option, not vertical. change default position from absolute to top. Still when I test the page, it will fit the entire animation on the page vertically no matter how long it is. So will not create a vertical scrolling bar and long images are tiny in width since it scales the animation way down to fit vertically on the page. (when i say bottom of page I'm not including the task bar, it does appear under that)Any help greatly appreciated as always
hey! so my lip sync keeps doing this, despite every mouth being on one layer, what is this exactly?
anyone having issue with connectivity lately? everything works except animate? it uploads analyze then i get an error that the server has internal issues. been doing this for 2 days now
why does when i try to nest the arms (beefy die arms) just loop the first tween and not go on with the 2nd tween on the arms?????? 😭
Hiii, can someone help me please?? Everytime I go into adobe, no matter the app, it says "SORRY SOMETHING WENT WRONG. This is likely an issue at our end, but it could be that you’re not connected to the internet. Please check your internet connection and then try again later. If you’re still having issues, please see our troubleshooting guide. Error code: 12127." Ive searched up error code 12127, but nothing comes up! Can someone please help and tell me what this means?? Much appreciated.!
I'm trying to develop a scratchcard effect by using the cursor to scratch and reveal an image.The code below works for painting over the bitmap but I'd like to convert the painted lines to a mask that reveals the image. I'm wanting "Brush" to be the mask and "ImageToMask" is the bitmap.Can anyone help? var MDown = false; var Canvas = document.getElementById('canvas2'); var Brush = Canvas.getContext('2d'); var BG = new lib.MaskedContent(); stage.addChild(ImageToMask); Canvas.onselectstart = function () { return false; }; Canvas.onmousedown = function (e) { MDown = true; Brush.lineWidth = 80; Brush.lineCap = 'round'; Brush.beginPath(); Brush.moveTo(e.pageX - Position(Canvas) .left, e.pageY - 5); } Canvas.onmouseup = function () { MDown = false; }; Canvas.onmousemove = function (e) { if (MDown) { Brush.lineTo(e.pageX - Position(Canvas).left, e.pageY - 5); Brush.stroke(); } } function Position(el) { var position = {
this one is not coming up in any of my actionscript books so far and wondering if anyone has done this before. what im trying ot do is have teh following happen : write a loop that does the following 1. opens a swf named from d000 to d750.swf (yes theirs that many) 2. pulls a list of the symbols and returns one of them to switch/case search3. run said list through a switch and case filter and pushes the results to the output console4. goes to the next file and repeats this until all the files are processed.the results i'm looking for would look like this ittem 0: s000 : this is a shirtitem 1: s001 : this is a <not mathcuing any of the above>item: s003 this is a pair of pantsitem s004: this is a pair of glassesitem s005: this is a dress how does it know this, the switch script will be looking for "pants", "shirt" and send to the output what it is. i need this list to allow my reverse string generator (i select pants
I keep getting a Java script error on Animate when trying to use the Action script feature adding buttons and also when trying to Publish as an OAM.I have tried reducing size of the mage imported (all the rest were drawn using Animate tools) , any ideas why please?
I am fairly new to Animate, so this may be user error. But, you see my monkey is here when I click on the previous (light grey) keyframe.So now, I am on the new (dark grey) keyframe and my monkey disappears I don't know how to get it to go back to light grey so I can see and animate my monkey. Interestingly, its won't let me delete or cut them either, so I have to click Ctrl+Z to undo. PLEASE HELP!
As an animator, I frequently create transitions where one scene fades out while another fades in. Typically, I set the outgoing symbol to fade out and the incoming symbol to fade in by adjusting their alpha levels: I’d set the incoming symbol to 0% alpha at frame 1 and 100% alpha at frame 40 xxx, using a classic tween for a smooth transition.In the past, I encountered an issue where all the layers, groups, and shapes within the symbol would become visible through each other, resulting in a chaotic blend. My goal was to achieve a fade-out effect that looked like a "flattened" image without actually flattening it. Previously, I could do this by using the “Layer” blend mode, but this option has been removed in a recent update.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.