Get help using Adobe Animate and creating animations.
Recently active
I want to deliver a suite of animations that contain interactive elements (buttons, click-and-drag, hitTest, text input, etc.) which I used to be able to do with Flash Player (before End of Life).I can't get Projectors to work properly, they don't seem to survive transfers out of my mac: https://community.adobe.com/t5/animate/projector-gets-broken-after-transferring-out-of-my-mac/m-p/11935493#M342391 and I can't think of any other way of publishing the fully functional, interactive animations.
Hello, I am fairly new to working with Animate and I am having difficulties working with editing sound. I have to create a HTML5 project, include sound and use the edit sound envelope. I have added my audio files to the library and on my timeline, however the effect and edit sound envelope options are grayed out and I can not use them. I just finished the practice lesson where both buttons worked previously, I do not know what to do now.
whenever i use my drawing tablet in adobe animate the drawing tablet isn't working the pen doesn't work not even the press keys work
I have two nearly identical Dell computers. One has Adobe Animate 2020 installed and the other has Adobe 2021 installed. Files that were created in Adobe Animate 2020 fail to open in Adobe Animate 2021. Any suggestions?
Hey there. Just thought I'd ask if anybody could pose a to my problem. Having terrible trouble actually trying to pay for Animate so I can use it again. I got it a while back, and it has been inactive for most of the year, and I hadn't any cash in my account, so I wasn't able to pay the monthly fee, so it basically disengaged. Now that I can, I can't seem to actually purchase it again. All my details are in place and correct, but no matter what I do, it seems to either not recognise the info, or just won't accept it. Any suggestions?
Hi everyone,I am currently making dynamic chart with its data is random generated and column can be grouped.Dataset is random generated using number.Column is number range and can be changed (such as 1-10, 1-5, 1-20...).Column height is dynamic => Max value and step value are also dynamic.I want to ask if we can make chart like this in Animate using dynamic dataset?Thank you very much.
I've hunted for reasons for this but nothing simlilar is popping up. I've created a simple walking character using parenting & classic tweens. There are only instances are of the same objects for each item/limb (one common error I found when searching was multiple objects created accross 1 limb, if you like!). Exporting as asset appears to work find, but in trying to then import that to another stage or to the library I get this error. No further details. Any 'common mistakes when exporting assets' I can run past?
"There is a JavasCript Error" + an.trace('LooooooL') We love you anyway
If I draw something in my main timeline and then later convert it to a symbol, the order of my layers gets all messed up. Is there a way to prevent this when converting to a symbol so my outlines are still above my fill? I know a better workflow around this now but I don't want to have to redraw old elements.
Sempre que tenho salvar aparece essa mensagem eu aperto "sim" Mas quando entro denovo no ANIMATE o projeto não está salvo. Oque devo fazer?
I have six symbols on the stage. When a user clicks each, I want it to lose most of its opacity. As a beginner, it seems like there are many ways to acheive this, but I'm not sure which way to go, and so far, haven't been able to do it. Do you get the transparency effect on separate timelines for each object or on the main timeline, or is it easier through js? Some basic setup advice would be appreciated.
Is it possible to create a short GIFFY directly from an Animator.fla file?
I have an 11 minute file consisting of four subfiles One of the files is 7 minutes long, so I added the three other files to it, using scenes. With the Start Media Encoder Render Queue Immediately box checked, The "Export Media Creating Movie" stops at 99%. I would appreciate help in this matter. James Bowen
I previously had Adobe Animate installed on my external hard drive and it worked fine but it was too hard to keep plugging in as it requires it to be plugged into a power supply. So, i uninstalled all the adobe things on my creative cloud (Including Animate). Now im trying to reinstall it to my new external hard drive but it keeps saying "Unable to install on a network drive" so i tried to install it on my desktop and it says the same thing... How do i stop this from happening???
When I open Animate CC I get several recurring error message windows that continue to appear after clicking ok. eventually after clicking OK enought times I can make them disappear long enough to create a new project or open a file etc.
hello, I use adobe animate for 1 week, I noticed a problem when I moved objects with the directional arrows. When I press a lot of arrows up and down in equivalent ways, the object moves slightly to the right. Same thing for the left / right arrows, the object moves slightly upwards. How to solve the problem? I will give yet another example: when I press the left arrow on the keyboard, the object does not move only on the X axis but also on the Y axis, but why on the y axis? Moved from Using the Community (which is about the forums) to the correct forum... ModTo find a forum for your program please start at https://community.adobe.com/
Hello, apologies i am new to using animate. There will be a simple solution I just do not know how to use this software yet. On photo 1 i can see the keyframes. In photo two when they are grayed out I cannot. How do I make photo 2 like photo 1?
Hello,Sorry this is a specific answer I'm looking for :s I'm pretty new at using adobe products and for a project at school I have to create an animation, I was planning on doing the foreground and character animation in Animate CC then imposing it on separately moving backgrounds/still images, when editing it in Premiere Pro. Could anyone give me some advice of how to go about this? Many Thanks
Buenas tardes,El archivo en el que estaba trabajando se ha abierto vacío. He perdido todas las escenas, ha retrocedido hasta el momento que lo cree, renombrando uno anterior. Qué ha pasado?( tengo un archivo de texto con el log que adjunto) Muchas gracias
I am trying to animate the mask_mc from left to right using TimelineMax. I need a simple setup to set the position then move it across. Help is greatly appreciated. var mask_mc = this.mask_mc;var maskedContent = this.maskedContent;//AlphaGradientMaskmaskedContent.filters = [ new createjs.AlphaMaskFilter(mask_mc.cacheCanvas)];maskedContent.updateCache();// create timelinevar tl = new TimelineMax();tl.to(mask_mc.getChildAt(0), 3,{x:400, onUpdate:updateMask}, 'start')//AlphaMaskFilter needs to be updated on every tick if it has to tween.function updateMask(){ mask_mc.updateCache(); exportRoot.maskedContent.filters = [ new createjs.AlphaMaskFilter(mask_mc.cacheCanvas) ]; exportRoot.maskedContent.updateCache(); console.log('updating');}
Hello!. I need a little help (I think). This code works great in the action panel: selectArrow.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene_29); function fl_ClickToGoToScene_29(event:MouseEvent):void{ if (option_440.currentLabel == "uno" && dminorItalian.currentLabel == "uno"){ MovieClip(this.root).gotoAndPlay(1, "Standars_All"); } else if (option_440.currentLabel == "uno" && bminorItalian.currentLabel == "dos"){ MovieClip(this.root).gotoAndPlay(2, "Standars_All"); } else if (option_415.currentLabel == "dos" && dminorItalian.currentLabel == "uno"){ MovieClip(this.root).gotoAndPlay(3, "Standars_All"); } else if (option_415.currentLabel == "dos" && bminorItalian.currentLabel == "dos"){ MovieClip(this.root).gotoAndPlay(4, "Standars_All"); } else{ MovieClip(this.root).gotoAndPlay(1, "Standars_All"); } }basically it is an MC (selectArrow) that takes the film to a different scene and, depending on which frames the o
some of the parts to a tween are coming out weird like the bangs have a weird line (image below)theres like a line just coming out of the bangsanother issue i have it i made a symbol with frames in it, and set it to loop, and it shows up in the project, but when i export it it doesn't move at all. Same thing for another symbol which has frames in it and still doesn't move on the exported.and those type of symbols usually don't show up on the exported video, please help I need to post this project very soon :[
hello everyone, I tried to make an application with adobe animate but it still doesn't work. are you guys can perfect this code: function onButton_85(e:MouseEvent):void{switch (input1.text) { case "sun" : gotoAndPlay(15); break; case "moon": gotoAndPlay(25); break; default: gotoAndStop(46); break; }} I want to make an application for elementary students about the solar system. so when students enter keywords and click the search button, an animation will appear. I am using AS 3. "input1" is the name of the input text and "button_85" is the name for the search button while "moon" and "sun" are examples of keywords to be searched for.the problem is when i use this code there is no error code notification, but the search button doesn't work.
Just like my title says, when I try to move things with the arrow keys for precise moves, the objects move diagonally. But only in one direction. When I press ANY of the arrow keys, it moves diagonally up to the left. Is there a setting I accidentally turned on? I tried installing different versions of Animate but it does it in every version. It wasn't happening earlier in my project, but recently. Is it possible it's attempting to move it backward in a 3D space? Any help would be appreciated, this problem is making it hard for me to align things...
hello, I use adobe animate for 1 week, I noticed a problem when I moved objects with the directional arrows. When I press a lot of arrows up and down in equivalent ways, the object moves slightly to the right. Same thing for the left / right arrows, the object moves slightly upwards. How to solve the problem?I will give yet another example: when I press the left arrow on the keyboard, the object does not move only on the X axis but also on the Y axis, but why on the y axis?
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.