Get help using Adobe Animate and creating animations.
Recently active
How is it that there still seems to be no "go to" place for basic Adobe Animate HTML5 button codes? This is outrageous! I need to create a basic button that toggles between play and pause, and the only thing that comes up in a google search is ONE response, which doesn't work. Can anyone direct me to an online source for this information, or simply post a solution? Moved 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/
In adobe viewer mode i will trying to disabled PrintScreen and for disabling i am using this code but this not work See below:- <script type="text/javascript"> document.addEventListener("keypress", function(){ if ( e.key == 'PrintScreen' || e.key == 44 || e.key == 45) { navigator.clipboard.writeText(''); } }); </script>So, please tell me how i am able to disabled PrintScreen or fn + PrintScreen
Hi there, Could someone please tell me what I am doing wrong? I am trying to copy and paste my first frame and place it at the end of my animation span. So my animation returns back to its orginal pose after other poses. When I paste, it creates a new animation span, which is not what I am after. Appreciate some help. Thank you.
Hello, I am new in animate and I have a problem, they are due to drops in fps, I usually animate with 30 fps, but when I play the animation it lowers me to 11 or 15, I do not know if there are any problems, and I would appreciate your answers.
Each time i use animate my pen strokes shift to the right after i lift my pen or use my mouse, ive fiddled with the snapping and smoothing settings and nothing seems to fix it. Why are my lines shifting to the right? I have also noticed that it happens the further right of the screen i work (so the left side is fine). Also this problem only happens on animate it doesnt happen on PS.
Hi all,I am disappointed with the very few javascript code snippets offered in Adobe Animate.Can someone point me to where I can find more snippets for timeline interactivity?Particularly after the code for1. on click go to next frame2. on click go to previous frame3. on click play4. on click stopI know they are very basic snippets but could someone help me out please.thanks,George.
Hi there, I have followed the following intructions: Saving Art to Asset Panel in Animate (from Animate: Class Room in Book - 2021). It is not working for me and I have tried sever al times. Is there an issue with this?
Hello All, I am really struggling at the moment with an HTML5 project in Animate 2021. I cannot get ANY of my MouseOver or MouseOut events to work. My timeline is playing fine and the project stops on the slide I indicated and the eyes01 movie symbol is not visible, however that is where the successes end. I need the movieclip eyes01 to appear when you hover over Topic1 then disappear when your mouse leaves Topic1. I have eyes01 on a layer above the buttons if that makes any difference whatsoever. I have tried making images come up when you hover over Topic1, tried to get it to gotoAndPlay a different frame when you hover, absolutely NONE of them work. Grrr... Here is my code, PLEASE HELP!this.stop();this.eyes01.visible=false;var frequency = 9;stage.enableMouseOver(frequency);this.Topic1.addEventListener("mouseover", fl_MouseOverHandler_6.bind(this));function fl_MouseOverHandler_6(){this.eyes01.visible=true;}var frequency = 9;stage.enableMouseOver(frequency);
Hallo,mit der Pipette kann ich nur Farben anwählen, die nicht abgeschlossen sind. Auch kann ich keine Farben anwählen, die in einem anderem als dem aktuellen Symbol liegen.Konkretes Bsp: ich arbeite im Kopf einer Figur und brauche die Hautfarbe der Hand, die in einem Handsymbol liegt. Dann muss ich mich erst in das Handsymbol klicken, die Hautfarbenebene aufschließen und kann dann erst die Farbe wählen. Dann wieder zurück zum Kopfsymbol klicken - weiterarbeiten.
Hi, This may have been asked and answered before, but I'm still not quite clear on how this works! I made dynamic text in Adobe Animate HTML5 document. It's a small interactive I am publishing to a Brightsign media player. The Brightsign media player is an offline device that will never get an internet connection. I was able to get my website to work on the player, but my fonts are not showing up. I'm guessing because the player is offline and cannot get them from Adobe servers? Is that how it works? The embed icon in Adobe Animate greyed out too. Am I able to embed Adobe fonts? Thanks very much in advance!!
Hello, i have one pretty heavy project i am working on. I have to play back 4 movies that are produced with 8k resolution. I thought it would be best if i import them as image-sequences as i have to send comands on exact frames while playing back. What would be best practice and what do i have to take care of? Thanks!Pete
Hello all, I designed a small animation on adobe animate that I would like to broadcast in advertising mode on facebook and instagram.It is 100% vector. The dimensions of the original file are 2160x2160px. Or 1080x1080px. I have tested both and the result does not change. In both cases :. in .fla the quality is nickel. The export in mp4 video via Media Encoder is also nickel.. but when i import it into ad manager on facebook, the quality is about good on iphones and ipad and degraded - and even bad - on computer screens ... 😞 However, the video has all the qualities required for Facebook:Settings in 2160x2160: H.264 compression, square pixels, 2160x2160, IPS: 30, 9.6MB, bit rate: 4.60Mbit / sSettings at 1080x1080: H.264 compression, square pixels, 1080x1080, IPS: 30, 4.6MB, bit rate: 2.9Mbit / s Is there something to do in particular so that an animation on adobe animate transformed into mp4 video is displayed nickel on Facebook in desktop mode? Thank y
PLEASE KINDLY SHOW ME HOW TO FIX IT BY TYPING IT OUT. I AM NEW TO ADOBE ANIMATE.
I can't get the solution for my project. please help and explain to me which part needs to change. the due date for my project tomorrow.
I need a little help. I'm making a game, and everything works fine except for the fact that I have 2 errors, one that doesn't bother me as I can still use the button, but the other one won't let me use the button.Error:TypeError: Error #1009: Cannot access a property or method of a null object reference. at Untitled_2_fla::MainTimeline/frame2()[Untitled_2_fla.MainTimeline::frame2:207] at flash.display::MovieClip/gotoAndStop() at Untitled_2_fla::MainTimeline/PlayBtn()[Untitled_2_fla.MainTimeline::frame1:13] //Magyx Placement RedAtk.addEventListener(MouseEvent.CLICK, RedAttack); function RedAttack(Event:MouseEvent):void { gotoAndStop(19) } That's where Frane2:207 is, I don't see anything wrong with it, considering all my other ones are the same nextBlueAtk.addEventListener(MouseEvent.CLICK, NWA); function NWA(Event:MouseEvent):void { gotoAndStop(23) } nextGreyAtk.addEventListener(MouseEven
Is it possible to parent a layer that is inside a symbol, with another symbol that is in the main scene? For example for some pupils that are inside the eye symbol, control them from a controller in the main scene.
Hello, im having trouble with my code. It keeps giving me 1084: Syntax error: expecting right brace before end of program. Can someone help find out what is the issue in my code. Here's my code: import flash.utils.Timer();import flash.display.MovieClip();import flash.text.TextField();import flash.events.MouseEvent();import flash.events.TimerEvent();var clockFace: MovieClip;var timeDisplay: TextField;var ticker: Timer = new Timer(250);clockFace.addEventListener(MouseEvent.MOUSE_OVER, showDigital);clockFace.addEventListener(MouseEvent.MOUSE_OUT, hideDigital);ticker.addEventListener(TimerEvent.TIMER, onTick);ticker.start();function onTick(e: TimerEvent): void {var currentTime: Date = new Date();var seconds: uint = currentTime.getSeconds();var minutes: uint = currentTime.getMinutes();var hours: uint = currentTime.getHours();clockFace.secondHand.rotation = 360 + (seconds * 6);clockFace.minuteHand.rotation = 360 + (minutes * 6);clockFace.hourHand.rotation = 360 + (hours
Hi, Ik ben momenteel bezig met het maken van een interactief verhaal, maar ik heb een probleem. Wanneer ik op een button in scene 10 klik en daarmee naar scene 11 wil navigeren, weergeeft Animate de volgende fout: ArgumentError: Error #2108: Scene Scene 11 was not found.at flash.display::MovieClip/gotoAndPlay()at Loverboy_AnneKok_617249versie10_Scene10_fla::MainTimeline/fl_ClickToGoToScene_11() Scene 11 bestaat wel degelijk, dus ik begrijp niet goed waar het fout gaat. Kan iemand mij helpen?
So i was working on a game mod, after i saved the file my pc got a BSOD and i had to restart it I tried to changin the file to a .zip and .rar bit it stil hasn't worked i turned it on .txt to see the code and it was blank, can someone help me? im gonna upload the file if someone wants to fix ithttps://www.mediafire.com/file/gssnl718f5fmsw0/Mom_HAIR_BLOWING_Assets.fla/filei still have a lot of screenshots from the animations so it wont be so hard to remade it from scrt
I have a problem with the latest version of Adobe Animate, and i have a project due next week, the problem is that after a while i have the program on it just freezes and i have to use task master to put it down.I've tried everything, please can anyone help? I'm desperate
Hi,Since upgrading to Animate CC 2018 I have found that no matter what complexity my project is, timeline play back lags really badly. I have to publish my work to get any sense of timing, which for an animation tool is incredible inefficient. I also have Flash CS6 installed on my computer, and the same files do not lag when played on the timeline. I am tempted to go back to CS6 for the sake of efficiency, however this is obviously not the solution.I am using an iMac (Retina 5K, 27-inch, 2017), 3.5 GHz Intel Core i5, 16 GB 2400 MHz DDR4. Coincidentally, I upgraded my computer AND Animate CC at the same time. But I have to assume it is the software, not the computer, given that Flash CS6 performs just fine. FYI, unlike another similar post, I am not using any tapered line work etc. Just super simple animation struggles.Any help would be great, it's really driving me nuts!Amy
When I export my work from Animate (21.0.6) it is show only blank white screeneven I do Test / Test Movie it also show only blank white screen How do i fix this issue? PS, Anyway this project I was published a month ago but everything is fine but today I update something in project and when I export it show only blank screen
I am using HTML5 Canvas/Createjs for this project. Hello all, I have an graphic on a topmost layer and one on a very bottom layer. I want to somehow merge these together into a single, draggable movieclip while still keeping them on their respective layers so that the image on the bottom layer will stay behind other layers while the one on the top layer will stay in front of everything else. Is this possible? When I tried merging layers using the "Convert Layers to Symbol" option, it just merged everything together on the topmost layer and didn't keep the layer order.I was trying to create two separate movieclips on the top and bottom layers and put those into a draggable container, but I'm running into some trouble with getting that to work also.Here's what I have so far with the movieclip on the top layer being named "top" and the one on the bottom layer being named "bottom." Both movieclips are already placed on the stage on their respective layers. I'm very new to createj
So I just started using animate for the first time again in a few years, and I am sure that there is a solution here somewhere but I just couldn't find it. I am currently working on a test / project and I am having a weird issue where the work space isn't correctly representing the size of the output. When running the test movie, It shows strokes and objects that are only just clipping outside the edge of the project and It is confusing me beyond belief. I have stripped the project quite a lot to try to figure it out. As you can see in the picture below (even tho its a little hard to notice) there are white and messy strokes on the outsides of left and right but not the top and bottom. Any help would be greatly appreciated!
I tried everything to make it selectable. Are there other solution?
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.