Get help using Adobe Animate and creating animations.
Recently active
Hi all, The following issues have been fixed in the Adobe Animate 22.0.4 (Feb 2022) update: [macOS] Sound not playing in Library panel and Timeline playback on Mac OS 11 & 12. [macOS] Application goes to non responding state when importing a h264 video or opening a file containing h264 video. Application crashes on scrolling the font list after adding a web font. Stroke appearances are not retained while converting it to a rigged object. These details are also available on https://helpx.adobe.com/animate/kb/fixed-issues.html Thanks, Preran
Audio playback and scrubbing on the timeline was working fine. Then one day I open the program and it doesn't seem to work anymore. I checked to make sure the audio properties was set to 'Stream'. It was. Other than that everything seems unchanged. I've done everythingI can thinbk of to see what might be wrong, even opened the file on a Windows computer where it worked fine. However, on my Macbook Pro nothing. Anyone else have this problem? Thanks.
Hi, I work with Animate 2022. I need to import a video (H264) into my animate scene in order to use it as an animation reference. Here is what I tried: I did a 1920 x 1080 file, ActionScript 3.0. Then create my scene. Then import---import a video--- Incorporate H264 to the scenario-- I choose my H264 video-- next -- next -- Done. And then, eveytime (i tried 15 times at least with different videos, videos length, videos format etc..) Animate crashes. I don't know what to do and I can't animate without references. Thanks,E.
Hi,When I tried to open an fla file, it crashed my macbook but it works with other fla files thoughI tried uninstalling it and reinstalling it but it still crashes I think it's because of the size of my fla file (it's 36 mb) or it's something else.
Hi,Beginning yesterday my Animate CC will crash everytime I try opening Animate files I worked on last week that had reference videos (MP4) on them or if I try to upload MP4 videos.Furthermore to rub salt on the wound this triggers a process called "CEPHtmlEngine Helper" that basically runs your CPU like crazy and overheats your machine.There is an Adobe Help page about the CEPHtml problem (Here: https://helpx.adobe.com/x-productkb/global/high_cpu_usage_cephtmlengine.html) but the solution doesnt help with the animate file not working. Also its easier to just stop the process on your activity monitor BTW.I am a Freelancer and depend on Animate for my job and all my files I have been working for a project have Reference videos... They are now Bricked and I am having to re-do a lot of work.When will Adobe adress this problem?
When I create a new symbol, the center stage marker doesn't have an equal amount of space around it. The boundaries reach -750x-750 in the negative direction but then 2000x1450 in the positive. This seems a little weird to me. I don't need this much space, but I would like to know how to set the reference point as center. I understand that if I draw out an object then convert this to a symbol I will be able to set it's registration point but this seems a bit strange to create a symbol within a symbol. I am well aware that a symbol can consist of multiple symbols and my workflow does utilise this but I'm just trying to refine a few things in my head before I move on to the next project. Can registration not be set when just creating new symbol from nothing? Probably the most noob question ever but thanks anyway.
Is there a way to export multiple frames of animation in SVG format at once?I want to be able to export them into Unity Engine to make vector animation, but if I have to export one by one that is just very time consuming. So is there a better way to do this?
Hello,I want to know how to upload images in an UILoader. I know how to do FileReference.I want to know how I can save it and automatically load it. Here's the code I have so far...var fileRef: FileReference = new FileReference();fileRef.addEventListener(Event.SELECT, onFileSelected);button1_btn.addEventListener(MouseEvent.CLICK, selectPuzzle1);function selectPuzzle1(event: MouseEvent): void {fileRef.browse([new FileFilter("Images", "*.gif;*")]);}
So I have made this code so i can move the playhead one frame at a time. But it does not seem to be working?? It use to work just fine, not sure what has happened.var doc = fl.getDocumentDOM();var t = doc.getTimeline();var l = t.layers[t.currentLayer];var play = t.currentFrame;t.currentFrame = (l.frames[play].startFrame === play && play > 0) ? l.frames[play-1].startFrame : l.frames[play].startFrame;Im not interested in moving from one SET keyframe to another.
In Canvas. How can you play Audio file. without Createjs? And how can you change the color of MovieClip without Createjs? I am not able to use external scripts at all.
Dearest Adobe-using folk, Currently i have Animate exporting issues! Every time i want to export a selected part of the timeline instead of the entirety of all 18000 Frames in my timeline, Animate keeps telling me that the selected 78 Frames that i want to export aren't exportable, due to the the selected timeline span not being long enough, and that for some reason the video requires at least 5761 Frames to display its entire length. Doesn't matter if i want to export the frames as a Movie or a PNG Sequence! Its incredibly nerve-wracking as im using Animate to complete my bachelor movie! I currently can't find any other solution apart from rendering out each frame as a separate PNG one at a time. If anyone has experienced a similar problem, or has found a solution to this problem, let a desperate man know!
My Animate for canvas is looking as intended on desktop, but on an ipad in Chrome, the top and bottom are getting cropped off. I am getting no console errors. My canvas is an interactive timeline with loads of popups etc. Everything works fine except for the ipad cropping issue. I made a very simple test file, 1350 x 1000, to try and isolate the cause. Publish settings are pretty much at default, with "make responsive" and "center stage" ticked. Nothing tricky going on in the test file, no js, no interactivity, just a canvas with a couple of shapes in the corners, to check the crop. As far as I can see this test file I made is about as basic as possible, but I still get the crop problem on ipad chrome. Occasionally, if I keep reloading, or maybe do a few pinches, it seems to alter the amount of cropping. Once or twice it even looked ok. But by and large I seem to lose roughly 50px off both top and bottom. It looks fine on ipad in FF or Safari, it's just in Chrome I
Hello, I hope you all are fine. I am in animation field from last 2 years and now I am willing to learn game development as well. I have a great knowledge of adobe animate, adobe after effects and illustrator. I am curious If Adobe has some software for making games as well? I am feeling good with adobe softwares so If they have some course, I am willing to buy that and learn game development as well. Thank you all, Cheers,Zaid
Each of these "people" are buttons (pictured). When you click the button, a pop up opens. When you click the button again it closes. I would also like the pop up to close if you click a different button on the page. Is that possible? I have it hosted here if you'd like to try it as is right now:https://itch.io/embed-upload/4912301?color=333333
Is there a way in Illustrator or InDesign to populate dynamic text inside of a symbol with the instance name & number of instances? I need to have multple instances of a symbol where the only difference is the text label. I am working on a floor plan where I need to add multiple instances of the same symbol but with the text label auto counting the instances. I couldn't find anything in a search of the forum. Please see image below example. Symbols are the yellow or purple rectangles with labels 2M.W.01 or 2M.W.02 next 2M.W.03. I currently have to enter each instance manually, and when one symbol is removed I have to go back and relabel all of the instances with the updated count.Thank you.
Hello, I'm a newbie whit Animate. This is a file HTML5Canvas.I created 2 components (TextInput, Button) and a textdynamic box in my scene.TextInput = mdpButton = valider The scene :And I would like if the response is right when the user clicks the button, the text OK is displayed then redirected to a web page. And if the code is wrong, another text is displayed.Here is my code :this.stop(); var monInput = document.querySelector("mdp").value; var motdepassatrouver = "test"; if (monInput == motdepassatrouver) { //ok this.valider.addEventListener("click", fl_ClickToGoToWebPage_5); function fl_ClickToGoToWebPage_5() { window.open("http://www.adobe.com", "_blank"); } } But it does not work.Looks like he can't make the connection with the ID of components.Thanks a lot for your help.
Hello. I am loading multiple mp3 sounds with a loading bar. they load fine, but the problem is that during loading the bar does not advance and only advances at full speed at the end (as if it only works with the last sound) I have tried putting large files and the same thing happens, it takes longer to load and only you see the bar at the end at full speed. (barely visible).Thanks for the help. this is the codepublic class Standars_all_mc extends MovieClip { private var sound0:Sound = new Sound(); private var sound1:Sound = new Sound(); private var sound2:Sound = new Sound(); private var sound3:Sound = new Sound(); private var sound4:Sound = new Sound(); private var sound5:Sound = new Sound(); private var sound6:Sound = new Sound(); private var sound7:Sound = new Sound(); private var sound8:Sound = new Sound(); private var sound9:Sound = new Sound(); private var sound10:Sound = new Sound(); private var sound11:Sound = new Sound(); private var sound12:Sound
How should I change the following for rotating the graphic symbol 'RFLensHolder' clock-wise by 1 degree?function updateRF_RotateCW(){ root.RFLensHolder.x+=1; }
Hello. I am trying to access the isURLInaccessible property of the Sound class. I get the error:TypeError: Error #1010: A term is undefined and has no properties. my code is very simple to access:trace(mySound.isURLInaccessible); I've looked at the flash as3 reference and I don't see anything that can help me, and I can't find any help on the internet either. Thanks for the help.
Hi everyone. So as the title indicates, I’m suffering some extreme data loss strife and feel like I have exhausted all my options but figured I would share my SOS here in case there are tactics I may have missed.Not to sound antagonistic (I know it’s well-intentioned), but please don’t reply to suggest better back-up practices. I know, and will absolutely incorporate them into future work to prevent anything like this from happening again. I’ll be continuing work on an external drive as well as versioning out backups to the cloud. So here’s the gist: I was working on animation project of 2/3 months.I saved it, as I do frequently.The project indicated it was saved, so I closed Animate.It wasn’t going anywhere, so I did a Force Quit (potentially the operative screw-up here)Didn’t think much of it, and restarted my comp to switch to a Windows partition.Later that night, realize after returning to my Mac partition that there is ZERO trace of my project files. Nothing.I even check
I do not see the Bone tool in my tool bar nor anywhere else, and no information on how to install it. How do I get the bone tool in Animate ver 22.0.3?
Hi all,I have a issue with video components. I want video autoplay when I start banner but it not. I have checked autoplay in Components Parameters but it not play and I dont see any errors.Please help me,Thank you.
I'm creating a sceen in Animate that has several different bits of text scattered in different places around the screen. It's a mockup of a website tool, to give you an idea. I had planned to put all text elements on one keyframe. None of them touch one another so that seemed reasonable. I made 3 or 4 static text boxes with no issues - was able to change size and color on each. However, when I tried to add the next one, it would LOOK like it was going to work, i.e., I could type my text and it looked normal - but when I clicked the move tool, the text was gone. I tried this several times with different combinations but always reached a place where I couldn't add a new static text element. I CAN create a new layer and put the text there, but I'm wondering about best practices. Just seems like if I need to add 15 bits of text, I shouldn't have to create 15 different layers. Am I missing something? Or is this a bug? Designed this way on purpose? There's no animation - I haven't tried turn
Every single time. I simply click "import to stage" then I get the spinnibg beach ball of death and a few minutes later my entire system crashes. I just downloaded Animate this morning. I have no other apps running. I am running Catalina 10.15.7 I fear that I am about to waste a complete days worth of work just trying to find an answer to this.
I've tried the few ways: 1st - using "File -> Export -> Export Image (Legacy)". It gives an "Exception" message in an Output window. No additional details are provided. 2nd - using JSFL Script like: fl.getDocumentDOM().exportSVG('...our path...', true, true); it's just do nothing. No SVG file created but returns true.
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.