Get help using Adobe Animate and creating animations.
Recently active
I urgently need someone's help with this. My project consists of many animated symbols. When I play the animation within Animate, the lip sync is fine. After exporting using the H.264 and Default AME setting, some of lip sync is off, but not throughout, only on some sections. In those sections, I reimported the audio (.wav) and recreated the lip sync frames. Nothing seems to work.
I am using Adobe Animate CC for animation and interactive applications and will upgrade my workstation. I struggle to find info on optimum hardware. I am not interested in general info, instead I am trying to find specific info on Animate CC. So, for example, articles with benchmarks for After Effects are considered irrelevant. Moreover, I am really interested in studying benchmarks, which I cannot find, in order to evaluate the performance in specific actions of the platform. So, for example, I am interested in being able to move clusters of frames including tweens on the timeline and having the resulting timeline appear instantly, if possible. I also want the preview to work flawlessly even on complex animations, so I do not have the need to export video, and hence loose time, just so I can get a good feeling of the real feel and flow of the animation etc. Benchmarks are also needed so I can evaluate the price/performance ratio of my options, so I do not end up investing a lot of mon
Hello! I am King, I'm still kind of new to adobe Animate.My problem is I can't shade no matter how much I try, I really love sashleys shading but I dont know what they does in adobe animate to do it.In their "How I animate" Video at 3:58 while they are shading their animation they have seem to gone in the folder some how, but it also shows the back hair... There was also layer one already in the animation as a camera, so what did They do to be able to get the hair to show up and also be able to use the bucket tool on a diffrent layer?If anyone can find out their technique I would love to know, please and thank you. (Basis if anyone know's their shading technuqie in this video I would love to know.) Sincerly ~ KingExample video: HOW I ANIMATE!! (+Gaomon pd156pro review) - YouTube
Shouldn't Animate also load the file that opened it? Another bug?
There is no supported library, I try to load paho-mqtt.js(Release Eclipse Photon v1.1.0 · eclipse/paho.mqtt.javascript · GitHub), but there are many errors: import flash.filesystem.File; import flash.net.URLLoader; import flash.net.URLRequest; import flash.system.Security; import flash.system.SecurityDomain; // Load Paho MQTT library file var mqttLoader: URLLoader = new URLLoader(); mqttLoader.addEventListener(Event.COMPLETE, onMqttLibLoaded); mqttLoader.load(new URLRequest(File.applicationDirectory.resolvePath("libs/paho-mqtt-min.js").nativePath)); // Callback function when Paho MQTT library is loaded function onMqttLibLoaded(event: Event): void { // Execute Paho MQTT library in a security sandbox Security.allowDomain("*"); Security.allowInsecureDomain("*"); var mqttScript: String = event.target.data; var mqttLoader: Loader = new Loader(); mqttLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onMqttLibReady); } // Callback function when Paho MQTT library is ready
Hi there,I'm very new to the coding side of animate, and am struggling well out of my comfort zone 😄I've made a digital interactive picturebook dummy, with buttons to go forward and back, as well as an interactive turning wheel to demo what the picturebok interactivity would be. When the user gets to the last page (frame), and clicks on the back to the start button, I'd like the user to be able to run through the book again. Currently on the last page I'm using:var _this = this;/*Clicking on the specified symbol instance executes a function.*/_this.nextbutton.on('click', function(){/*Moves the playhead to the specified frame number in the timeline and stops the movie.Can be used on the main timeline or on movie clip timelines.*/_this.gotoAndStop(0);}); And we do go back to the first page, but none of the buttons work any more so we're just stuck on the front cover again.how do I create a loop please?
Hello,I would like to know if you know a way to make a timelapse of a draing made in Animate.The goal is to make a sketchnote video. And to be able to edit it in Animate (with vectors), so no screen recording.I used to try an software called DrawSWF, which allows to draw, and the export as a swf file the timelapse of the drawing. It still works on my old mac, but it's not perfect.Do you know another tool or an other way to do that ?Thanks
I recently upgraded to Animate, and I can't seem to bind the space key in the keyboard shortcuts. Nothing happens when I try pressing the space key to bind it, and using other combinations such as Ctrl+Space don't work either.[Moved from non-technical Forum Lounge to specific Program forum... Mod][Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
My brush tool has this plus symbol over it when I use it, It wasn't there before, might have to do with me resetting my workspace earlier. It's not a big issue at all but it's pretty dirsracting as it's hard to see the brush size under it, does anyone know how to change it?
Any ideas how to make the text box display a background? The font changes but the background doesn't. if (displayedItem === _this.display.text) { textBox.text = `${displayedItem} ${fuelOrder}`; textBox.font = "23px Arial" // THIS WORKS textBox.background=true; textBox.backgroundColor = "#00ff00";Thanks!
Hi all,We're trying to create a simple counter in HTML5, but all I find online is AS3...We need the numbers to go from 10.000 -> 50.000Is it possible?Thanks for your help!
I want to adjust the height of the swf panel by a button in the swf panel plugin, the following code doesn't seem to workhigh200.addEventListener(MouseEvent.CLICK, onBtnClick); function onBtnClick(e:MouseEvent):void { var jsfl:String = new String(); jsfl += "fl.getDocumentDOM().height = 200;"; MMExecute(jsfl); }
How can I hide these pixel icons? Afraid, if I clicked on something wrong >
بخصوص الكود للعبة
When I tried to install Adobe AIR, it worked correctly, however, when I tried to load the .FLA file I needed Adobe AIR for, it yet again said I needed Adobe AIR and closed the .FLA, any help?
I was making mod for Friday Night Funkin then i notice that when I pressed restored, I can still see part of my wallpaper for some reason and it happens all the time. Adobe, Please tell me how to fix this because I don't want this on here all the time when i open Adobe Animate up.
What is the best way to convert swf movies in Animate so that I can put them together in Premier and add sound etc. I sort of don't believe that this has't been sorted by 2023Animate 2023
I have put warp handles on a layer. After i don't see the warp handles on that layer. How do i do so i see the warp handles now?
I want to include external code without importing a custom class in AS3.Is there a way to insert a .txt file in a remote directory into AS3.0 code?Simple example code please.Thank you
Is there a way to modify the size of a graphic without affecting the positioning of the instances? I need to change the size of the graphic, but it always ends up affecting the positioning of the instances in the movie clip. I can even select all the frames and change the size of the instances at once, but it doesn't affect the size of the graphics. I need the modification to be made to them.
Hello community, I have created a very short animation in Animate. When exporting the animation to MP4 there is a frame at the beginning that I do not know how to get rid of. It is not in the animation timeline. I have attached the file. It would be amazing if someone could give me some guidance on how to remove this. Many thanks!
When I change the double quotes in the following code to single quotes, I get an errorbefore changescript = script.replace(/\"/g, "'");after changescript = script.replace(/'/g, '\'');How do I change to single quotes in the correct style
Hello. I'm new and I started with Adobe Animate. I'm following YouTube tutorial and at one point I had to work with Shape Tween. My object started behaving strange so I wanted to use Shape Hints (following the video). My Shape Hints didn't want to attach to object, but I can see that Hints are working beacuse they are green at the end. My object is made out of pen tool same as in the video, but to guy in video it works. IDK what's the problem, I've been searching google for answers, communities and now I'm here (didn't even find answer here).FOUND SOLUTION: Snap to object was turned off while it had to be turned on!
Okay, so for some reason in Adobe Animate, when I use the brush tool on an area where I've already painted, it doesn't let me. Here's a video of what I mean
Hello everyone,I am facing an issue with asynchronous file loading in a Canvas project running on Android devices using the Chrome browser. I have noticed that while on desktop devices and on iOS with Safari, the loads are way fastest, on Android with Chrome, the loads are performed sequentially and slowly.Capture on sequence loading on Android deb toolsI have already tried the following:1. Modified the code to ensure file loading is asynchronous using the CreateJS library.2. Checked developer tools on various browsers and devices to monitor the loading process and confirm whether it was asynchronous or sequential.3. Tried adjusting the timeout for executing the handleComplete function, but it didn't yield good results.4. Checked the CORS policies of the site hosting the project, and it seems to be set up correctly.5. I've tested using Sprite sheets as the best way to speed up the loading time, but to not drain Android Mobile Resources I still have 15 images to load. 6. Different
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.