Get help using Adobe Animate and creating animations.
Recently active
Hello, I come with a question - is there any way to change my language in Animate 2020? I've tried to change my laptop language to ENG and it doesn't work, and I cannot find it anywhere in help or anything. Is it possible to change the language in Animate? How can I do that? I'm okay with reinstalling/anything to get this to work.
So i am trying to figure this out, for some reason when i publish my html5 canvas project, Animate will not make a 24 or 32 bit spritesheet any longer. It will make the 8 Bit one though, when i publish it it says 210 Bitmaps packed successfully into 6 spritesheet(s), but when i check the folder there isnt anything in it and the page fails to display anything. I have tried changing the size of the sprite sheets from 2048x2048 to 4096x4096 to 8192x8192 so not sure what the issue is, any help would be appreciated.thx
So I was dumb enough when learning Dreamweaver in 2003 to use some of their Flash applets in a web site. One simply forces a FONT onto a clients screen (The Banner of Course) on each page, controlled by a template. I have no idea how to accomplish the same thing now that Flash is kaputnik. Any pointers cheerfully accepted!Thanks,David S.
Hi. Iam seeking a fix for the Error code 176, when trying to install CC porducts, namley Animate CC and Illustrator CC. I have tried deleting files, changing permissions on the registry, cleaning the registry and manually trying to upload the software also changing the location of the drive the software is uploded to. My PC (Running Win 10) meets the rec specs but still no joy! I see several people have had the same problem with no concrete solution. Any help would be much appreciated. D
Hi. Im trying to get a chartacter to enter a doorway but to do that i need to erase the part that is going behind the door so that it looks like hes gone in. Ive converted it to frame by frame and made them all bitmaps however i cant erase it and when i do modify>Trace Bitmap It gets rid of alot of the detail on the characters shirt. Is there another way i should be doing this. Thanks
Hi,Last week i was reading some replies that JoaoCésar gave to some other users about navigating the timepline using scroll and this works fine to me:var that = this;this.targetTimeline = this;this.targetTimeline.loop = true;this.targetTimeline.force = 1;this.targetTimeline.friction = 0.7;this.targetTimeline.minFrame = 0; // set the start range value herethis.targetTimeline.maxFrame = this.targetTimeline.totalFrames - 1; // set the end range value herethis.loopClamp = function(value, min, max){if (value < min)return min;if (value > max)return max;return value;};this.clamp = function(value, min, max){if (value < min)return max;if (value > max)return min;return value;};this.onMouseWheel = function (e){e.preventDefault();var evt = window.event || e;var delta = Math.max(-1, Math.min(1, evt.wheelDelta || -evt.detail));that.targetTimeline.speed = delta * that.force;};this.tickHandler = function (e){var clamp = that.targetTimeline.loop ? "loopClamp" : "clamp";that.targetTimeline.s
Hello, I have situation - presently rebuilding the project from AS3 to HTML5 Canvas. I need some advise how can I change color of Movie Clip with code ?Code in AS3:komodamenu1_mc.spalv81_btn.addEventListener(MouseEvent.CLICK,komoda81);function komoda81(event:MouseEvent):void {var myColorTransform:ColorTransform = new ColorTransform()myColorTransform.color = (0xdab396);//RAL 1001komoda1_mc.transform.colorTransform=myColorTransform}The Live flash version: https://bilijardai.lt/sites/default/files/SWF%20failai/Pronto%20Ultra/Bill%20ULTRA%20konstr%202017_1%20OutAS.html
Hello everyone! I am interested in the question, whether it is possible to import brushes from Photoshop in Animate or in the same style as in Photoshop? Animate really lacks raster brushes (
It looks like it's possible to create animated ad banners for Google Ads through Animate. However, it looks like you need to go in to the code and do a few cut/paste job to "make it work". Is there a more straight forward way to simpler create the banner and export/publish the files needed? (zipped or not) This way you can simpler upload it to the valuator to check if it worked? The cut/pasting of codes can be intimating to designers not comfortable with going into the code level. Any suggestions? Is this even possible?
I have a movieClip on my scene with instance name character1.I want to play its internal timeline with this.character1.gotoAndPlay(2);But getting this error TypeError: Error #1010: A term is undefined and has no properties. at animation1_fla::MainTimeline
How do I make globes spinning around in HTML5 canvas.
I like to set the lower side button on my cintiq stylus to Erase, so I can hold it down and erase and then switch back to the brush i'm using when I release the button. This works perfectly fine in Photoshop, but does nothing in Animate. Before you advise me to install the new driver - I have double-checked that my iOS, my Wacom driver, AND my copy of Animate CC 2020 are 100% up-to-date. This is a common issue, I have seen many posts about it, and I'm frustrated by how useless the response has been. How can this be? Clearly this is something a lot of working professionals are experiencing. I have worked for years on television programs made in Adobe Animate, every studio I've worked at uses Wacom Cintiqs. This is not some esoteric, little-used tool. this is the ERASER. It used to work just fine, I don't know what changed. Even trying to use the back-end 'eraser' on the stylus is malfunctioning, it erases all alo
Hi, I was wondering, does Adobe Animatie (and Adobe Flash Pro CS6) still allow the import of *.swft files?
The new UX versions of animate CC are causing bad click-lag / window-lag. Examples of the problem:- When I click on a symbol, there is a small delay before the symbol gets "selected"- When I drag the size of the timeline window, the "dragging" happens at like 2 FPS.- Dragging symbols around the screen, the symbols move at 2 FPS.I'm on a Mac Pro and I use an LG 4k screen as my primary screen. I've noticed that if I make the application window as tiny as possible, these slowness problems get much better. Any advice? This slowness problem is causing big workflow issues for me - feels like I'm working through molasses. Thanks,
I have recently been animating more and was told by a few elites that it is better to create a Character in Illustrator than in animate, he didint exactly list why but he seemed very strong about it. ive only mesed with it for about half an hour but it seems that it would be much much easier in animate. Am I missing somthing or is it just personal prefrence?
Hello,I have a function, addAircraft. In that function, a graphic is added to an array object, and that object has an addEventListener "click" event that goes to a sub-function, selected. When the object is clicked, the selected function is triggered, doing a bunch of code.This process works on desktop machines, but it does not work on the iPad. On the iPad, when I tap the object, nothing happens.I am using createjs.Touch.enable(stage); at the top. Does anyone have an idea why the selected sub-function works on a Desktop, but not iPad or touch devices?createjs.Touch.enable(stage); // ...a bunch of code ... function addAircraft(aircraftFilename) { // --- Load external aircraft graphic, put it into an array object, and add it to the stage var imageLoader = new createjs.LoadQueue(false, null, true); imageLoader.loadManifest([{id:"loadID", src:imagesPath + "/" + aircraftFilename+".svg", type:"image"}]); imageLoader.addEventListener("complete", loadComple
how to pause and resume app when clicking home button in AS3 ? please help!
hi i'm sure i've done somthing wrong, i have drawn a pirate in animate when i was zooming in to colour it animate started to not respond every time i did anything be it, brush strokes, line work,, but it would come back after a few seconds so i pushed on when i finished and selected it all to move it crashed now i cant move it at all if i convert it to a bitmap i can move it fine but i dont want to make it blurry is the a fix for this i am very new to animate and feel i'm missing somthing obvious
Hi, I have a .fla animate file created in Adobe Animate and when I try to export as SWF it causes Animate to crash. Steps I follow: File-->Export-->Export Video/Media...-->the loading progress bar shows and reaches 100%, then immediately Adobe Animate crashesAnimate Version: 20.0.2 Version 22168The file I am attempting to export is ActionScript, 514 MB, 15-min animated cartoon (sharing file here https://adobe.ly/3epGdFz) In researching I have come across various hypothesis:a) having symbols that contain animation within-the-symbol causes failureb) mp3 music files cause failure Any other suggestions or advice welcome! Jim
Hi, I have a problem with installation of extension for Adobe Animate CC 20.0 on MacOS High Sierra 10.13. I want to install AMPHTML extension but after successful installation I cannot create new project with usage of AMPHTML, I have only download option. I tried Adobe Exchange option to install package but it simply don't work. I also tried to install this extension with Anastasiy's Extension Manager and ExManCmd. Both programs successfully installed plugin but I still cannot see option to create project based on AMP, only download is available. Anybody know if there's any way to make this work? I will be grateful for any help you can provide!
Is there a way to edit audio in an adobe animate html5 canvas, like you can in an action script 3 file? If not, how can I accomplish this?
איך רואים חלוניות קטנות בצד
Hi, when I'm using the eraser tool to erase a part of paint brush line in adobe animate .. practically it divides the brush line into two pieces considering that I'm using (width profile 1) as a brush line.... how can I treat those lines as if it was like a rasterized layer in photoshop?
I have multiple symbols on the stage and each has a different stroke size so they look inconsistent. Is there a way to give all of the symbols the same stroke size in one place? Otherwise, I think I would have to manually change every frame of every symbol.
When exporting an Animate file as an animated gif, is there a setting needed to ensure that the movie clip is added to the gif? When exporting using the settings below, the gif plays all animation except the movie clip part. GIF settings are:Format: GIFDimensions: 720w x 300hSize: 22.41MSettings: Selective, 256 Colors, No Dither, 215 frames, Transparency off, No Transparency Dither, Non-Interlaced, 0% Web SnapThank you,Andrea
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.