Get help using Adobe Animate and creating animations.
Récent
Hello there,we are working on a production using animate for the characters animation and after effect for the compositing.We have a problem with the .swf exported from animate. The animators are using puppets created with animate using some "textures", like a sun hand painted on the t-shirt of the main character.When we import the .swf exported from animate in after effect the "refreshing" of the texture is offenly messing or poping when we scale it (see below)>> correct shape in AE >> layer scaled in after effect, messing up the texture of the swfthe problem is the same when we play the swf in a player like flash and just zoom in itwe are a bit lost with that, if somebody here have an idea to help us getting out of the rut..?thank you !
Hey, i dont know if this is part of animate or a glitch but when i seleted alot of layers like over 100 i cant move the anchor point to transform them or change where they enlarge from any help is appricated thanks
Hello, Good morning everyone. I'm having a problem in an HTML5 because the image appears cut off at the end of the publication when I test in the HTML5 Validator.In Animate everything appears right. I'm using the 300x250 measurements. But when I go to HTML5 Validator, the image gets cut off. Attached is the code I'm using for clicktag insertion and the cropped image from the HTML5 Validator. Please help me!My best.
So, Im creating a animation that relies heavily of it being 100% in sync with the audio. Halve way through the process of making the animation I thought about sending one of my colleagues a little snip of what I had so far, audio and all. At first attempt, it exported without audio because the audio was set to event instead of stream. So, I changed the audio from event to stream... all was well until I noticed that after changing it to stream the audio seemed out of sync and just longer in general. Which begs the question. Is there any way I can set the stream audio's play time to that of the animation's frame rate...If not, I would just like to know a way to fix this issue without having to restart my project.
its corrupt somehowi deleted the recovery's as i normally do with fla files so as the swf movies tests, i did this before checking whether or not the main fla file was corrupt, i tried recuva but i could't find any recoveries. if the fla file cant be fixed then how do i get back previously permanently deleted files on windows 10? this happened on 27th of june 2021 and i was freeing up space, i only deleted recovery fla files while using space sniffer, one of them was 1 GB and i deleted it, are there any important fla files that if deleted may cause problems?
I am wondering if there is a way to add icons in the list component.
Hi, I'm trying to add a stroke to a text but i can't fint that option (if it exists). I can do it to a shape, but in text I don't know how to do that. Can anybody help me? Thanks!
Hey so i dont really know how to explain this well but i know you can use guides fro tweening symbols but i was wondering if there was a way to do it with shape tweens as if you see in the pictures i need them to kind of follow an arc as they steetch or like the lump moves. I know i could put the shake tween in a symbol and then arc it which has worked for somethings but not for what i want to do at the moment. With the circle one particularly when i shape tween at the moment the top part just moves in a straight line to where the next keyframe is but ive drawn the kind of arc i want it to take. Any help is appriciated thanks
I have a simple Animate file. I have looked at other error reports on this issue, but none of the solutions work - double checking publish settings with regard to directory etc.This is driving me NUTS!!!What is the correct procedure to export a video. I mean, how hard can it be?!!!ARGGGHHHH!
Hi guys, How to relpace the tint colour in entire file in Animatecc. Is there any short way to do this? Regards,Vasanth
An insider has disabled my ability to add motion to a characters funtionality. The option to rotate my characters limbs is disabled by backend user, i am also unable to use the hinge functions. Its really frustrating because i've been working on finishing a private project when all of a sudden Adobe Animate functions are disabled on my personal macbook pro computer. My computer has plenty of space, memory and i have tried restarting the program.
Hi, I have noticed a bug or error. When exported, the first frame on all the scenes are different in the video than in the preview on Animate, see below: This is the preview of the first frame: But when exported, this happens: Any help would be appreciated. Thanks.
Thanks for being patient with all my newbie questions. So from what I understand a blur can only be applied to a movie clip, but movie clips don't animate when exported? I'm confused. I made a gif and my movie clip animated in the preview, but not the final project. Why would that be?
So I am currently making a palm tree and used and copy and pasted about 10 or so PNG leaves. I think this is what is making normal actions so laggy, and I'm not sure what to do to make it Un-Laggy. I converted it to a symbol and that didn't seem to do much. So now I'm stuck on what to do to un-laggify it XD... so if you have any suggestions, plz let me know thx!!
Why would some colors of an object disappear when it is converted to a symbol?Thanks.
Sorry if this is basic knowledge, but how do I set my lasso tool to select objects only on the active layer, not all layers?
New user here. Trying out parenting layers. How do I make sure all frames in a layer are unparented at once. My issue is I've removed a layer parent, but some frames in the layer remain parented. It appears I have to go frame by frame and unparent each one. I must be missing something. Thanks
Could someone please tell me the code to how to stop the swipe when on a diffrent scene test1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene_9);function fl_ClickToGoToScene_9(event:MouseEvent):void{MovieClip(this.root).gotoAndPlay(1, "Scene 2");}/* Swipe to Go to Next/Previous Frame and StopSwiping the stage moves the playhead to the next/previous frame and stops the movie.*/Multitouch.inputMode = MultitouchInputMode.GESTURE;stage.addEventListener (TransformGestureEvent.GESTURE_SWIPE, fl_SwipeToGoToNextPreviousFrame_30);function fl_SwipeToGoToNextPreviousFrame_30(event:TransformGestureEvent):void{if(event.offsetX == 1){// swiped rightgotoAndPlay(2);}else if(event.offsetX == -1){// swiped leftgotoAndPlay(1);}}
Hi, there! I've been trying to use layer effects on Animate CC 2020 with After Effects 2020 (actionscript 3 file, not html5 canvas) and they are simply not been exported. Advanced layers are checked, i tried importing both .swf and .fla files, i've tried exporting different .swf versions - and i actually have tried exporting a movie from Animate itself* and EVEN THEN layer effects are ignored. There is a message on the output panel that says that layer styles are DISABLED on .swf... Does anybody work with layer effects here and could help? Thanks on advance. (*) - By the way, animate generates an UNCOMPRESSED .mov before sending it to the movie encoder... very time and machine consuming, that's why i'd rather export a .swf and use it on after.
Seems almost silly to ask but I have a simple animation with a loop. Frame 1 (0) code:var _this = this;_this.stop();var _this = this;_this.IndexNext1.on('click', function(){_this.gotoAndPlay('Indx1');});This works. On frame 100, if I use this code, it doesn't work:var _this = this;_this.gotoAndPlay('indx1');However, if I send it to a different frame with this code, it works:var _this = this;_this.gotoAndPlay('repeat1'); I figure I'm missing a basic concept here, but I don't know what it is. Is there a better way to move the playhead to a labeled frame? Thanks!
Hi there, I'm trying to figure out how to colour in Animate with the bucket tool. I've tried many solutions, such as converting my drawings to symbols, duplicating the layer and colouring on the duplicated one, unlocking the bucket tool or even using different brushes (and making sure there are no gaps). Even working on the line art layer won't work. I just can't seem to figure out why my bucket isn't even working! Can someone please inform me on what to do?
Hello All,I know Adobe wants nothing to do with Flash but quick question: Does anyone know how to export content from After Effects to Animate? Since, the FLV option is no longer available in AE or Media Encoder.
Hi there, I had compiled two apps, one for Android and one for iOS using Adobe Animate. This was last year. Now, when I open the ios fla file, i am unable to access the toolbox in settings (it was for AIR SDK version 33.1.1.217. The message that showed was 'Application descriptor file cannot be parsed'. I had assumed it was an older AIR SDK version. So, i downloaded the latest version (action script compiler for MAC) from HARMAN. I then extracted the file and pasted the folder into Animate. Now, the new AIR SDK version shows in the settings, but the 'Application descriptor file cannot be parsed' message still shows and I can't access the toolbox in settings. Kindly advise. Aris
when i finish the project and click test it shows the final clip with white residual size on the sides
I've just upgraded and am not sure what output settings I need to tweak to get a PNG image sequence to be full resolution. I'm animating a lot of pages of text, which were always legible in my old version of Animate, but now are illegible. thanksJohn Hepworth
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.