Get help using Adobe Animate and creating animations.
Recently active
Hi,I'm new to Adobe Animate and just created my first classic tween. The motion is supposed to smoothly go up and down in a straight line, but at the up and down phase of the tween, it glitches slightly. Anyone with a solution?
Hello. I recently made a model and I am trying to export a sprite sheet it, but when I click the model I want to export and create a sprite sheet, it comes out differently than before.For the layer, I used an advanced layer, and I used alpha + overlay to add shadows to the picture.This is what i want to make But when I try to create spritesheet +Previously the frame was 14 frames, but the sprite sheet only has two frames.
Hello, a customer have a file done with Adobe Edge..Can I use and modify this file with Adobe Animate? Thank's a lot, Lele
In Animate v19.2.1, when I try to view the Publishing settings via the File menu, or indeed the File Publish option, all I get is the error response "No valid HTML Templates are available to complete this operation", and no publishing settings dialog appears? What can I do to resolve this to correct this problem?
I've tried to mess with the available presets for export, but nothing seems to quite get at the issue. Original Illustration created in Illustrator and then imported to Animate. SWF file looks great, but had to make a H.264 for Instagram... but the colors are super muted (okay maybe not super, but still off-brand for this client) I'm doing more animations for them and would love to figure this out. Here are two side by sides from two different animations. Original correct on the left screen grabs from the output video file on the right. In looking there seems to be some fixes for Premire Pro with similar issues, but they don't seem to apply here.
Just wondering who at Adobe thinks this is a good way of representing a brush?
Hey gang, i have a weird issue. I made a number of html banners out of one creative. Two out of seven sizes shows as blanks after the export and i can't get why. The rest works just fine. The sizes in questions are 320X50 and 728X90. All banners were made with image assests, published not as a spridesheets. All of them where made in Animate 21.0.2. No action scripts where used, only simple animations. In a browser i can see the html code is loading, but i still see blank page.Please help.
In canvas is it possible to drag a mask around the stage? I'm wanting to drag a magnifying glass to reveal parts of the background image. Dragging the object is no problem, its when I add a "AlphaMaskFilter" I can no longer drag the object. Any ideas or code would be of great help!
What is this white filled frame icons? Why and how to use them in animation? If anyone can please help me. Thank you.
Hello,I'm trying to animate a the createJS blur filter but, so far, without success 😞here is my fla :https://www114.zippyshare.com/v/V5m0z67k/file.htmland this is the bit of code I'm using:var myBlur = new createjs.BlurFilter(25, 25, 1), nb = this.mario_mc_1.nominalBounds; this.mario_mc_1.filters = [myBlur]; this.mario_mc_1.cache(nb.x, nb.y, nb.width, nb.height); this.timeline.addTween(cjs.Tween.get(myBlur).to({blurX:0, blurY:0},25).wait(1));I'm aware that the filter only works on a http server. So I used servez (from greggman).The blur works... But not the animation. As can be seen here:https://banner-testing.neocities.org/Can anybody help me unblur Mario?Cheers
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
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.