Get help using Adobe Animate and creating animations.
Recently active
I just started my trail yet the app keeps telling me to start a free trail or buy it. I'm concerned about this because when my trail is over and I purchase it will I be able to even use it? How do I fix this glitch?
Hello, I'm making animated ad banners for a company using an HTML5 canvas in Adobe Animate. I'm looking to do a kind of glitch effect/transition and only know how to do that with After Effects. The final file has to be an HTML5 package. Is there any way to either transfer the finished comp from After Effects, or if that's not possible, is there a tutorial for making a glitch animation with Animate? I can only find tutorials for After Effects, which will not help me if I can't transfer the AE file to Animate. Any help would be appreciated! Thanks
Hello. This is Jude from Shreveport, LA. I'm an 8-year-old, and I have no idea how to get into cs6. Can you help?
Adobe Animate unexpectedly crashes when any file is open and I press the apostrophe (') key in the keyboard by accident. To confirm, I'm refering to the key that usually sits to the right to the semicolon/colon (;/:) key - usually found in this sequence in a full keyboard J K L ; ' . No warning is given, and the program closes without prompting to save the file. I've tested this behaviour with different files and the conditions are usually the same: one file open, it does not matter which tool is being used, one or more presses on the key in the keyboard causes the program to close.
Hi.I trying to make symbol, with Christmas tree. This tree have to move 5 seconds. I changed position of that symbol with deformation tool. This tree has inside some dark elements, so after Classic Tween - parts of my object (filled) disappears.I dont know why. What i do wrong? Thank you.
Hi I'm having this weird issue where logging into my production and test servers from my AIR desktop app works fine, but when running on localhost the php returns itself as a string to the app (it should be returning JSON). The paths are set up ok, as the app's update checker, which runs first, communicates with the server fine. Here's the basics of the AS3 code that has worked fine for years on the production server, adapted for localhost (_uploadObj cotain vars for post): var array:Array = new Array(); array.push(_uploadObj); var request:URLRequest = new URLRequest("http://localhost/login/login.php); request.method = URLRequestMethod.POST; var sendVars:URLVariables = new URLVariables(); sendVars.userData = JSON.stringify(array); sendVars.token = _token; request.data = sendVars; _loader.load(request); _loader.addEventListener(Event.COMPLETE, completeFunc); _uploader._loader.addEventListener(IOErrorEvent.IO_ERROR, displayErrorMessage);I have a trace set up in the f
what is the difference between after effect and animate
Hi Im still a beginner at this and im attempting this code and I was wondering how I would go about accesing a text field inside a movieclip? Any help would be appreciated, plz and thank you.
Hi everyone. I'm making a game wherein the user has to drag the object to its correct position. Please check this screenshot of my game: As you can see, the buttons on the right appear different than its placeholder. I want the placeholder or slot to change appearance when user dropped the correct item like this: Here's my current situation: I use root.s1Slots.visible=false; at the beginning to hide all placeholders/slots. And when the objects match, I hide my button using Pieces1.target.visible = false; Here's what it looks like: https://html5-converted-ready.s3.amazonaws.com/Test/Game+5/Untitled-1.html I'm stuck with making the target placeholder/slot visible. I use root.s1Slots.visible=true; but it shows all the placeholder/slots. I tried s1Slots.target.visible = true; but it doesn't work. @JoãoCésar I learned drag and drop from you and I'm really grateful for your help. I was hoping you could hel
I just started using Animate and I have the newest versions of all programs (2022) I try to export my fla to mp4 but it is not working. I'm currently using a Mac
I happened to save a file I'd been working on and it finished saving. Seconds after it saved, the program crashed and opened that dumb Send Report box (which opens anytime I close the program, anyway). Opened my file again to find all the progress I'd made since I first opened this morning was gone. Which is weird because I MANUALLY SAVED anytime I made any significant changes. Anyway to reverse it?
I have two buttons on a canvas. They are slightly overlapping. When the user clicks on one button, I would like that button to be brought to the top (or in front) of the other button. So, a click on a button should always bring it to the top so the whole button is visible to the user. Thanks for any any help on this!
Please solve the problem quickly and quickly I can't export Adobe Animate files to MP4 format Even old and previously exported files I can't export Tried on two computers and every time the export fails I love Adobe and I am an old customer with you but now I am very upset because my work and projects have stopped I do not know how to contact technical support to help me. I searched your site and only found this email in my messages I hope it doesn't take long to solve the problem Your speaker: Tahir Award-winning film production on Adobe Animate
Hello. I am new to animate and trying to export my first scene. It's around 15 seconds long. I am unable to export as a .MOV or .swf file. When I test my movie in animate there are no issues. When I try to export as a .swf file the progress reaches 50% and crashes the whole program. When I try and export movie through AME, it comes back as an error message every time. Based on some other posts I've found, I tried exporting a simple 1-layer animation and had the same error (shown below). What am I doing wrong? ------------------------------------------------------------- Encoding Time: 00:00:0111/16/2021 02:50:30 PM : Encoding Failed------------------------------------------------------------Export ErrorError compiling movie.Export ErrorError completing render.Writing with exporter: H.264Writing to file: \\?\D:\NMPD Sem1\NMPD Harddrive\Rich Media 1\VIDEOTEST.mp4Writing file type: H264Around timecode: 00:00:00:01 - 00:00:00:08Component: H.264 of type ExporterSelector: 9Error code: 3
Hi, I built an app for android. With many videos. when i test them on debugger, and on an android emulator (blue stacks) on my mac. videos start playing immediately. When i install the app on a viewsonic touch monitor. which is the final device where the app will run. The videos take too long to start playing. Im encoding h264 mp4 videos , via adobe premiere. at 10 Mbps. could this be a hardware issue. Is there a way to have all videos already loaded in memory so they don't have to load each time? I get faster video start if I encode smaller (2 Mbps) but this way the quality of the video decreases too much. Thanks for any advice.
Hi, I'm building a simple menu from an XML file, and I'd like to add links to the menu items. Something like:root.menu_txt.text = "flowers";root.menu_txt.link = "http://www.flowers.com";I didn't find anything with my Google search; I'm hoping the community can help me out!
I would like to know why the adobe animate camera isnt' available on the tools. I made the animation and when i try to zoom it the camera tool wasnt' available. Thank you
I'm having a problem where, when I parent my layers, my child symbols move in a completely wrong direction. I want the whole speaker and the words to move as one unit while the words slide out. This is my first frame:And this is my last (the words slide out from behind the speaker): I have the words set to Tween < Ease In-Out Quart. When I don't parent the layers, the words slide out along their angle just fine. But, when I parent the layers, this is what one of the tweened slides look like: I have no idea why it does that but the words are no where near the speaker. This is what the words look like without parenting: I'm trying to have both the speaker and words move in tandem without interrupting the movement of the words sliding out.
This is driving me insane!! what am i missing!!? why can i not find the answer!? can some please please (pretty please) provide me with a step by step instructions on how to prepare/publish my animate file for google adwords. every time i search for answers they are 5 years out of date!! HELP! where is the guide for this! thank you in advance!!
Does anyone know what is the purpose of adding 'color effect' changes by selecting the keyframe(and not the symbol on the stage) and adding a color effect? The normally black keyframe turns 'white' ? Normally you select the symbol and then select a property however now you can select the keyframe of the symbol and then change the property of 'color'. What results is a little confusing as well.
Hi everybody,I use Animate version 21.0.4 on Mac to publish HTML canvas interactive animation. The animation is published on local server.When I double click on the published folder html from macintosh desktops : no problem. The animation and interactions are correctly displayed.When I double click on the html from Windows desktops (Windows 10) : problem. The animation isn't displayed after the loading icon stops playing. I have a blank page.Anyone has the same issue ?I'm upgrading to Animate version 21.0.9 for new test.Thanks for any help
Hello, so i am working on animate 2020, and sometimes once I am transforming (Q or Ctrl + T) on the active layer, animate takes some underneath layers and write on it, hence some drawings are copying in the same frames of the timeline than my current layer and I always have to cut and delete these extensions.Someone already has this type of problem? thanks!
こんにちは。Animate CCの回転ツールを使用してパーツを回転させたとき、変形ウィンドウを見ると回転ではなく傾斜で回転がかかってしまっていることがあり、後々の作業で支障が出るため、あらかじめ傾斜の数値が0°のまま変わらないようにしたいのですが可能でしょうか?よろしくお願いします。
Hi Adobe folks, I'm trying to get Animate to retrieve the current date. I found this doc from a collegue: https://helpx.adobe.com/ca/animate/using/html-publishing-templates.html But nothing that discussed actual date/time. Is it possible to do this dynamically at all?
Hello,I am wondering is it possible that we can create a shape with mouse then fill color with mouse in canvas. I am not talking inside animateCC app but in exported animatecc canvas file.Thanks
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.