Get help using Adobe Animate and creating animations.
Recently active
I have inserted a compnent into my animate html5 canvas document. When I yest it on my computer it opens the browser and works perfectly. But when I publish it to the server and try to view the html page on-line a white and empty webpage appears. Any idea as to why this happens or how to correct it? It pretty much makes the use of the components useless.
evry time i hit the play button (enter) on the time line and stop it and then hit Home to go to Frame one it sends me to a Symbol window ?
Hey guys!I have a button on screen that I want to be able to tap and play an audio as many times as I want when on the screen. But after moving to the next frame I want to remove that previous audio buttons event listener. But I'm unable to do this.This is my code:var root = this; root.stop(); root.btnPlay.addEventListener("click", playSound);root.btnBack.addEventListener("click", goBack);root.btnNext.addEventListener("click", goNext); function playSound() {root.btnPlay.removeEventListener("click", playSound);createjs.Sound.play("letterA")} function goBack() {root.btnBack.removeEventListener("click", goBack);root.gotoAndStop();} function goNext() {root.btnNext.removeEventListener("click", goNext);root.gotoAndStop(1);}The code the way it is, it only lets me play the audio once. To be able to play it as much as I want I need to delete the removeEventListener but then the event will persist.Is there a way to remove ALL event listeners when moving to the next frame
Where can i found An ebook to learn using adobe animate, most of all the part of HTML 5 canvas?I have many problems with css with radio button and checkbox...
Hi,I got this error recently where the animation won't start to due to a stack limit breached. This only occurs on Google Chrome. I have browser tested it on all major browsers such as Safari, IE, Firefox and Edge. Everything seemed fine.Source codefunction init() { canvas = document.getElementById("verticalSlideshow"); anim_container = document.getElementById("vertical_container"); dom_overlay_container = document.getElementById("vertical_overlay_container"); images = images||{}; ss = ss||{}; var loader = new createjs.LoadQueue(false); loader.addEventListener("fileload", handleFileLoad); loader.addEventListener("complete", handleComplete); loader.loadManifest(lib.properties.manifest);}function handleFileLoad(evt) { if (evt.item.type == "image") { images[evt.item.id] = evt.result; } }function handleComplete(evt) { //This function is always called, irrespective of the content. You can use the variable "stage
Hello, so I recently installed Adobe Animate CC 2020 because I decided to start drawing or animating, but... There is a thing I still can't resolve I'm making a replica of this, I did a new layer, remade the lines, but when I want to fill the inside with colors, NOTHING, it won't fill inside I even tried to copypaste it on another project file and try to fill it, STILL NOTHINGI tried to find on the solution on the internet and I saw that "Object drawing mode" thing, and I don't seem to have it.Can we just help me, that makes me so maaaad lol
hello my animate is stuck in the bottom of the screen , i tried uninstalling it and the same thing happens , i cant close the app have to force close. anyone have any solution for this? thank you
number 10: it is piece of sh&t bc it doesnt even worknumber 9: it is piece of sh&t bc it doesnt even worknumber 8: it is piece of sh&t bc it doesnt even worknumber 7: it is piece of sh&t bc it doesnt even worknumber 6: it is piece of sh&t bc it doesnt even worknumber 5: it is piece of sh&t bc it doesnt even worknumber 4: it is piece of sh&t bc it doesnt even worknumber 3: it is piece of sh&t bc it doesnt even worknumber 2: it is piece of sh&t bc it doesnt even worknumber 1: it will ban me for truth
I'm wondering if there is any way to retain the stroke size using the pencil tool and zooming in with the camera? I have the scaling set to none, but when I zoom in with the camera the line thickness changes. This does not look good at all. The line looks super thick when I’m far away from my character, and super thin when I’m close. I don’t want to use the brush-tool because I don’t want my line to be a fill, I want it to be a stroke. Is there any way to do this?
Hi,I've always been an avid flash user and stopped working on flash related content after CS6 because my job changed.Recently we had to go back into making HTML5 banners and we first made a bunch of banners in google web designer, but then quickly noticed this didn't give us the creative freedom we would like so we booted up Animate again to give it a spin.However we came across a couple of issues that kind of baffle me. This software is focussed on animation, however there seem to be some quirks / bugs that make some simple stuff unnecessarily difficult.I have attached 2 examples of strange behaviour.1) (See video Bug1) If you have a MovieClip that has a MotionTween attached to it, when you scale the object to 200% and then later make a new motion with that object and only move the object up and down, you can see that the pivot point changes. I found that if i round the pixel values of the MovieClip this bug goes away, but still its very annoying.2) (See image Bug2) We initially tried
Hello all,Im working on creating some banner ads using Animate CC 2017 and publishing with canvas for HTML5.Ive managed to add a drop shadow to a movie clip that has static text inside. Im animating said movie clip by scale and opacity over time.The drop shadow that I have applied to the text movie clip has the opacity/"strength" set to 20%. When previewing within adobe animate the drop shadow renders correctly, but upon publishing the banner, the drop shadow is 100% opacity black.My question is; is this a limitation of the drop shadow filter with HTML5, or is this an error (user or otherwise)?Any help is greatly appreciated.thanks!
So I tried exporting a video which has camera movement in it and a error show up saying "ERROR initializing java runtime environment. you may need to reinstall flash" I don't know what that exactly means so I just clicked okay and it return to exporting the Swf. When I tried to export to mp4, I realize the camera movement was not exported so I tried again and it show the Error again and I need help, this animation is exactly the first time i use the camera movement so I don't exactly know what the Error is talking about but it is connected with the camera movement not being exported because all my other animations that don't have cam movement exported just fine and without the error showing up. Lowkey help, I'm about to lose all my sanity to this one animation
It has an error when on an application.
My daughter wants Premiere Pro CS6 so she can create animation. Reference this video (Animation in Photoshop Step-by-Step: #1 Setup, Sketching and Lining - YouTube )She states that she cannot do the same think in Pr CC. Is this true or has she just not done enough research?Thank you for your help.
I know that the chances of anybody helping me with this software glitch is the same as winning the lottery. But I am desperate, And do not know what else to do? So here I go... For a long time now, I have been using Adobe Flash Professional, Creative suite 5.5 as my primary animation program. And I have been using a VisTablet, Drawing tablet, to make my illustrations into animation. Also, I am using an HP Pavilion laptop with a secondary HP monitor on its side. The laptop is equipped with a touchscreen display as it's monitor. Two monitors for horizontal and vertical viewing. I've been using my tablet with my secondary monitor throughout the year 2017.Starting in December 2017, I have encountered an interface problem. Whenever I try to draw a simple vertical line in adobe flash with any tool, The curser disappears and the whole stage moves around. And when the side scroll bar hits its sides, The whole program window moves a little bit to the corresponding side. I can no longer draw ver
Hi.I need to display an image from an external url. For example, if I click on component 1, I get the image of component 1 and if I then click on component 2, it changes the source of the image and shows the image of component 2.I'm fetching the info from a database and I can load all the texts without problem when I change the component, but I don't know what to do with the image.Thank you very much in advance for the collaboration.
Hi All, The latest update of Adobe Animate 21.0.7 is now available for you to download and install. This update contains important functional, security and stability improvements. Learn more about the update athttps://helpx.adobe.com/animate/kb/fixed-issues.html Thanks, Preran
So I have an asset, a block, I turn that block into a symbol I place the block to the left of the screen at frame oneI then go to frame 5 and place the block to the right of the screen. A frame is not created Ok start again.So I have an asset, a block, I turn that block into a symbol I place the block to the left of the screen at frame oneTHIS time I create a key frame at frame 5 and on that frame move the block to the right. The only result is that the block is duplicated (i'll call the new block block B and the first block on frame 1 block A). If I delete block A on frame 5, it is deleted throughout the animation and no longer appears on frame 1. Why is it doing this? I just want a simple animation of a block moving across the screen yet it wont let me animate the asset, it just duplicates it. Any ideas?
Hello,I have a Wacom Cintiq 24 DTK-2420 as my second display. When I try to use Adobe Animate, the mouse is out of sync. This is incredibly frustrating. Edit > Preferences > Drawing > Tablet Input is set to 'Windows Ink.' Please help. Thank you. Specs:Adobe Animate Version 21.0.7, Build 42652Window 10 Pro Version 10.0.19042 Build 19042NVIDIA GeForce RTX 3090RAM: 128 GBDriver: 471.68 Studio Driver
Hi,I just recently started using Animate, and have created a short animation that I want to use on my company's website. The purpose of the animation is to show the structual benefits (in a very simplified form) of using an integration platform as opposed to having many point-to-point connections between applications in your IT environment. I would really appreciate some feedback on the animation, along with some tips on how to make it a bit more lively or "professional looking". I have also encountered some technical issues - for example, I have struggled with the color of the ERP symbol - I just cannot make the color transition smoothly from red to white/transparent. Not sure if it is ok to post this kind of broad enquiry on the forum - if that's the case please point me in the right direction. Thanks!
The top one is a static text box and the bottom is a dynamic text box. In the fla the text is the same but as html the second one (Dynamic) becomes this weird combination of characters. Is there any way to fix this and why does this happen?
Hi everyone, I've created an animation for a website in Animate. I publish the animation using the JS/HTML option and then open the final file in a web browser, the dimensions are wrong and it's cutting half of the animation off. See Screenshot below. Screenshot 1 - Full Animation in Adobe AnimateScreenshot 2 - Publish settingsScreenshot 3 - Document Size settingsScreenshot 4 - Appearance after published in a web browserDoes anyone know why this is happening, I feel like tearing my hair out with this. Thank you in advanceAnthony
I have worked on my project for a while. I have opened branches for every new feature on the project.I decided to merge all my work from the other branches to the master.Now when I run the master branch a large part of my project won't play the audio. I checked the console and saw this:I have tried reverting the merge with no luck.Can anyone give me some insight to this?
My eng not very well sorry.In Windows Chrome browser, "createjs.Touch.enable(stage)" touch not working, my Animate project was working in touch monitors or laptops, after new update in chrome browser it is not working anymore. Didn't the createjs library fix this? How to fix this problem?
Hi!This is probably very basic... but...in as3 (air for desktop) is there a way of, inside a movieclip, use the same code (goto1) , for the exactly sabe button along different keyframes without need to repeat the code several times?I am able to do it if I start in frame 1, but not if I star it in frame 2. Thank you all
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.