Get help using Adobe Animate and creating animations.
Actividad reciente
Hey, so I'm a long time user of animate and love the drawing aspects of it. Over the past 5 years I've pretty much switched from paint tool sai to just using adobe animate for everything. HOWEVER, since i've upgraded laptops multiple times and still having lagging issues with animate, I've decided to try downgrading to the last version of the old flash cs6. It does indeed run MUCH faster and has all the tools I use, but am having trouble with some of the commands Many of the "f" buttons used for adding frames and whatnot aren't accessable on my hp laptop (since they're used by the system) but I was able to bypas this by changing the command keys to ctrl+ different keys on my computer. There is ONE issue that I can't seem to get by though. The zoom tool on animate relies on the mouse wheel and I can't seem to get it to regester when I'm changing the keyboard shortcut. Ive tried switching it to the ctrl+, and ctrl+. since the wheel seems to act as those buttons when scrol
A lot of people decided to photoshop adobe animate things for more features photoshop have so instead, We need more features in aa so you don't have to leave
Can somebody open this file , it shows empty symbols !!!
Hi guys any help is greatly appreciated, what I'm trying to do is this -> On button click, if the timeline is on frame 6, 12, 18 or 24, goto frame 54If the timeline is on any other frame besides those ones, goto frame 73 I took a few guesses and tried to find the answer but no luck. this.bulbut2.addEventListener("click", playjump.bind(this));function playjump(){if (this.currentFrame == 6,12,18,24){this.gotoAndPlay(54)}else (){this.gotoAndPlay(73)}}// I even ecrewed up the simple else condition 😞
Hi,I am a beginner. My first day today with adobe animate. I am in a probelm. I can't see the stoke. It's not showing under color and style. I googled but no one is showing how can I bring it into the 'color and style' panel. please I need some guidance. Thank you.
I'm creating banner ads for a campaign and I'm having an issue where only a specific text and shape layer are blurry:All text and shapes are converted to movie clip symbols and the only difference is that the middle text and shapes change tint at one point. Any help is much appreciated.
this is just a prototype, i want to use this code to make prompt window in Actionscript class. so, users can't press tab button outside prompt window. just current window
Hello Adobe Community!I'm the owner of a car service business, and I'm exploring ways to enhance the user experience on my website through animation. Specifically, I'm interested in how Adobe Animate can be used to create engaging visuals that showcase our fleet and services effectively.What are some best practices for using animations in web design? How can I ensure that the animations are not only visually appealing but also improve usability and customer engagement? Any examples or tips would be greatly appreciated!Looking forward to your insights!Best,Alex shafi
I am writing in jsfl to add a blur filter to the camera layer, but I cannot find the API. Currently, I have only found a color filter solution. Does anyone know how to solve this problem?//The code is as follows:var dom = an.getDocumentDOM();var tl = dom.getTimeline();tl.camera.cameraEnabled = true;tl.camera.colorFilterEnabled = true;(Do you know how to write a blur filter for the camera that cannot be added?)
In general, it turned out that I had to delete almost a thousand symbols manually by opening fla as a zip, and now when opening a fla file, I still have those symbols in the library that I deleted, but they are empty. In general, all this is due to the fact that DOMDocument.xml still thinks that these symbols exist, so is there any way to "update" DOMDocument.xml not manually? For example, using jsfl or python script?
Hello, I'm working on an animation project. I completed one scene, saved 2 copies of the finished project in .fla format. I wanted to test out if it works well, but Animate cannot open any of those. Then I saved a new project, it was much more smaller file, and it opened without any problem. When I tried to open that finished project, it says "doesn't respond" and screen shows as loading for like 20-30 minutes then shuts down without any warning. I created the project with the version 23.0.3, couldn't open with the saem version, I installed 23.0 and it didn't work either. I then installed the versions 23.0.8 and 24.0. and lastly, 24.0.5. None of them worked. I also tried the winrar method, it also didn't work. The file is 486 MB, idk if it too big but my computer worked perfectly until the end of that project, I don't understand why it doesn't open that. I know the minimum requirement for Animate is 8GB of RAM, and I have 16GB. What can I do?
I would like to use pixel art in my HTML5 Canvas projects, but I'm unsure how I can disable the antialiasing or blurring that occurs when the bitmaps or the canvas itself is scaled up. I know for ActionScript projects, I can turn off "Allow smoothing" from the Bitmap properties to prevent this. But that doesn't seem to work in HTML5 canvas projects, from what I've tested.I've also tried adding the following CSS and JavaScript code to Animate's generated HTML file, but that did not seem to make any noticeable difference either. <style> /*Set canvas to use nearest neighbor scaling algorithm*/ canvas { image-rendering: pixelated; } </style> <script> //Get a reference to the canvas canvas = document.getElementById("canvas"); // Get the canvas context var ctx = canvas.getContext("2d"); // Attempt to disable smoothing ctx.imageSmoothingEnabled = false; ctx.webkitImageSmoothingEnabled = false; ctx
Hi everyone, I wanted to share something with you that I think could be super useful. I've created a tool called AdValify.io — a free platform where you can benchmark your HTML5 ads for performance and validate them against IAB ad specifications. It checks important things like load speed, initial load size, CPU usage, and more, helping you make sure your ads meet the right standards before sending them off to clients. Right now, AdValify is completely free to use. Down the line, I’ll be introducing premium tiers with extra features, but the free plan will always be available. I know this post has a bit of a commercial twist, but I genuinely believe the free plan will be valuable to many of you who want to ensure your ads are performant and adhere to industry standards before they go live. I’m currently looking for feedback from the community on how the tool works and what additional ad validation tests could be helpful. So if you have a moment, please check out AdValify
adobe animate is missing Symbol and object Flip like Horizontal/ vertical quick action needed like illustrator:
I want to make a specific object fade away slowly.I've tried selecting it then properties > object > blend > alpha. While the object does disappear, it does not "fade" away. Thank you!
Hello all, I am trying to control the timeline with code [ HTML Canvas app, "this.stop()" ] which works fine, but when I add a camera on my timeline, the timeline is no longer responsive to the code - it keeps looping. Is the timeline no longer controllable when a camera is added?
My Animation uses a rig that works for everyone else, but I dont understand what happened. My adobe animate decided to glitch, cauysing the screen to kind of rotate on open and glitch some parts. I had an animation layer - labeled characters - and I converted it into a symbol, and it vanished, i dont know what happened, please someone help me find out the what the issue is? I saw someone named @kglad fixed it with someone. please help!!! https://www.mediafire.com/file/pzb79ftgxda5wu5/part+8+story+(1).fla/file
My selection tool suddenly has a little box next to it and only allows selecting a group of frames such as a tween. I have to hold the control button to select an individual frame. I don't know what happened to change it but I can't seem to find any way to reset it. This is extremely irritating and affecting production when I'm under a deadline. If anyone can provide information on how I reset this tool I would greatly appreciate your assistance!Thank you!
hello,Im currently facing an issue where when i export my file in adobe animate latest version on ActionScript 3.0the sound is really bad.I changet the quality in the publish settings and it doesnt change anything.Can somebody help me?
Brush cannot change fill and stroke, only brush shape under properties. Fill and Stroke is greyed out. (Ex. I cannot use anything in the brush library)
I'm trying to zoom in but the slider does not work and if I go into tools and zoom in that way it also does not work. Does anyone know what am I doing wrong? Thank you
How do I make a button follow the camera layer? Because in the animation, the camera layer constantly zooms in and out so I can't put the button on a single location cuz the camera wont see it if its zoomed in. Thanks in advance!
I have an adobe illustrator file that i'm trying to animate. I want to select the camera so that in my animation I can slowly zoom in a very small detail on my design but no matter what I do I can't open the tools tab. Thank you!
I'm trying to animate my artwork that i've done in illustrator but whenever I import the file, I have my original layers but I can't open them and see other layers/groups that are originally in my illustrator file.On illustratorOn animateThank you
i bought 3 licences of creative suite cs6, and in every one of them flash cs6 keyboard shortcuts wont work correctly.specifcly the tools shortcuts such as space bar for hand tool, v' for arrow key and more.i need to restart flash for them to work again. this happened on 3 of my studio's computers!please helpi'm on a pc machine, intel i7, 2.8 GHwindows 7, 64 bit, 16gb ram,
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.