Get help using Adobe Animate and creating animations.
Recently active
Hello All-I'm hoping somone can help me. All of my Adobe Animate files are set up for Adobe Animate 2019. Adobe Creative Cloud on my Mac won't let me download this version. Ist there anyone who can provide a download link for this version?
HI. NEED YOUR HELP. THE MOST SIMPLE, I HAVE A BUTTON TO JUMP TO THE NEXT FRAME (NEXT) AND I HAVE A DYNAMIC TEXT (SCORE). THE CODE IN THE FIRST FRAME "index label" IS THIS this.stop(); var _this = this; this.next.on('click', function(){ _this.gotoAndStop('pag1'); }); //I generated the variable "count" to later add var count = 1; this.score.text = count; IN THE SECOND FRAME "pag1 label" I HAVE ONLY THIS this.stop(); this.score.text = count;I JUST WANT IT TO WORK AT CLIP LEVEL, AND ALREADY TRY USING THIS this.count = 1; BUT IT DOESN'T WORK, MAYBE IT'S BECAUSE I DO NOT KNOW WHERE TO PUT IT EXACTLY WHAT SHOULD I PUT IN FRAME 1 SO THAT FRAME 2 STILL HAVE THE SAME VALUE?
Hi,I'm new to Adobe Animate CC. And I want to share my problem with you. I need to create an animation with 2 ^ 20 probabilities. I want to pack my animation and create an animation based on data from the web and mobile platform. If you can give information about how I can do what I said. Do we have to draw all the possibilities while developing animation? Or is it possible to create animation movements in a loop?
Hi, i want to animate the color of a movieclip. I create 2 keyframes. If I change the color of the movieclip on stage in the 2nd keyframe, the color will change in the other key frame as well. How can I avoid this?
I'm working on testing an interactive animation where a spider follows my cursor with a delay and a fly follows my cursor much more closely, to give the illusion that the spider is chasing the fly. However, when I test the animation the spider moves as it should, but the fly stays at a radius far from the cursor without approaching it. I don't know much about coding, but the code I have for the spider and the fly is the same, so I'm not sure why only the spider is acting correctly. Here's the code I'm using: this.addEventListener(Event.ENTER_FRAME, MoveSpider); function MoveSpider(evt:Event):void { var xMouse = root.stage.mouseX; var yMouse = root.stage.mouseY; if(Math.abs(xMouse - Spider.x) < 1) { //if spider is within 1px move to mouse position Spider.x = xMouse; Spider.y = yMouse; } else { //move spider 1/6 of the way to mouse each frame Spider.x -= (Spider.x-xMouse) / 100; Spider.y -= (Spider.y-yMouse) / 100; } } this.addEve
Hey, It seems like this new version isn't working with my computer, and I don't have any other versions I can install. I'm using a 7-day free trial for this, and I'm worried that the issue won't be solved in time to use the trial. I have two real questions: 1. Is there a way to open version 2021? 2. If I can't find out how to open the app without it crashing before the end of the free trial, is there any way I could get an extension? Thanks for the help. Hoping to hear back soon.
When I try to lip sync to audio in Adobe Animate, I cannot find my 12 vimeses. I can only pick one of the twelsve vimeses. How can I fix this problem so that I can pick all the mouth shapes?? PLEASE HELP!!!
Hey all, with the new update I seem to have lost my extensions and can't reinstall them. Anyone else having trouble with this or know how to fix it?I'm on a Windows 10 PC and use ZXPInstaller to install my extensions. They worked fine with all the previous versions of Animate up to this point. Some of the extensions are quite old but they are crucial time savers, like Library Items Renamer and Zero-Transform for symbols.Please let me know if you know how to fix this. Many thanks.
When ever I try to export my animation, it crashes as an while converting it into a swf file. I can't export it as an image sequence because there is audio implement within it. How do I export my aniamtion with the audio.
Is there a problem with Adobe Animate 2021 as it won't load?
I want to trial Flash on my Mac, but I do not have an operating system that supports Flash CC. I do however have the system requirements to run Flash CS6, so I would like to trial CS6 instead. However, I can't find the option on the Adobe website to trial CS6, only the trial for CC. Is the trial for CS6 no longer an option?
i went to bed last night without saving the things i was working on. i think it crashed in the middle of the night somehow. becuase when i woke up it was closed. it said that 3 auto recovery files were detected but there are still some missing things. how do i get them back please help
Hi All, This is probably basic because it's my first attempt - after 2 hours I have a great walk cycle following this the video here: https://www.youtube.com/watch?v=C4_x0SpUJUA I saved the file then realised I wanted the animation to go slower. I decided to space the keyframes out but on opening the .fla file the animation doesn't have the keyframes as they were when I created the animation, only showing them at the end. I'm now not sure how to get back to where I can space them out. Appreciate any help in solving this.
Whenever I try exporting with the adobe animate exporting feature, the video comes out as if it was 30fps, but the audio comes out like it is 24fps, making the video not aligned with the audio. This happens each time the video is exported as a full screen video, such as 1920 x 1080, and 1280 x 720. Is there anyway to fix this?
These files are copied to the Android phone.For local browsing.These files are used for offline browsing.html When the resource is loaded.Pictures, videos, and sounds cannot be displayed.Discover that Android automatically turns the beginning (file:///) of the network address into (content://)This can result in a origin (origin)error.The file could not be read.Who can provide a solution?
I have a question. when I import a sound file in Adobe Animate The volume becomes rally high despite the original being lower
Why are some key frames white dots instead of black or empty?
I haven't used Adobe Animate in the last few years. I installed the app today and I can say that it is unusable on my iMac. Aplication have a significant lag in almost everything. I tryed to google about it and find some "fixes" thant doesnt work. My hardware is iMac 27" 5K 2017, 3.5HGz i5 Quad-Core, 16GB RAM, 2TB SSD, Radeon Pro 575 4GB. Does anyone have any idea how to fix this problem? Thanks in advance!
Continuing on my JSFL journey... i have a layer that contains strokes and fills. When i loop through the layer's contents, it says there's only one element: a single shape. Fine - so it's treating all the artwork like one shape. i'd like to delete the strokes only, and leave the fills.If i select everything, and then manually click the strikethrough stroke in the swatch panel, the strokes all disappear. i thought i could do something similar in JSFL, so i tried this (after selecting everything in the layer):var dom = an.getDocumentDOM();stroke = dom.getCustomStroke("selection");stroke.style = "noStroke";dom.setCustomStroke(stroke);i've tried it with both "selection" and "toolbar" but neither approach works. Is there another/better way to isolate just the strokes on this layer and delete them? Can i detect them by colour, or some other parameter?Thanks!- Ryan
Hi all. Can't move an object using the arrows on the keyboard when all or part of the timeline is selected.
I'm here for some help with a problem with my animation.I made an animation with animate cc in HTML canvas.Let me explain :1- When displaying the text "Chocodrive" you can click on it and it opens a new page.2- I come back to the animation page and click again on the text Chocodrive3- There is a pop-up that opens and opens a certain number of pages to me I don't know where and the problem Thank Jo
I made an animation to HTML5 and copied it to my phone.The file cannot be played.I don't know what's going on.I don't know what the problem is. What I'm doing is clicking switch video files.It can be played in a computer browser.But copying to an Android phone won't play. Help me, I'm very worried I have uploaded my source file. https://drive.google.com/file/d/1xso58WA7MboW3lCxK9kTGvN8ZHNmvm9Z/view?usp=sharing @Preran @kglad @JoãoCésar17023019 @ClayUUID @ankushr40215001
Please remove my google a punt from my adobe.i do not like that.Thank you
If I choose Back type of Easing (In or Out) and then try to edit that Easing one of the point handles is off of the screen.Is there a way to zoom in on the coordinate grid? I wasn't able to figure it out.
Hello. I am currently facing a similar problem as some others on this fourm have had, in which my rounded brushstrokes begin with a straight line. This occurs more often with bigger and faster brushstrokes.(this is less extreme example) Many have reported solving this issue by changing the tablet input to Windows Ink, but this has not had any effect on the issue for me. I have tried both WinTab and Windows Ink settings in animate, enabled and disabled "Use Windows Ink" in Wacom Tablet Properties, and I have manually turned off and on Windows Ink with the Windows 10 Local Group Policy Editor (all showing no difference). I have uninstalled and reinstalled Animate, and restarted my computer as well. Info:Latest version of Animateusing a Cintiq 22HD (latest drivers)Latest version of windows10700k CPURTX 2070s GPU16GB ram Any help on this would be appreciated, thank you.
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.