Get help using Adobe Animate and creating animations.
Recently active
Hi All, The latest update of Adobe Animate 21.0.9 is now available for you to download and install. This update has important bug fixes and stability improvements.https://helpx.adobe.com/animate/kb/fixed-issues.html Thanks, Preran
so! I have used animate for a long time and I've used the camera tool a few times but never encountered this problem. I don't really know how to explain it so I have attached the animation that includes the problem. As you can see nothing changes size apart from the characters body and eyes. I added a classic tween to the camera tool so everything zooms out but when I go into the preview display or export it, it gives me this. Someone please help!https://youtu.be/9evdtU5gxJE here is what happens when exporting or previewinghttps://youtu.be/e3MP-mRwxPAhere is what its supposed to look like
Hello everyone, I am trying to convert a project I made in Adobe Animate into a video, but I am having trouble since I get warning output saying that "This movie uses features that are not supported in the Flash Player 32 player". So I cannot convert the file. Please help!
Using photoshop on a new computer and it will not allow me to change"Create Frame Animation" to "Video Animaiton"? how do I get it to switch? I have uploaded a photo like other resources shared and this does not work either.
When a button object is clicked I want a marker to appear over it to identify that is the one that was clicked. This works fine when both objects are in the same MC, but doesn't if they're not.Why not? this.button_01.on("click", function () { f_01(); this.parent.MARKER.x = this.button_01.x; this.parent.MARKER.y = this.button_01.y; });Uncaught TypeError: Cannot read properties of undefined (reading 'x') this.button_01.x; looks well defined, to me. Any suggestions to make this happen? Thanks!
I have auto-recovery enabled and I have been working on a project for hours straight. Without thinking, I just manually closed it without saving. Does this mean there's no way to find that file that is auto-recovering since they're deleted (because it didn't crash etc.)? I tried looking here C:\Users\<username>\AppData\Local\Adobe\Animate CC 2017\en_US\Configuration\ and in other folders and I couldn't find anything 😞 Thanks for the help.
So I have this picture and i want it to spin in a continuous loop 180 grades, like a spinning act. I can't do the format as a gif! can someone help me please?? thank you
i am a bignner so please help me out . How can I make basic animation for YouTube videos?
Hi all! I am picking up animate after 15 years of not using it...sooo a lot to get used to again! I am having an issue with using the bone tool. I have my character talking for a moment, then I wanted the arm to move up, but the arm slowly moves before it hits the key frames and then the intended motion takes place, which is not what I want. I wanted the arm static until I wanted it to move. How can I stop the arm from slowly moving up before I want it to?
Hi! I just created a drag and drop word game using Adobe Animate CC. Everything is working fine, except when there is 2 same letters on 1 word, the letter is only accepted by one slot. So I have to try both letters just to see which one will work on that specific slot. It makes the game frustrating for the user. Here's the link to the game And here is my code: var root = this; var pieces = root.pieces; var slots = root.slots; var restart = root.restart; var winMessage = root.winMessage; var positions = []; root.setup = function() { document.body.style.backgroundColor = lib.properties.color; createjs.Touch.enable(stage); stage.mouseMoveOutside = true; root.drawStart = stage.on("drawstart", root.start, null, true); }; root.start = function(e) { stage.off("drawstart", root.drawStart); winMessage.originalY = winMessage.y; pieces.children.forEach(function(child, index) { positions[index] = {x:child.x, y:child.y}; }); slots.children.forEach(function(child, index
Has anyone else had the problem of their files not showing on the web. I make sure to include all the necessary folders, js files, etc. When I preview the files (Canvas html5) I see them perfectly, but when I upload everything, I see nothing. I've cleared the history, cache, etc. Thanks in advance.
Hello everyone, i have error with my code can anyone help me? discord is possible to var tasopen = false; //tas open pak draadroot.muur1.Tas.addEventListener("click",tasopen);function tasopen(){root.muur1.Tas.removeEventListener("click",tasopen);tasopen = true;} //muiscursorcreatejs.Ticker.addEventListener("tick", handleTick);function handleTick(e){var g2l;g2l = root.globalToLocal(stage.mouseX, stage.mouseY);if(heefthamer == true){root.Hamer.x = g2l.x;root.Hamer.y = g2l.y;}if(heeftsleutel == true){root.Sleutel.x = g2l.x;root.Sleutel.y = g2l.y;}if(tasopen == true){root.muur1.Draad.x = g2l.x;root.muur1.Draad.y = g2l.y;}} i have a error on my console: createjs.min.js:12Uncaught TypeError: h is not a functionat lib.tas.b._dispatchEvent (createjs.min.js:12)at a.b.dispatchEvent (createjs.min.js:12)at lib.Stage.b._dispatchMouseEvent (createjs.min.js:13)at lib.Stage.b._handlePointerUp (createjs.min.js:13)at lib.Stage.b._handleMouseUp (createjs.min.js:13)at f (crea
So I never worked with Animate before, and I am exploring it for some project. Right away I can't open an Illutrator file. Why is that happening? The Illustrator file is 1920x1080 which is the same size file I am trying to open in Animate.
So I'm animating in Adobe Animate and everything looks great until I go to test or export it. The timing gets all messed up and the camera doesn't even go as far as it's supposed to in the scene. It's the only scene I have where the camera moves past some layers into the scene. I've attached both how it looks in Animate along with the exported/test version. Any ideas as to what am I doing wrong?
Hello!I have a project for school where I have to create an animation with audio. I have that finished, but my teacher recommended that I make a playbutton for my animation.I have tried to follow numerous tutorials but the majority of them are outdated and I get errors when I try to follow them.What I want to achieve is a button that I press that starts the animation and then disappears.I already have the button in place but I can't figure out what code to put.Thanks
La llave de apertura { no funciona en la ventana de acciones.
I have a textfile I'd like to use to make Family Feud.Is there anyway to split the text file and turn in into an array?What should I do?
Hey hey! I need help with Animate 2022. I am trying to figure out how, and if I can, dim the frame before? I don't know how else to say it. I have been animating for years, but on a CHILD APP- Flipaclip- and Procreate. So this is completely different, and so much better, than what I am used to. what I am trying to do is when I move to the next frame, I want the past frames to be faded so I can draw over it! Sorry again, I do not know what this is called. Any help is appreciated! Thank you!!!
I've spent two whole days now trying to figure out how load an image from an url into a symbol in Adobe Animate. This might be easy with AS3, I don't know, but I want to stick with HTML5 in order to learn it properly and use it for all future projects. It's impossible to find code sources, they all dvelve into 100 other things making the code unreadable since I don't know JS (yet, I'm learning), or the code snippets are exchanged between programmers assuming additional lines of codes are written that I don't know anything about. No matter what code I copy and try, it doesn't work. The images I want to use are favicons, example: https://www.google.com/s2/u/0/favicons?domain=scmp.com
We have a number of devices that still require flash for their admin consoles. As the devices still perform their primary function, finance isn't interested in paying for new devices with little added benefit. We did have an old machine that had the plugin but the psu blew and cooked the motherboard. Now we are unable to find the harware old enough to run an OS old enough to run a browser old enough to run the plugin. Please help, I'm begging. I'm desperately in need of flash.
Hi there,So I was having a problem with whenever I try to build or test my HTML5 canvas game created with adobe animatethe only thing the browser draws is the gray background (Which is not a layer it is the document background setting). I don't know if its maybe because theres a problem with my script or what but there was this weird thing where the actions symbol layer was not there and I had to take it out of another adobe animate html5 canvas project file (with a copy and paste). Thanks in advance for your help.
Animate exports a .MOV file butafter an Adobe update, it creates a TMP*.mov file which it automatically takes into Media Encoder.I don’t want to encode or compress or change the file, I want the original .MOVIt won’t let me save the .mov exported file to a folder anymore.The TMP version is created in an obscure folder that I can find and I CAN drag it out and rename it but I shouldn’t have to.The “Start Adobe Encoder Render Queue immediately” box is un-ticked. Been banging my head on the desk for an hour now trying to get Adobe to do something that used to take only a few minutes.
Hello,When i export my aniamte file to a mp4 format the audio quality is changed. the Sync opation is Stream and the audio is very well when i paly the timeline. i don not have any audio settings in Publish Setings.any help will be appriciated.thanks
Where is the 3D transformation tool in Animate 2022?
Hi I'm trying to simulte a waterpaint style and lately tried painting my character in Illustrator and then importing and rigging it in animate (using EDAPT Power tools...) The project is only 7 megs, but the vectors seem fairly complicated and I'm wondering if this is causing everything to be very sluggish? I'm wondering if I should convert the vectors into bitmap in animate, or replace them with bitmaps from Illustrator? Or actually paint on paper and scan it and then cut it into symbols?! Or perhaps my document size was/is just too big? It was 2000x3000 (ish) Any advice appreciated! Basically need guidance on general principles for performance etc. John
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.