Get help using Adobe Animate and creating animations.
Recently active
I made a stickman face on paint.net and photoshop. but when I import it to animate it get terrible resolution, my low oppacity layers are all pixelated and have white all around and this happend to all images. I really need help. can someone help me
Hello guys, hope you all are well.I got a question, I have to convert the function bellow from ActionScript into JavaScript function, the problem is I have no idea in JS a function like "currentFrame" to get the frame in what I am.any idea how to do it? I have checked already this page, but doesn't say anything about it.Sorry if this question is so so noob, but this my first time working witn ActionScript btSubmit40.addEventListener(MouseEvent.CLICK,function(e:MouseEvent):void{ if (mcArea1.currentFrame == 2 && mcArea2.currentFrame == 2) { gotoAndStop("S3"); } else if (mcArea1.currentFrame == 1 && mcArea2.currentFrame == 1) { mcNoselect1.visible=true; } else if (mcArea1.currentFrame == 2 && mcArea2.currentFrame == 1 || mcArea1.currentFrame == 1 
After publishing in Animate, when I view the HTML file in the Browsers, Chrome, just the Dynamic type is not picking up the custom font? All the rest of the Static type is fine. Though it's all the same custom font. Same fonts for the Headings and for the Dynamic text.Any idea?
Windows 10Acer Ntiro5's screen= adobe animate works fine and menu bar works fine Huion Kamvas 13pro-when hovering mouse over menubar (top menu) with mouse, each time i hover my mouse over to the left side, the menu automatically jumps to the right side.-this only happens while animate is open on Huion Screen-All scaling and resolution size tested. -Other apps such as chrome and photoshop does not have the same issue Troubleshooting Already attempted:-restart pc-reinstall drivers of huion
Can I change the fluid brush cursor to be the brush size (circle) instead of the precise crosshairs? I'm using Animate 2020 on Mac OS 10.15.7. My Wacom tablet driver is up to date. Thanks for any help.
I was watching a tutorial from 6 years ago on shading and the guy was able to draw lines on a separate layer, then fill the selected area with the colours of shading. When I tried it the fill bucket wouldn't recognize the lines that weren't on the layer, making shading a pain in the ass. Is there any setting that allows the fill bucket to recognize lines from other layers?. the link to the video is this: https://www.youtube.com/watch?v=rph6rD-aXk0
All I want to do is edit the camera, I want it changed so i can export in a different ratio. However, there is no way to edit multiple frames when it comes to camera, which means I will have to start from scratch and waste a ton of time that could have been as simple as moving them all a little to the left.is there any way around this?
Is it possible to ease in and ease out a bone's movement at the same time? I tried to do that but I could only apply one of them for each movement.
I cannot use adobe animate because literally every 3 strokes I get the "animate is processing strokes" error and it gets stuck on 0 percent forever and eventually crashes my whole computer. I am not on an old computer, I am running an NVIDIA GForce 2070 super as well as an intel i7 7700 processor. My animate is running the latest update. Does anybody know how to fix this issue???
This happens where everything turns black, a white window appears and doesn't display anything. I can click on things but there is no response. I have no choice but to force close it through task manager and somtimes it doesn't reopen recover files and I lose hours of work. This is something that happens often and I don't know the problem.
I have two layers on my timeline. They preview just fine when I hit enter, but when I hit test I can only see one of the layers.
Does anyone know the proper way to add a border around a white display ad? I know I could simply just add a transparent rectangle, but I wasn't sure if there was a proper way to do this. Please see attached image, thanks!
Hello, I am trying to upload my animation from Animate to my Dreamweaver website. The HTML didn't show up on the website, >SWF isn't readable on my out of date flash plawer, and now the OAM is also just appearing as a grey rectangle. When I test it on a browser, it is still just a grey rectangle. I have recreated the Animate file twice. Is there some better way to upload a file from Animate onto the Dreamweaver file?
ProblemAnimate deletes my folder when I try to export Video/Media...I am getting two error messages, and then my file and my entire folder (??!!) get deleted. The file is not exported. It just diseappears. ContextI spent nearly two months creating 20 canvas html 5 animations for our website. They are beautiful. I love the Adobe Creative Suites.. but canvas html 5 runs extremely slow on Firefox, Edge, and Android Chrome. I am trying to convert the files into mp4. Now Animate is deleting the work I have done. This is depressing. Can anyone help? Please. First error"Error creating SWF movie file. Be sure the destination file is not locked or on a locked drive. Also, check that the file name is not too long." Second error"Failed to create the file /Users/emmanueltoutain/Desktop/Video/Video/mov" Fla File on Google Drivehttps://drive.google.com/drive/folders/1_19rQNA6akbvwUkq5yGOpyzhAV3JMGbK?usp=sharing See attached step-by-step screenshots
I need to get the name of the frame. The first frame . "sc1" 10 frame . "sc2"20 frame . "sc3" I want to get the label names for these frames. I used it this way and it failed.alert(exportRoot.currentFrame.labels)
Hi, I could import illustrator graphics to animate before last upgrade. I am having error " could not import the file because the file type is unrecognized". It was faster me to import object by this way. Do you know why i am having this error ?
Is there a way ai can move multiple points of a line at once or do i have to do them all indiviually, likethe points shown in the photo.
HiIn the latest version of Animate (I didn' use if for a year) when you're on the scene and select something, then hit the delete key, it deletes only from where your pointer is on the timeline. Very annoying.Same thing when you want to Paste something... it does only where the pointer is.Can we get back like it reacted before ?THanksMitch
I am trying to get this to work but im having problems, can anyone help me please, I have it writing the answer to mychoice, but i cant get it to go to a url if the answer is "english13i34gb128gbblack" , this is what I have on the frame action at the end of the timeline: var _this = this;_this.stop();mychoice = language + size + cpu + ram + ssd + colourdocument.write("Your choices are: " + mychoice);if(mychoice = "english13i34gb128gbblack") {window.open('https://www.success.com/', '_blank');} else {window.open('http://nomatches.com/', '_blank');}
Flash has been discontinued by Adobe and Microsoft have disabled it in Windows as of today.This means that our screensavers no longer work as they were created using flash (.swf) files with InstantStorm. Users will now receive a white screen when the screensaver starts.What are our options? We created the .swf in Adobe Animate. Then converted to .scr using Instant Storm.
Hi, I'm trying to figure out a problem with the use of radio buttons, and radio button groups. I'm trying to set a value to each radio button, so and then use if-tests to use them in my equation. But my radio buttons value won't show up, and I get this error; Scene 1; Layer 'Layer_1', Frame 1, Line 166, Column 17 1120: Access of undefined property event Hope someone can help. This is my code: import fl.controls.ComboBox;import flash.events.Event;import flash.events.MouseEvent;import flash.display.MovieClip;import fl.controls.RadioButton;import fl.controls.RadioButtonGroup;import fl.controls.DataGrid;import fl.data.DataProvider;import fl.controls.dataGridClasses.DataGridColumn;// Her koder jeg en knapp som gir informasjon angående applikasjonen, og hva man skal gjørebtnInfo.addEventListener(MouseEvent.MOUSE_OVER, visInfo);function visInfo(evt: MouseEvent): void {txtInformasjon.visible = true;stage.addChild(tabell);var myFormat: TextFormat = new TextFormat
Does the canvas output from Animate CC automaticlly scale the canvas on 4k monitors? I have a project that it seems is reporting:Normal monitors: stage.scaleX: 14k monitors: stage.scaleX: 2This seems crazy because if you scale the canvas then the coordinate system gets messed up, which is happening in my project. When I try to use event.stageX the positioning value is way off.
HiI sometimes work on Banners that was done in MAC, and have to continue the job on PC.Unfortunately, all the texts have line heights that have increased much, when opening them in PC.Can we have a compatibility fix for this issue ?ThanksMitch
Hi! I am working on a project in Animate, 2021 version on a Windows computer for a class. I'm trying to use the pentool to draw, and I'm having several problems. When drawing a shape with curves and corners, it seems to be impossible to create sharp corners (change directions). I am very good with the pentool in Illustrator, but it doesn't work the same way, and I don't know what to do. If anyone could help that would be great! Thanks. Moved from Using the Community (which is about the forums) to the correct forum... ModTo find a forum for your program please start at https://community.adobe.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.