Get help using Adobe Animate and creating animations.
Als letztes aktiv
I’m working on designing promotional materials for video content in Adobe InDesign, and I need a clean way to format AI-generated subtitles for different layouts. Many video creators use automated subtitle tools, but properly styling and integrating them into a design can be tricky.For example, I recently explored How to Add AI Subtitles in Wink and found that AI-generated captions often require adjustments to improve readability in thumbnails, posters, and transcripts.What’s the best way to format subtitles in InDesign for print or digital media? Are there any built-in features or plugins that help with subtitle styling and layout? Would love to hear some workflow tips!
Hiya, I animated a scene at 12 fps on a computer at college and it was smooth and it worked. However after downloading it from goodle drive onto my perosnal PC the frame rate is at 30 fps and when I bring it back down to 12 it's incredibly slow and no longer lines up with my animatic. I need to solve this ASAP can anyone help?
Hello world, I started creating a file with html5. I started programming and discovered that I need to export it to an exe file. Through it I have a few previous and next buttons and a menu that stays throughout the browsing. It is a task that aims to create an "apparent" website. My problem is with the coding translation.Please help me with the previous next animation.
I converted my pdf file that contain multiple pages into swf file using old tool called swftools now i want to import it into adobe animate 2024 and convert swf file to a video but i see only following in adobe template: where is problem!? i sometimes get action script 1.0 or 2.0 errors! does swftools is problem? is there any better tool than swftools to convert pdf into swf file? i want to convert my pdf file pages into a video using adobe animate
well i know that some adobe member is going to come and say somthing like "thats not our focus right now" an blah blah blah not enough people use linux. what?!?!?!?!????!!! have you seen the chromebook users? those are linux distros. i want linux. unless you just want us to go spend our money somewhere else, i suggest you get your but on it. i swear im about to go get wine just for animate cc. also i heard about cc on ipad. so sad. you guys are gonna forget about linux one day and then merge with microsoft and apple. it will be adoapplsoft. pleeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
For those people who changed to Windows on Arm from x86_64 and need Adobe Apps that dont support ARM, I have a solution that might work for you. What i did was Change the Adobe Installation Folder inside Adobe Creative Cloud on a x86_64 laptop and moved it to a USB, Then i installed Adobe Animate to that folder. afterwards i plugged the USB into my Surface Pro 11 and opened up the folder where Adobe Animate is installed on, and i double clicked the Animate.exe and it auto opened.
its only in old flash is there a alternative to it?
Hi. I've imported a single layer character, applied bones, and within the symbol, created an animation with the bones 77 frames. I've animated the hand to come up towards the characters mouth. The movement works, but his hand disappears a two or three times throughout the animation.What am I misunderstanding, please?
If I make a skeleton with a pin and rotate it,The pin moves little by little.I can't work with animation normally. Steps to reproduce bug:1.Insert a pin to make a skeleton2. Grab the parent skeleton and rotate it Results: Lower pins move little by littleThe picture with the pins in it is slightly distorted Expected results: The skeleton moves normally without distortion.
This is the log from AME encoding, also I can't find the output file:- Source File: /Users/"my name"/Library/Application Support/Adobe/Animate 2024/en_US/Configuration/tmp/TMP0x1f5a83ac01339E35E66BF4C78.mov- Output File: /Users/"my name"/Library/Application Support/Adobe/Animate 2024/en_US/Configuration/ninja skibidi.mp4- Preset Used: Match Source - High bitrate- Video: 1280x720 (1.0), 30 fps, Progressive, 203 (75% HLG, 58% PQ), Hardware Encoding, 00:00:46:10- Audio: AAC, 320 kbps, 48 kHz, Stereo- Bitrate: VBR, 1 pass, Target 10.00 Mbps- Encoding Time: 00:00:0508/16/2024 08:57:58 AM : File Successfully Encoded08/16/2024 08:57:58 AM : Queue StoppedWhere did this file go?
Hello, I am beginner at Adobe Animate. I am searching tutorial for this line goes with the character's head. I have been searching for days. There are tutorials for doing it in After Affects but I couldn't find it for Adobe Animate. How can I find a tutorial for this? Can you please help? Thank you very much in advance.Example video: https://www.youtube.com/shorts/l-CrddsKtic
Hello,how can I add custom commands(jsfl-files) to the commands-menu in animate?Thanks in advance,Dennis
I have a very short animation (48s at 12fps) that i was able to export as a video but cannot export to animated GIF; have tried on two different machines and both machines it just freezes and errors out. On the Mac it pops up a system dialog box saying memory usage is maxed out and that Animate is taking up 42GB of memory (no other programs or applications are open). I have no extensions or plugins running. I have searched this forum and havent found a post like this - do i have some settings incorrect perhaps ? its driving me nuts. I know i can export my video then convert that to a GIF but im trying to limit compression as much as possible as its very vector and text focused. Have tried on a windows microsoft computer as well as a mac. all my updates are up to date. any suggestions are welcomed and thank you in advance .
For some reason, when I try to export my animation, it keeps giving me "unkown error; closing animate" and if I try to export it with the publish button in the corner, it stops at 60% and never goes up! I looked at other posts and somehow the methods of theirs, such as removing the audio or changing the file type failed! The file is 33.3 Megabytes and is about 1 - 2 minutes long. Now I have tried using some websites that convert swf to mp4 but they don't work either.I seriously don't know the issue to this and need some help.
I am trying to animate, but i dont know how to fix where i am in a symbol and the rest of everything isnt transparent as it used too be, like if i got into a symbol everything is transparent expect the drawing im in, how do i fix that..
I keep trying to use the "arrange" setting to place a symbol on top of another but it won't change anything and I don't know what I am doing wrong.
HiIn an HTML5 canvas, I've managed to create an instance of a movie clip (a ball) and I've used the .name property to give it an instance name, but when I try to use that instance name to play the timeline inside that movie clip, it says 'can't find variable' or 'undefined is not an object' if I add root.If I don't name it and just use'ball', when I try ball.play(), it loops through all the different movie clips in the library.What am I doing wrong?var ball = new lib.ball() ball.name = "ball1_mc" ball.scaleX = 0.3 ball.scaleY = 0.3 ball.regX = ball.getBounds().width / 2 ball.regY = ball.getBounds().height ball.x = this.shelfB4_x ball.y = this.shelfB_y this.addChild(ball) ball.on("click", clickBall) function clickBall() { ball1_mc.play() }
When I click on File/Export/Export Video/Media, nothing pop up.
HiI'm trying to find the coordinates for placing a new instance of a movie clip on the stage. When I manually place the movie clip, the coordinates are x = 216, y = 148 - which is what I'd expect.But to get it in approximately the same position on stage with code, I have to change the coordinates. The code I'm using is:var ant = new lib.ant() ant.x = 135 ant.y = 0 ant.scaleX = 0.15 ant.scaleY = 0.15 this.addChild(ant)Why is this? What are the coded coordinates relative to, if not the stage?Presumably the anchor point is the same whether it's placed manually or with code? Could it have anything to do with the fact that the movie clip is scaled?Thanks for any help.
I've tried, Window 10 on a desktop. The help on Adobe for 183 does not show the same or at all. I am now clueless. I use it for fun with digital art. I am 78 yrs old and by no means a computer whiz. I sure need a simple fix, please.GrannieEv
hi, I've read of a few problems with the current version of Aniamte on machines running Sequoia.I see Animate is not in the list of compatilbe apps yet. Is there an inking of when the update might be released?
When I try to import an Mp3 file in animate, it gives me a message it couldn't import, but it works when I try to import other mp3 files.
I'm trying to make my way through the Animate hands-on fireplace tutorial but it's not letting me progress beyond the first step (clicking the next button does nothing). I've tried restarting the tutorial and rebooting the application. Is there perhaps a way to force the tutorial to continue onto the next step? Thanks in advance.
I'm running Adobe Animate 2024 on a Macbook Pro with Ventura OS (13.6.9) and the app keeps crashing. I'm talking dozens of time in a span of a couple hours. I've scoured this community and have tried every suggested solution just short of installing on a clean laptop (but that's the most unreasonable solution and I can't just go grab a new Macbook). Is there ANYTHING left to try? I'm doing the most basic/minimal project and Animate is just crashing constantly. Initially I thought it was related to swatches/strokes, but now I can't even see a pattern. I have assignments due for a class and the most basic tasks are taking me hours because of this issue. HELP. Things I've tried so far:Deleted app AND preferences (when prompted and in my system folder)Started the app while holding command+opt+shift to clear settingsInstalled an older version of Animate (2023) but then I couldn't even create a new doc or anythingBasically if it was suggested in this forum I tried it.I see that a known
I have an animation of a dog walker and I want to have a dynamic curved line as the leash. So no matter how far the dog moves from the walker, the curved leash is being drawn and updated between them. In AS3, I did it like this: leash.graphics.clear(); //define curveleashcurve = 214 + Math.abs(200 - Math.abs(dog.x - walker.x));leash.graphics.lineStyle(3, 0xAF2525); //set start pointleash.graphics.moveTo(leashhandx,leashhandy); //draw curveleash.graphics.curveTo(leashhandx,leashcurve,leashdogx,leashdogy) Can I do something similar in javascript? I'm having trouble figuring out the syntax.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.