Get help using Adobe Animate and creating animations.
Recently active
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!
I can´t find any advice from Adobe on this subejct. On this link they give some data on other apps but nothing about Adobe Animate.
is there a way to load an external video in a movieclip? video must be loaded and playing in loop Can someone help with that? Thanks
Hi team,I am a teacher and am using adobe animate - but I am trying to wrap my head around the html5 canvas instead of using actionscript3. Can anyone point me towards a simple tutorial or some code to get a drawn object (Movieclip) with an instance name to move with the A, S, W, D keys? Ideally I would like a car or something that moves forward/backwards on the W and S keys and then A and D keys can change the angle.Any help or even a bit of pasted code would be really greatly appreciated (while we cant come up with it ourselves we will be able to break, change and modify it once we have a working model)Thanks again and have a great day
Hi team,Back in the day I used to be able to create interactive designs using Flash and AS3- I am now trying to update my skills but am running into trouble trying to find specific examples of html5 code for animate. Where is the reference for eventListener ? I want to know where the list of accepted strings for listeners is? If I go looking for JavaSript examples they do not paste directly into animate Html5 canvas and work... so where am I looking for this documentation and examples?Thanks for your help
I've been working on a few projects using the Asset Warp Tool. Which is already an unstable tool, I know, but the new features they added have actually been very useful!... Too bad often the program will swap out warped objects in the timeline like symbols at random, sometimes even erasing them. I'm used to that though, that's why i save multiple back ups now, but now I'm experiencing issues where files with this issue will completely crash the program.No error message or anything, just close.I'm trying to stick by this program so bad, but this is nearly unusable.
I've experienced this problem over and over again and I've lost hours of work and had to start over many times. I'm animating a single part of a scene that should have taken a few days at most, but it's been more than five weeks and I can't get it to work. The problem is: I'm animating a character running across the screen using the asset warp tool. However, almost every time I save the project, when I open it again, the symbols are empty. What I mean is that the symbols are still there, but they're invisible, and all that's left are the little gray circles showing that they're still there. This happens for all the symbols in the project. I started my project a few months ago at 1080p I believe, and the problem was happening a lot, I'd say half the time I saved. It would also occasionally crash and when I opened the reviver file it would have happened. Also, I'm not sure if this is related, but around 40 puppet shapes would be generated.I tried starting over with worse resolu
So, the audio won't play from the timeline, the edit envelope, and the library. Unless I test the video by pressing Ctrl + Enter and going into the sound properties and clicking test. I did switch in the sync settings to stream and repeat x1. Didn't work. I also restarted my computer and shut it down for over an hour. Didn't work. Closed and re-opened adobe animate. Didn't work. Uninstalling and Re-Installing it again, Including installing the previous version of adobe animate. Didn't work. I was checking the computer audio settings. Everything is set up correctly. No luck with the audio. Please help anyone. Thank you. Here is a video: https://youtu.be/jChhFTyw5XA
Running too slow with Rosetta 2
I have multiple layers put together with layer parenting. Then i put bones on a layer. The other layers move. How do you do so the layers don't move?
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.