Get help using Adobe Animate and creating animations.
Recently active
Whenever I use the fill bucket on the second layer it does not work. But on the first layer it does. This issue is extremely frustrating, can anyone help? (I'm also new to animation)
How to set image zoom to scroll in adobe animate?
I'm making a maplestory animation, but I ran into a snag: the walk sprites seem to re-appear even though I paste each picture into a seaparate frame onto the same layer. How do I stop that? Has anyone else experienced this while using AA?
probleme Animate cc 2017 "Could not load the sequence into memory. Your document may be damaged" I have a problem I was busy and the software crashed then when I wanted to restart the file session I got this error message "Could not load the sequence into memory." be damaged "and all the work disappeared how do I do? I look at forums where they say to unzip I do not know what, but I do not know how ...
Hi, very very new to Animate.The app needed to update, and now all of the GUIs are gone and I have to re-enable them in the Window section, but they no longer fit properly on the screen - any way to set to defaults?Also the "new empty frame" is gone and I cannot find it. This means I cant draw at all nor watch any tutorials. Any help would be really appreciated! Thanks!
Hey! I have made a Flash movie with Action Script 2.0, and now I want to transfer all the content to AS 3. The problem is: when I play the movie, the frames keep going all around, as if I had not put the command "stop" in the "Actions" frame. Just for the record: I am a starter in Action Script 3.0. Thanks!
Hello! There's this issue that i just came across after installing a quick trial. The animation wont render correctly, it "glitches" and leaves traces when i do! Yet when i finally export the whole thing, its all good ;; Any ideas would be appreciated, thank you!
I have a problem with adobe animate, so when I try to transfer the program window to my screen graphic tablet, the program starts to display pixelated as you can see in the first photo, it displays normally on my main moinitor, I will add that I had no such problem with adobe photoshop. Can it be fixed somehow?
Is there a line of code that can disable scrolling? I have an html animation in an iframe and it would be nice if scrolling would be turned off in the beginning and I can enable it at the end of the animation.
Hello!I am working in Adobe Animate to help create interactive, educational exe files that showcase animation, audio and video as well as allow for the user to control the flow of content via skip forward, skip backward, pause, play and volume buttons. I have already found tons of success through the Adobe Support community in setting up animation and audio with Animate along with getting the controls set up to be coded with AS3 and for that I am eternally grateful.I understand that what I am attempting to achieve will be difficult in terms of video integration on an AS3 file, so I may be forced to animate in program rather than importing video to Animate from after effects. However I've run into a situation where I cannot seem to understand the workflow for using Actionscript 3 with Animate and I was wondering if there are any resources out there for using AS3 alongside Adobe Animate 2022? Relying on old videos of people using AS3 with flash don't seem to produce the intended results
Hello. I was working on an Adobe Animate file 2 days ago since the recent update of Animate 2023. When I opened up the file the next day I opened up Animate, it said: "An Error Occuring Opening File."I tried using the rar method to fix it, but it didn't work. I tried making a new version of the file, and I saved it, to go back to it later. When I tried opening the file again, it gave me the same result of an error occured opening file. I don't know how or why it's giving me this issue. Any help would be greatly appreciated. Thanks!
Hello everyone, is there a workaround to fill drawings that go beyond the canvas border, but are not closed - other than drawing a straight line or rectangle around every item? Basically the canvas edge should close the drawing. Or is it possible to prevent lines from going outside of the canvas edge alltogether. See below example. Thanks in advance.
I'm running the latest version of Animate on a Mac (Monterey 12.6)Every time I click on or try to edit a text box, the program hangs / locks up for up to a minute or two. It's maddening.Any suggestions on how to resolve?
I don't get it. This usually works. When I click on the 'next' button (right below in the canvas) at frame 1, it goes to frame 10. Just like I intended. But when I'm at frame 10 and I click on the 'next' button again to 'gotoAndStop' at frame 20 it doesn't work and I don't know why. Link to project file:https://www.dropbox.com/s/7as84vdhomaj8rz/00-AN%20Marked%20graphic%20deel%202%2001.fla?dl=0 Maybe someone sees what I'm doing wrong?
I'm looking to embed this webfont into a dynamic text field, but it's not listed:https://fonts.adobe.com/fonts/obviouslyWhy?
HiHow can I fix this error?public class ___LayerProp___ extends MovieClip it shows that the error is in line 1 and column 3the number of the error is 1114
Hello I'm hoping to find a solution to this problem that I am facing. I am using Adobe Animate to create a frame-by-frame animation of a hand-drawn puppet that I have imported into the animation. I am animating it in a very old-school way, making slight changes to each of the limbs in each key frame. However, I'm finding that when I insert key frame and make alterations to the puppet's limbs, the position of those same limbs gets messed up in all other key frames. It is almost as if they are all connected to one another. Is there any way to 'sever' this connection? Many thanks
helloI want to know when will add performance in animate CCWith better performance for GPU AND CPU HIGH ENDMYPC I7 10700KAND RTX 2060 SUPERRAM 32BUT ANIMATE WHY LAG AND SLOWLYALL VERSIONI wish it had better performance. in next updateOr is there any way that can help?
Is there a way to call out other movie clips from outside of the movie clip that you are currently in?
It's possible to select objects by color. It is for the option to select a scene of strokes with different colors. I want to select all those with the same color with edit multiple frames.
I understand flash and shockwave have gone the way of the doto. I have been teaching and we have some SWF files showing demostrations but we cannot open it. Is there a way for Adobe software to easily convert old files? I have tried to import to Animate but they see SWF as unsupported. Thanks
(function() { var UI = new UIPanelOBJ("TotalDuplicate", "Duplicate"); UI.add_string("Prefix for clones:"); UI.add_textbox("prefix", Math.round(Math.random()*1000), "Prefix for clones") UI.add_string("______________________________________"); UI.add_string("Apply to:"); UI.add_radio("mode", "", "", [{id:"SelectedStageItems", value: "stage", selected:true}, {id:"SelectedLibraryItem", value: "library", selected:false}]); UI.add_string("______________________________________"); UI.add_string("Ignore items:"); UI.add_checkbox("graphic", "Graphics", false); UI.add_checkbox("movieclip", "MovieClips", false); UI.add_checkbox("button", "Buttons", false); UI.add_checkbox("bitmap", "Bitmaps", true); UI.add_checkbox("sound", "Sounds", true); UI.add_checkbox("flv", "Flv", true); UI.add_checkbox("components", "Components", true); UI.add_checkbox("font", "Embedded font", true); UI.add_checkbox("slice9", "Slice9 MC", true); UI.add_checkbox("folder", "Folders", true); var ui_result =
Good afternoon!I've been learning AS3 for a couple of small projects I've been working on.Could use some help with two "quick" questions: 1st-How can I assign EventListeners to several buttons at once?Example:I have several buttons (called bt_01, bt_02, and so on)... Instead of writing 20 lines of code for the 20 buttons telling them which function to call, can I do this recursively once? 2nd-How can I assign a function, depending on the name of the button itself?Example:If a button is called bt_01, I want it to call function_01If it's called bt_02, then I want it to call function_02And so on... I'm sure this is basic programing for most, but I'm kinda confused on how to apply it.
Hi there.I am looking for guidance on how to inset a "and" function into my code in Animate.I am a student at [removed by moderator] and need this information for a project. A simple google search returned no results.Here is my code: (The text in red is the focused code where i need the and function) var randomNumber = Math.floor(Math.random() * 10) + 1;var Highchoice = false;this.Rnumber.text = "";this.message.text = "Guess how high or low the number will be!";var _this = this; function chooseNumber() {randomNumber = Math.floor(Math.random() * 10) + 1;_this.Rnumber.text = randomNumber;} function checkNumber(){if(randomNumber>5){_this.message.text = "more than 5";} else if (randomNumber<5){_this.message.text = "less than 5";}}chooseNumber(); function riwr(){if(randomNumber>5) } _this.chooser.on('click', function () {chooseNumber();checkNumber();}); _this.HigherThan5.on('click', function (){Highchoice = true;console.log(Highchoice);})_this.LowerThan5.on('click', funct
Hi guys I'm using adobe animate 23.0 and I've tried everything to get any audio file onto it and it just comes up with an error message everytime. It has been converted to mp3 and wave and I've messed around with kbps' and Hrtz and I cannot get any audio file to work, does anyone have a solution as to what I could be doing wrong ? its fustrating because I'm lip syncing away from my project being complete and it's added a few days on now. thanks!
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.