Get help using Adobe Animate and creating animations.
Recently active
an.getDocumentDOM().getTimeline().convertToKeyframes(); an.getDocumentDOM().setInstanceAlpha(0);The above code does not seem to be able to complete the requirements
Hello! I have read other similar topics but I have not found the problem that occurs to me.I draw a path, either with the pencil or brush, but then I select the path and choose the type of path in the brush library and there is no change. This library does not work or I am doing something wrong. Does anyone know how to fix it?
Hi,Who can help me with this? When I try to export the file, this is what happens.Also when I try to import the file in After effects, this will apeare.Someone?Thank you,Chava
I got a crash trying copy pasting in animate 23.0. Ever since then, warped assets have been a pain to deal with. It's when I try to put them in a symbol it starts to give me problems, and keep in mind that that I have done this before with no problems. After saving a file with a warped asset as a symbol, it just turns invisible with no interaction. Please help as I haven't gotten it to work for over 2 months. - Thanks
Hi, I got into animation again, but when I finished and exported my video, the finished project is missing the bottom half. I didn't have this problem back in december. I already uninstalled and reinstalled animate and media encoder. Did I click on an option? Or are there any other ways to export my projects?
I uninstalled and reinstalled last week when this happened - and now its at it again!!!Do I just need to un and re every day??? Animate 2023 and Win 10
Hello everyone. Im trying to understand how to run this java code to run ad from adobe animate actions panel. I meen there is something like a gate from run this script from actions panel of html5 adobe aniate project to this script wich i can add later to html5 page after publish from animate?ysdk.adv.showRewardedVideo({ callbacks: { onOpen: () => { console.log('Video ad open.'); }, onRewarded: () => { console.log('Rewarded!'); }, onClose: () => { console.log('Video ad closed.'); }, onError: (e) => { console.log('Error while open video ad:', e); } } })
Hello all, I was hoping someone could help me. I work third shift at a nursing home and while the residents are asleep I've been trying to conjure up my own little cartoon for YouTube. I can't bring my computer in so I have my iPad that I bring with me and Apple Pencil. I really fell in love with procreate when I found out you can export as PSD, however, is there no way to import into animate with each layer being editable. For example, I drew out a screen full of mouths for lip sync; however, when I import into animate it's one combine image. Even when I select "allow editable layers," I can no longer drag each individual mouth. Gotta start somewhere right? Guess "importing/exporting is where I begin! Next will be screen sizes! Ty for your time.
I found a very annoying bug in Animate 21.0.8 (Mac version): I can't import any sound files (neither .aiff or .wav) into Animate. When I return to 21.0.7 I don't have problems importing them...
I positioned a bone join on a character but I want to reposition the bone joint without having to delete all the other bones/joints in the project. Is there a way to just grab the joint and reposition it? Everytime I try to it either repositions the symbol or doesn't do anything at all
It is impossible to natively export SVG animations on Adobe Animate. Before you disagree, please note that I'm talking about SVG animations. I am NOT talking about exporting a single SVG image.The only way to make this possible was to use plug-ins. SnapSVG was one such plugin, and there are several problems with this:Just the sheer fact that a product titled "Adobe Animate" can't export animated svg files is a problem.SnapSVG is no longer actively being developed.SnapSVG was never 100% completed - it is arguably an incomplete beta-version product.Adobe Animate has shown many incompatibility issues with SnapSVGAn Adobe representative has told me on the phone yesterday that SnapSVG will simply be pulled from the library of plugins available. She was not able to comment on whether or not exporting animations on Adobe Animate, a software for creating animations on multiple platforms such as web browsers, will support exporting animated svg files.This is highly disappointing as we will not
Hi,I'm biology teacher (computer specialist) in France, and I made animation in AS3 (APK for androïd) for all french student. I would like to convert in Html5 (because we have I PAD in school now), but I don't know the JS this why I can't do it now.Can you help me?But I don't arrived to attach my fla (animate 2015).... how I can do it ? Thanks for everythingRomain
Is anybody else having this problem? Every time I draw something, the thing I drew moves slightly to the right after I release the left mouse button. How do I fix this? It's getting very annoying.
Hi all, I'm using Animate to create a canvas animation from a sequence of images. These images show a 6-sided die being "thrown" and coming to rest. The image sequence was rendered in 3DS Max at a huge resolution to allow for large retina displays. I batch-converted the sequence in Photoshop to transparent PNGs, which allowed me to create much smaller "isolated" images of the die and then I painstakingly placed each one by hand in Animate, using the original full-size image images as a guide. I hope that all makes sense! I have 2 questions really. The first is: how can I publish the project at multiple resolutions? I don't mean "Make responsive" - I understand what that does but I actually want to generate different resolution texture atlas files for different devices, so that I don't have to load and render the enormous versions on small devices. There's a "Resolution" setting in the Publish Setting dialog which I thought might do this, but changing it doesn't seem to have any ef
I recently opened Animate for a uni project. I created a new file and imported audio but before it doesnt allow me to move the blue playhead along the timeline, its just stuck on frame one. Help please
Does anybody know how to deal with compiler errors? Ive created animated sketch which is about 7 minutes long, but I am having trouble getting the file to export properly, even when i try to run a test viewing, it dosnt play as it does on the main timeline, everything all over the places, layers missing, camera dosnt zoom, cant seem to figure out what or where the issues are, keep getting the same 'compiler error' message, im still quite new to this programme, any help would be much appreciated, thanks.
Hi there,I have a very short video of a man walking down a street. I used the rotobrush in AE to isolate the man from the street background so now he's now just walking 'in space'.Now I want to bring this rotobrushed walking man into Animate as a series of still frames (I'm aiming to work at 12fps in Animate) and then draw some scenery behind him, frame by frame (in black, with a plain white background). See attached for a rough sample frame.What settings should I use to export from AE, and import into Animate? So far, the 'transparent' PNGs I've managed to import into Animate from AE somehow have black backgrounds, and all end up in the same keyframe on my Animate timeline.Thanks to anyone who can help ease my pain!
Hello, how do I download the createJs files for a new project?My libs folder only has the createjs.min.js file.
good morning. i use this code for a mc to link me to a given url. When I test it in animate (test movie) it works perfectly, but when I upload the aab file to android and test it in my movie it doesn't let me access the url...I don't know if it will be some Google limitation.I send the code:package com.kglad { import flash.display.MovieClip; import flash.events.Event; import flash.events.MouseEvent; import flash.net.URLRequest; import flash.net.navigateToURL; public class PieHome extends MovieClip { private var url:String = "https://www.google.es/"; private var request:URLRequest = new URLRequest(url); public function PieHome() { this.addEventListener(Event.ADDED,addedH); } private function addedH(e:Event):void{ market_mc.addEventListener(MouseEvent.CLICK, buy); } function buy(e:MouseEvent) { try { navigateToURL(request); } catch (e:Error) { } } } }Thanks for the help
Can someone tell me, why i can't export my fla file after an update. I used to work with both animate and after effect for my animation production. But almost 2 months this pipeline Animate to after effect doesn't work anymore even i did a thousand updates. Did I make a mistake in the export? or is the problem with adobe itself?
for an example drag stretching the bottom part of a circle in a straight line without having to carefully move the mouse
heres my code on frame 34var q6music = true var q6small = false var q6gap = false BigCollege.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_56); function fl_ClickToGoToAndStopAtFrame_56(event:MouseEvent):void { gotoAndStop(42); } GapYear.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_57); function fl_ClickToGoToAndStopAtFrame_57(event:MouseEvent):void { gotoAndStop(41); var q6gap = true; trace(q6gap); } and on 41trace(q6gap) trace(q6music) GoBack.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_58); function fl_ClickToGoToAndStopAtFrame_58(event:MouseEvent):void { if (q6gap == true && q6music == true) { trace("marked true"); gotoAndStop(44); } else { gotoAndStop(34); } }when GapYear is clicked, q6gap is set to true and goes to frame 41. both q6gap and q6music trace as true at 41. however, the if statement doesn't run and it follows the else instead. there are no compiling errors and when I tried changin
The following jsfl can only increase or decrease frames for a single frame,How to increase or decrease frames for selected multiple layers and framesfl.outputPanel.clear(); var doc = fl.getDocumentDOM(); var tl = doc.getTimeline(); var numFrames = prompt("Enter the number of frames to add or subtract: "); numFrames = parseInt(numFrames); var insFrm = Math.abs(numFrames); var selectFrame=tl.currentFrame; if(isNaN(numFrames)){ alert("please enter a number"); }else{ if(numFrames<0){ tl.removeFrames(selectFrame,selectFrame+insFrm); }else{ tl.insertFrames(insFrm); } }
Hi everyone. Is there a way of automatically resizing banners, in Adobe Animate? The idea is to have a banner that would already be designed (for example 300 x 250). Is there a way of automatically resizing the banner to different sizes? Thanks.
title says it all. when i move points in adobe animate, it automatically adds unnecessary points rather than just moving the point. is there a way to stop the program from adding points i don't manually add?
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.