Get help using Adobe Animate and creating animations.
Recently active
My drawing tablet works just fine on any other program, but when I enter a new project on adobe animate, it stops functioning. It doesent even move the mouse. Anyone knows how to fix it?
Hello! I just downloaded Adobe Animate 2021 for a simple animation I need.I am not an animator, but I need to make this myself as part of a project, so please bare with me. I want to create an animation of a poligon in which each side has a triangle folded towards the inside. The animation would consist in all of the triangles moving towards the outside in synchrony. I thought this would be simple after I created the first animated triangle. The problem is that I copy-pasted the first layer and when I touch and move the symbol, it just applies to the frame (or group of frames before keyframe). I attach a video: https://youtu.be/Ue4q8A69Nqk I think this post might be related, but I could not find the option of precomposing a layer anywhere:https://community.adobe.com/t5/after-effects-discussions/copy-and-flip-an-animation/m-p/11751134#M159686 Thanks!
Hi there.After the animate 21.0.8 update, I am no longer able to import a WAV file into an FLA. wav Files that worked in the 21.0.7 version are no longer working also.Files were exported as 44,100 Hz, 16 Bit, Stereo, PCM.Seems to happen on my existing projects, or new project files alike. I had to revert my install and unfortunately the preferences i exported didnt reimport either.Anyone else having this issue?
Hello AnyoneI’m out of my depth and would be very grateful for any advice or recommendations.I am trying to convert Shockwave Flash animations that interactively rotate using the arrow keys to HTML5. They have one frame, one sprite and two buttons.Action Scripts are: On (Key Press “<Right>”) {r = r+1; ‘line”._ rotation = r;On (Key Press “<Left>”) {r = r-1; ‘line”._ rotation = r; Frame 1 Do Action r = 0; Creating a video from/by rotating the sprite (click by click) through 360 degrees is not an answer. The video folder is huge relative to the original SWF object and interactivity is lost by using the slider in its track to position the ‘sprite’ - compared to arrow key control.Is there a conversion tool that would work? Adobe Animate CC maybe? or Capitivate? Adobe AIR?What would work? and what would be best if I have to rebuild the animations?J
This has happened to me in the past and I have ignored it a couple of times due to me not finding answers on the internet. Now that I'm more active in animating, it comes to be of a nuisance, so, I decided to find some help from the Adobe community.Problem: "Whenever I Undo an erased line from a drawn line that haves closed gaps and/or passed through more than one line and closed in that group of line's gaps, this closed lines automatically fills in black. When undoing this unwanted filled gaps, the undo takes away a chunk of the sketch (the chunk that was affected by the fill) and won't undo the fill in black that appeared in the first place."I tried restarting my computer (no difference), check if the application was up to date (it is), un-plug and re-plug my graphic tablet; the device is an XP-PEN (no difference). MacBook Pro is up to date, not that the Mac being updated will influence the application's performance. I'm in need of guidance.
I used Adobe Animate 2019. I don't know why Adobe removed brush presets. It looks like this one. I want to select the brush size. Moving from Using the Community (which is about the forums) to the correct forum... ModTo ask in the forum for your program please start at https://community.adobe.com/
whenever I try to open adobe animate I get this screen and it wont load anything and it wont close, anyone know how to fix it.
Почините свой АНИМЭЙТ!!!!!! ОН ГЛЮЧИТ!!!!!
Everytime I try to open Adobe Animate, nothing happens, nothing is loading, nothing is happening, just nothing.
Hey, Ive been working on some backgrounds and noticed that the line tool is really starting to lag. No other tools are, and if i make just a tiny line with the line tool, i can stretch it out as long as I like in any direction without lagging. Is this just me or anyone else having this issue?
Hey anyone reading this , I need some help as to if I can recover my previous file which has been deleted for some reason. I've always had some problems with Adobe Animate in the past and each time I use it for a couple of hours I expect at least one crash to happen for some random reason. But pretty mucha ll the time when it crashes I can open it back up and have my recover save file there and ready to use where I left off. Now comes the current problem. I was using Adobe Animate again today like normal and I get a message the "adobe qutting for unkown reason." So I figure okay I'm used to this. It quits and I lauch adobe animate back up again like I usually do. But now when I go to my recent files instead of having my recover file there like usual, it wasn't there. Then I went to recent files to see if my file was there. I was glad that my file was there but when I clicked it adobe stated this message which I'll attach below. I then began to seach my whole computer for this adobe ani
Hey, So i've posted on this subject since early 2020 and have yet to get an answer. Why does using the "convert lines to fill" delete random lines? I'd like to make a background i'm working on lag less and I figure if its all fill there's less to compute but again, it deletes a good quarter of the lines.
i5 specs: https://ark.intel.com/content/www/us/en/ark/products/196591/intel-core-i5-1035g4-processor-6m-cache-up-to-3-70-ghz.html
I'm doing a project for uni and I'm a beginner to Adobe Animate. I'm trying to create a simple interactive HTML doc. Using buttons to navigate a timeline I create.My problem is the I have chosen to include multiple buttons in order to other parts of the timeline but none of them work upon clicking. My other standalone buttons work just not the multiple.This is the actionscript I used could someone please help and suggest a solution :)) /* Stop at This Frame The timeline will stop/pause at the frame where you insert this code. Can also be used to stop/pause the timeline of movieclips. */ this.stop(); /* Click to Go to Frame and Stop Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie. Can be used on the main timeline or on movie clip timelines. Instructions: 1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked. 2.Frame n
Hello,I have a request for help. Below is a video showing my problem. At the first table, which shows me the number of people, it is converted into spoons etc., but when I get out the number of people, instead of counting 1 .. 2 .. 3 .. 4. 5 .. shows 4, 5. So not consecutively. Does anyone know how I can improve? Sorry if I wrote something inaccurate or unclear - I am deaf. https://we.tl/t-o0atg6dynG - recipe.fla
Hi all, I've tried to add a chart using Chart.JS in my HTML5 Canvas project. The chart does appear for 1-2 seconds but then disappears again. It becomes visible again when you hover the mouse over the area where the chart should be as you can see in the below picture. The chart.js library was loaded via a CDN link under global include and the code that I used for creating the chart on the frame is:var _this = this; this.stop(); MyContainer = new createjs.Container(); stage.addChild(MyContainer); const chartCanvas = document.getElementById("canvas"); const canvasContext = chartCanvas.getContext("2d"); const chartBitmap = new createjs.Bitmap(chartCanvas); var myChart = new Chart(canvasContext, { type: 'bar', data: { labels: ["2015-01", "2015-02", "2015-03", "2015-04", "2015-05", "2015-06", "2015-07", "2015-08", "2015-09", "2015-10", "2015-11", "2015-12"], datasets: [{ label: '# of Tomatoes', data: [12, 19, 3, 5, 2, 3, 20, 3, 5, 6, 2, 1], backgroundC
Animate 2021 does not recognize the original source files for my .an extension which I created in Adobe Edge Animate in 2013. I have dozens of backups. Tried several. I can't find info on that extension in this forum despite many searches. Appreciate your help. Thanks
I am making a custom HTML publishing template. I'm using the Include panel to add 2 js libraires via URL. When I use the $ANIMATE_CC_SCRIPTS variable, they load in this order:<script src="index.js?1630518024271"></script> <script type='text/javascript' src='https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js'></script> <script type='text/javascript' src='https://s0.2mdn.net/ads/studio/cached_libs/gsap_3.5.1_min.js'></script> How can I make it so that index.js loads last? Rearranging the order of in the scripts in the Include panel has no effect. (screenshot)
Hi! I am publishing an animation to be imported into XCode and used on all iPhone devices. Unfortunately when I run it on iPhone devices to test, it has a big white area at the bottom. I have tried changing the height, setting the background color to something other than white (doesnt work stays white) and was wondering if any of you know how to fix this or have ideas on what is going on? Thank you!
Animate Ver 21.0.8嵌入文字,並選擇 "消除動畫鋸齒增加易讀性"會造成文字顯示不正確 (文字無法顯示)
Animatecc exported via AME my animation video in good color except for several contiguous images/shots with color that was opaque from the rest of the H264 video. My Animate timeline images have consistent color values; no opaque images. I troubleshooted and discovered after several hours that I had tried to put 'video slugs' before those same shots by keyframing about twenty frames before each of my images/shots. In those keyframes I selected the rectangle tool and a black color and created a black canvas for the sets of frames. Thinking there was a connection with my problem, I went back to my animation in the timeline and removed them. I exported my animation again via AME and the result was an H264 video with consistent color throughout that matched my timeline animation. What's going on?
Hey, I was wondering if theres a way to export an animation as a PNG sequence while keeping the camera movemtn ive put in. Normally i would add everything to a symbol and do it that way but when you do that you lose the camera. I was wondering if theres a way around this where i can just export the stage as a PNG Sequence Thanks
Animate cc installed in my windows 7 pc and it was working fine until few weeks back. Now it can't access the Adobe license server. I want to know whether Adobe has stopped support for windows 7
I've exported my animation, which has a total of 14 scenes and a few button sequences. I exported it as a SWF movie, however, when I open the file and watch it, I keeps pausing/freezing at the same spot in the animation sequence. I've checked and their is no 'stop();' command there - it is in the middle of the animation btw. I'm not sure what I should do? I'm not sure if it is a file or computer issue. Even when I am in Adobe Animate and I press 'test movie', I will freeze/pause in the same spot halfway through one of the scenes.
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.