Get help using Adobe Animate and creating animations.
Als letztes aktiv
I need help Every version of Flash works and Adobe Animate CC 2020, 2021 and 2022 work aswell but I want to use animate cc 2019 except it crashes on startup I tried using adobe animate 2018 splash screen works but doesn't open same with 2017 and 2016. I can only use flash or the newset versions of animate I used cc cleaner reset prefrences and uninstalled and reinstalled Animate 2019 but no luck I remember one time animate cc 2019 worked but now it doesn't.
Hi!I'm trying to solve this problem for a while. When I activate onion skin, I can't see the previous frame. I'm sure I'm using onion skin correctly because I watched a lot of tutorials to be sure I was doing it well. I just can't see the previous frame, I've tried a lot of solutions but... Nothing. Can you help me please?
So I've been researching this for a long time, couldn't find anything so I'm making the complaint myselfthere's this problem that when I enter a symbol, the background just doesn't lighten up! It's been rathen frustrating to deal with, since I thought it was an animate problem but no! When I tried to enter the symbol in flash cs6, it did the same thing.[I will try to provide screenshots below]at this point I just think it's an option I turn on with a hot key or something, if so, tell me please.
Hello, I want to be able to play an animation if a variable is true. "Checker" is dynamic text for seeing if the var SimpCarbPlay1 is true or false. It works, but what doesn't work is the if statement. That's what I'm really trying to do so when SimpCarbPlay1 is true, it should go to frame 30 and play. var _this=this; this.stop() var SimpCarbPlay1 = "what"; this.checker.text = SimpCarbPlay1; _this.Ybutton.on('click', MakeTrue); _this.Bbutton.on('click', MakeFalse); function MakeTrue() { SimpCarbPlay1 = true; _this.checker.text = SimpCarbPlay1; } function MakeFalse() { SimpCarbPlay1 = false; _this.checker.text = SimpCarbPlay1; } if (SimpCarbPlay1 == true) { _this.gotoAndPlay(30); } thanks for your help.dr
I installed animate a few days ago and the fluid brush tool seems to be the onlytool I can use in real time. Every other tool seems to work but my progress wont show till I select the fluid brush tool. Is there a solution to this?
whenever I try to run the SWF file when the Adobe Animate is closed I get this error message:Adobe Flash Player is too oldPlease update to the latest version to continueit actually got an Update button inside the error message, but if I press that nothing happens.also, I can't download the Flash Player manually as the program is EOL. I have many animations, if I want to check the animation, I have to open the Animate file and checkI couldn't open the SWF because of this issue. can anyone help me? Thanks
When I try to play audio in the timeline, it doesn't work most of the time. When I play it from the very first frame it works, but from anywhere else it's silent. help
Alright so i have been struggling for weeks onthis on my own so time to ak the community!I am using Animatte CC 2022 and am using the HTML5 Canvas to create this small little game demo. In the demo i have a movieClips on stage labled:LanceclopRun ( my charcater who animates and runs around)ANDmovieClip called invisiWall the Blue Box. (object I want the character to Collide with and stop moving in that direction) Here is the code hat makes them move around: var _this = this; /*----------------------------LANCECLOP CHARACTER MOEMENT CODE----------------------------*/ //LANCECLOP CHARACTER MOVEMENT Variables var LEFT = false; //When set to true triggers charcater movement Leftward based on charSpeed var RIGHT = false; //When set to true triggers charcater movement Rightward based on charSpeed var UP = false; //When set to true triggers charcater movement Upward based on charSpeed var DOWN = false; //When set to true triggers charcater movement Downward based on charSpeed
Don't you think it's about time to finally hire some people to actually use Flash/Animate on a daily basis and report back to you how flawed it truly is, despite all the B**SH**t features you push out every year or so? Huh? How about that? Have you tried that? Obviously no. But consider it. You might be surprised at what they say. If you think I'm crazy, then YOU are crazy. You guys are in a Zuckerberg-level bubble and suck HARD. What are my qualifications for saying such harsh things? I dunno, maybe just suffering along with you for the last 20 years. My life goal is to afford Toon Boom. I've heard good things. It can't be worse than whatever you brand your Flash reboot abortion these days.
Hello. I’ve been using adobe for a few months now, but all of a sudden, I think after the most recent update, I noticed that none of my tools were working. However, my fluid brush tool was working. Then as soon as I clicked on the fluid brush tool, everything I did appeared instantly. I clicked on History and everything I was doing was being registered, it just wasn’t showing up. It would only show up after I clicked on the fluid brush tool. I restarted my computer and did everything I could, resetting everything, but it’s just not working. There’s another post about this called ‘Fluid Brush is breaking things’ which has a YouTube video of the exact issue. Please help. Thank you.
Mark Itskowitch made a series of Animate tutorials for this page, but it seems the tutorial about movie clips is missing. I am curious where the tutorial is, as I cannot find it on any tutorial pages. Do any of you know where it is?
Hey all. I need some help.As a lot of us know, the undo hotkey is a staple for creatives, and for me, it's been so much so that I even have an input for Ctrl + Z on my pen.Unfortunately, Animate doesn't seem to like this, and instead always defaults to inputting a right-click instead of the desired undo action.Has anyone else run into this problem?Does anyone have a fix for this?I have tried using both a 2nd Gen Bamboo Ink smart stylus as well as the integrated pen that I use with my Lenovo Yoga 9i. Any help on the subject would be appreciated.
I have an object that acts as a background image with nested animations that I'd like to be responsive to fit the total width of the viewport if the user resizes the browser window while keeping the width and height aspect ratio.I presume this would be done with scaleX and scaleY but I'm not sure how to convert to pixel values and how to scale the width and height while keeping the aspect ratio.
Hi,I made an animation in which I used many bitmaps on which I used classic interpolations (I didn't know it was not recommended).The changes were taking longer and longer to load onto my file until I couldn't even open my file.Now when I try to open my file, "Animate is not responding"; I think it's a computer performance issue.I haven't made any saves throughout the project (I will now) and can't open the file with Animate to reduce it.So my question :Do you have an idea to lighten it without opening it via Animate?I found that we could replace the extension .fla in .rar to see what the file contained (photos 1 and 2) but I cannot manage to remove the interpolations this way nor the bitmaps without corrupting the file.Ps: I set my performance to high, redownload animate, it doesn't change anythingThank You !
I’m trying to scale a background object so it fills the entire width of the browser window responsively. I want the height of the object to maintain its aspect ratio, so its not stretched. I’m using the following code:var page_body = document.getElementsByTagName("body")[0];document.body.style.backgroundColor = lib.properties.color;page_body.style.overflow = "hidden";page_body.style.position = "fixed";function onResize() { var w = root.Wallpaper.nominalBounds.width; var h = root.Wallpaper.nominalBounds.height; if (w / h >= window.innerWidth / window.innerHeight) { &
Buenos días,Intento animar un texto haciendo que desaparezca.Hago una INTERPOLACION DE COLOR y no puedo encontrar el EFECTO DE COLOR para ponerlo en ALFA y luego a 0Alguien sabe cómo se hace ahora en esta ultima versión????Con los demás elementos que no son texto no tengo problema para hacerlo Gracias!!!!
How to use jsfl to lock all layers within a symbol
How do I loop an animation in the time line.
Hello, I'm a begginer animator.. and somewhere along the project i enabled object drawing mode.. but it seems that i can't disable it for some reason. The icon is greyed out no matter what tool i select.Can anyone help me, please?
Hi,When I open a new project in Animate 2022, my tools panel doesn't show anything. Opening it using Windows > Tools just shows a tool panel with nothing in it.I reset the default preferences and restarted the app.What's the trick?
how do i remove a Samsung Harman banner every time my android app is started?
i want to flip an animation (tween) im making to the right side of the page other than the left side, how do i do it? also side question, is there any possible way to move a tween once it has already been tweened? as in all the layers of the tween in one group? could i move it? thank you!!
My audio shows up as flat and doesn't play in Animate CC (Specifically version 22.0.8) and searching the topic on google doesn't give me anything. I know the audio works as shown here.I'm not sure how I fix this as I have little experience with adobe software. I know that the settings I have for the .wav file such as the bitrate and such work with adobe animate becuase I've used the same setting in previous animations.
Hello,I am running into multiple issues with Animate. Everytime that I try to export a SWF it says there is an error (86:1), however, it does output a SWF into the destination folder that plays correctly when I click on it. When I try to bring that SWF into After Effects, it says that file type is not supported so I'm guessing the file is corrupting. I tried bringing the Animate file into AE instead, but then I was getting an error that said the Animate application needed to be installed in order to work (which it was). I'm not sure what is causing the two applications not to communicate. I've tried installing different versions of the application to no avail. When I bring the file onto another computer, the whole process works just fine. Any advice/help is greatly appreciated - TYIA!
Beginner here, I would love to know whether if I create my character in Photoshop where I love to draw and paint ( the brushes are SOOO Good) and then use this as a character in Animate in frame/frame animation or maybe by rigging???Any help would be appreciated. thank you
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.