Get help using Adobe Animate and creating animations.
Recently active
Hey so my animate has been doing this for a while now but never a problem until now someitmes a message will come up saying my fiel has been moved or deleted and then ill have to re save the whole file. I was fine doing this until now where i saved my file and then closed the app and it disappeared
This issue only occurs in Adobe Animate with using dual monitors.I checked my Animate is up to vew version and I followed solution as you said (edit-->Preferences-->Edit Preferences-->Drawing-->Tablet Input-->Windows Ink).It solves mapping issue, but it doesn't work for pen pressure. I couldn't find solution about it. Anyone has solved this issue? Other adobe tools have no problem at all. Plz check pen pressure issue on Animate when using dual monitors
I have 30mb interactive animate cc published html package as below.currently file loading took too much time and it was very on different pc's. (I am thinking because of internet downloading speed on different pc's). I want to show loading progress while loading. i had used default preloaded but its not helping me with my need.below I comeup with an idea how it will look with the help of keyframe animation, but i want to modify with real time loading progress, as current ways showing 0 to 100 progress when refresh, even if data is already downloded. any help will much approciated.my code.this.stop();var a = this;var dg = a.progressbar;intial();function intial(){if(dg.currentFrame == 99){a.progressbar.stop();setTimeout(gotonext, 10);}else{dg.gotoAndStop(dg.currentFrame+1);var prop = dg.currentFrame+1;//instead of currentframe I will need real time loading progress.a.progressbar.txt.text = "Loading 3D object " + Math.round(prop * 1) + "%";setTimeout(loopprogress, 150);// just wanted
On a MacBook Pro 2017. After updating to the latest 2021 last week (20th June) Animate gets stuck on "building workspace". I have tried to command+option+shift when opening and it does not change anything. I tried going back to older versions but it did not help either. I have re-started my computer a number of times. Please help! I need this to wrap up a work project next week.
In Photoshop, I can give my layers tansparent backgrounds, if I choose. Can the same be done in Animate ? I've spent a couple of hours researching this and found nothing that applies to individual layers. I've found articles on "Exporting", but I'm not interested in that.
Hi, im new to adobe animate, and i wanted to do an animation with 7 sprites i made. I really need help, because this thing im making is very important for me: I drew 7 sprites, then i made an screenshot, and now i want It to become an animation in adobe animate, but im totally lost in how to do It, and YouTube tutorials doesnt solve my questions.Can anybody Contact me and tell me pls? Thanks
When I was searching up the internet to see if there's any way to download Adobe flash MX 2004 for free legally I found a post that said this is the official download can anybody help me verify that this link is the official download.
Hello,I am looking for the 12.0.2 update for Flash CS6 Mac version.Going to Help>Updates and installing that way presents me with an error log.So I need to offline update file.Thanks
Hey, I'm working on a project that involves a lot of exporting.Is there a way to export png sequences and mov's from multiple fla's at once?Thanks!
Hello Everyone, i don't know why when i use imported bitmaps or vectors or even when i convert them to symbol, they are not shown in HTML output.. i can see only the scene color, but the things that i draw myself on animate works normally in HTML ,this is the output and this is the errors..
the original symbol, it was also modified, how can i duplicate the interpolations?
hi , i have a FLvplayer to play an intro in first frame of my projecti put a skip button in first frame too for users that dont want to see intro , an when i click on this button i use simple "gotoAndPlay(2);" but i have problem with sound , cause the sound of my video still playing in frame 2 ( after click skip )i try to add "SoundMixer.stopAll();" function to my skip button and this work for stop sound of flvplayback but it cause conflict to my mp3 player in frame 2 ( the script i dont know why this happend ....my video have instance name "intro" and i have intro.addEventListener(Event.COMPLETE, instancecomplete);function instancecomplete(event:Event):void { gotoAndStop(2)}to simply force to gotostop frame 2 after Intro video end ...in other means have two script : 1- Event.COMPLETE to say when intro video end then go to another frame (2) ...2-simple goto script in my skip button on the same frame as intro movie is to say go to another frame (2)the probl
I created these characters in illustrator and i've been have problems when i come to animate it in Animate cc with a classic tween as the parts go do dally, all over the place. As its create in illustrator does it make it more complicated to animate and should i create it in animate??
Hello, I am trying to set the value of a textinput HTML5 component and I am using a document.getElementById('my_textinput') method (of course 'my_textinput' is the instance name).I am getting null from that and I am suspecting that the component is not yet initialized when I am calling the above.Is there any eventListener I can add to the symbol (like onload or oncreatecompletion etc) that can help with this? Thank you
I use a lot of layered symbols in order to make my animations more organized. Today when I opened the file I've been working on part of the animation in a single symbol is missing but everything else isn't. Symbols that were used in that animation are still present in the Library and animation I did outside of that symbol is still there but that symbol is missing animation. Any idea of what could have happened?
Hey! I'm new here, couple days ago i started a project, made art and animations that i assembled today in Adobe Animate. After many hours of work, it was all finished; if you clicked on a character, the timeline with sound played, after cuple seconds the animation ended. On tests it was all working great, but when i published it as a HTML, after opening it just stopped on the first, default frame, and after clicking on the character nothing happened. I got this warning from the concole: "Frame numbers in EaselJS start at 0 instead of 1. For example, this affects gotoAndStop and gotoAndPlay calls". I would be very very very thankful to whoever can solve this, because my Adobe Animate is ending in cuple days, and i am afraid that i won't be able to finish this project.
Hello there,I prepare professional training content. I use videos or png images in my animations. When I add 1000 square png series, the program imports really slow. When the process is completed, it is impossible for me to process it. this is a serious problem.
I have a few pages with different sizes. Whenever I open these pages they become ever so slightly blurry because they resize and scale to fill the viewport. Is there a quick way to get rid of this blurryness? This effect was a lot less and almost not noticable in the old flash variants of these pages. If there's no quick fix for this what causes this to occur so that I can avoid it in the future? Blurry(canvas):Not blurry(flash):Sizes in the swf are only slightly different.
Sir,kgldI find your answers from Adobe forum.I need main movie clip objects hide from sub movie clip. I use multiple movie clip. Main movie clip name (main_mc).from main_mc inside more sub movie clip name have (mc_1, mc_2, mc_3 ,mc-4,mc_5 ,mc_6,mc_7 and mc_8). Movie clip (mc_4 ) inside layer 3 frame 2 to 75 flv embedded.Layer 4 and frame 1 hotspots movie clip have(mc_15) with button symbol. And layer 4 frame 76 another movie clip have (video_mc)mc_15 single click External SWF loaded. mc_15 Double click unload the SWF with call for video_mc.its working but mc_1 ,mc_2 and mc_3 are visible front of the video.How to hide or disable mc_1, mc_2 and mc_3. ThanksSa
Hi everyone,I would be ever so grateful for some advice here. I don't know what I am going to do about my project now and the others I have for my clients.My first question (given the headache I am having with the update) is how to install a previous version of Adobe Animate. Apparently this option used to be in the 'Manage' section and could be turned on in the Preferences ('Show older apps), but it does not appear that Adobe provide those options in the Cloud installer anymore.The actual problem I am having with crashes is below:1. I installed the late 2018 update, and now Adobe Animate is crashing whenever I try to open any of my Adobe Animate project files2. I was using these files for months without issue with the previous version.3. My project work are .fla file types4. I have had the same issue both with my Mac, which has the latest OS Sierra, as well as my friends computer, who has Windows 10.5. We also tried uninstalling Animate on my computer (the Sierra OS Mac), and the copy
The below code is a sample of how I’ve set up my link buttons in my HTML Canvas file.I then publish as a OAM file. Then I insert the OAM into Dreamweaver.Then publish out of Dreamweaver and/or Put up onto the actual server.Originally the _blank were _self (also tried _parent and _top), all of them (_self, _parent and _top) kept erroneously opening in a frame (image below)?Why is it behaving like this, when my old SWF site only used _self it worked perfectly (when Flash is enabled of coarse)._blank is used now only because the others won’t work, but I would like it to behave like it used to, where it would stay on the current window/tab? What am I doing wrong?The files I’m using are available for download below.Thanks._self, _parent and _top causes the urls to load in a separate frame?Sample of my current link setups (originally it was _self😞// 5.2 PRINT submenu button linkthis.nPrint_btn.addEventListener("click", fl_ClickToGoToWebPage0502);function fl_ClickToGoToWebPage05
Here's a Solution:One of the best ways to break out of the frames is as follows:1. You have to add the code...<base target="_parent">....to the HEAD of the page where you are getting the links stuck in frames. (If you don't know how to add content to the HEAD of the particular page where your movie is embedded in WordPress website, visit https://mrvirk.com/how-to-add-code-to-head-tag-in-wordpress.html)2. Next set the code in your adobe animate project to match the example belowthis.MYBUTTON_A.addEventListener("click", fl_ClickToGoToWebPage);function fl_ClickToGoToWebPage() {window.open("WWW.MYWEBSITE.COM/SOME DIRECTORY/YOUR LINK/","_parent");}That's it.Here's a link for a further explanation if you are interested:https://stackoverflow.com/questions/1037839/how-to-force-link-from-iframe-to-be-opened-in-the-parent-window
Hello all!I've been using Adobe Animate for quite a few years now and I remember having this same issue when the 2020 version was first released.Now this may be just a matter of changing some settings I'm not aware of in this version, but the properties panel interface does not resize when I shrink the panel, causing the full range of options to not be accessible. When open at full size so that the sliders and options are fully visible, it's a little too large for comfort. I don't know if this was intended or if it is a bug, but I think it'd be nice if the sliders could change size with the panel, like what already happens with the swatches panel. If there's a setting for that already, I'd also like to know! I already have the UI look set as "Compact" and the preferences set to "Expert user".Apologies if I'm not making the issue too clear, English isn't the language I use for Animate and I'm not sure I'm using the correct technical terms here haha. Here are pictures to show you what I
Hi All,I am trying to access the Camera Colour Effects in Animates. The book (Adobe Classroom in a Book - 2021 release, Chapter 7) says that I have to select a Keyframe in the Camera Layer and choose the Tool tab in the Properties panel. I do this but when I go to Properties, the Tool Option is greyed out.Any ideas?🙂
Hello - new to the support community. I've been a Photoshop and Lightroom user for a few years as a part-time photographer, however, I am a music composer by trade. I just downloaded Animate and would love to learn to use it, but I just don't have the time. I am wondering if there someone here who can refer me to someone, or you yourself would like to work on an animated opera project with me. Music technology I am saavy with, but animation . . . not so much! Looking forward to hearing from someone . . . Timothy MillerComposerhttps://timothymillermusic.com
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.