Get help using Adobe Animate and creating animations.
Recently active
Hello,Complete Animate virgin here.I have drawn my own character that i wish to do some basic animation with.I am following this tutorialhttps://helpx.adobe.com/au/mobile-apps/how-to/animate-ink-drawing-adobe-capture.html When i import my character (PNG no colour or background just line work of character) and choose break a part it seems to highlight the whole square (picture attached) instead of the individual line work which makes me think thats where my problem is because i follow the tutorial to a tee and its shambles. Im assuming im doing something real ignorant because the only difference i can see from the tutorial is that he is importing a character he has mad through capture.Thanks!
Hi, the ActionScript codes for the video screen recorder for my Talking Ben (Wii) project were made by the ChatGPT and this is only being worked and developed on the ActionScript 2.0 language, because this is supposed to be my unofficial remake of Talking Ben for the Nintendo Wii that is supposed to be loaded in Adobe Flash. The Wii only supports ActionScript 1.0 and 2.0 from Flash Player 1 to 9. And I'm having trouble for this one ActionScript code that is supposed to screen record all of the frame labels that have the Talking Ben video clips. By the way all of these Ben clips such as Ben eating, drinking, burping, and what you do to ben such as touching him are only videos that are in all FLV movie clips and all of the video screen size are in 222 x 480. Here's the full list of frame labels that loads in Ben clips: "Newspaper", "Burp", "Drink", "Eat", "Main", "Opening_Newspaper", "Fliping_Page", "Fliping_Page_2", "Closing_Newspaper", "Moving_While_Reading_Newspaper", "Fliping_P
I would like to see Adobe Animate add this new feature. When animating frame by frame, instead of deleting the previous drawing all the time when jumping to the next frame, I think the previous one should be deleted automatically when jumping to the next frame. I like the automatic keyframe that Adobe added, but still not enough in order to speed up when working frame by frame. It would save time if we had this feature of auto-delete the previous drawing on the new frame.
I recorded a music sequence un Reason+. I had brought the sound down to more quite level then the original recording. When I bring it into Animate the adjustment simply disappears. I have tried a grillain times but each time when I comes into Animate it doesn't keep the new volume. Help! [Mod note: Moved to appropriate forum]
Hi, I'm working on a major animation project in Adobe Animate and I just finished the animatic. I'm starting to animate it, meaning I have to add color, but whenever I use the eyedropper it greys out the symbol I clicked it on and then the drawing I clicked on disappears completely. It doesn't actually pick out the color I want and allow me to continue to use it like intended. Can anyone explain how to fix this so that the eyedropper actually picks the color I want instead of erasing my drawing? Any help would be greatly appreciated.
Asset warp tool is supposed to move a character as you think it move. The times i move a character, it doesn't do that. It's similiar to rotate layers with selection tool. Layers you have put together with layer parenting with no warp handle does this. The layers doesn't move with the other layers when you deform them. When i move a character with asset warp tool a layer get transparent. How do i get asset warp tool to not do this?
I have recently taken to using adobe animate for makind storyboards by treating each frame as a storyboard frame. In the past Ive had to go through the timeline and ctrl+p to export each frame as an image individually. This is a very time consuming process but I canot find any setting on the export menu to allow me to do this. Can someone please help?
Is there a way to position a TextField based on the vertical and horizontal center of its string? I gather the .myText.width and myText.height can be read, but the native origin seems to be in the upper left, as shown here:so it will take trig todecide the offset to the center. Is there a native function to position at the actual center?
How to convert the following Actions3.0 code into HTML5 canvas code? ? ? ? stop(); random_btn.addEventListener(MouseEvent.CLICK, choose);function choose (event:MouseEvent):void{var pic_number : Number =140;var randomFrame: Number = Math.ceil (Math.random () * pic_number);gotoAndStop(randomFrame);}
I got two commands using the history panel, create classic tween and delete tween,an.getDocumentDOM().getTimeline().createMotionTween();an.getDocumentDOM().getTimeline().setFrameProperty('tweenType', 'none');Now I want to make these two commands into one, one click is to create, and another click is to delete, how to do it?For example, in the my.jsfl file, put these two commands. When I use my.jsfl for the first time, add a tween, and click my.jsfl again to delete the tween.This method is similar to the shortcut keys set for creating tweens in the software. One click in Animate is to add, and another click is to delete. without having to do two jsfl commands.How can I achieve it, is there a formula to apply? This kind of operation is not limited to tweening, I seem to find that many commands in the history panel can be used,
Hello,I've run into a potential glitch or bug where my classic tweened symbol containing bitmaps doesn't distort the bitmaps as expected for a few frames during a skewing animation. Instead, the bitmaps defy the parent symbol's distortion as if they remove all transformations for a few frames, thus causing an undesired visual inconsistency/error in the animation.Below is an example video showing the issue and further explaining it while attempting to create a simple animation of a book's page being turned. https://youtu.be/3SnOcTJSCcsThe issue is not present when the bitmaps are converted into vector art using Adobe Animate's Image Tracing feature. So I wonder if there's anything else I could do to prevent the issue from happening with bitmaps since I wish to use more detailed photos as part of some future animations. Thank you in advance for any input or workarounds.
Hello the one thing I do not get is variable scope. Below is some fully functional code.Where I have the comment ( // public or private ?) is what I do not get.I tried to change to change var to public var or to private var on both of those linesof code and each time I get errors. So what exactly is the scope since you cannot specifypublic or private as a prefix to either line?package { import flash.display.Sprite; import flash.events.*; import flash.media.Microphone; import flash.system.Security; import flash.system.SecurityPanel; public class MicrophoneExample extends Sprite { public function MicrophoneExample() { var mic:Microphone = Microphone.getMicrophone(); // public or private ?  
It seems that a var defined at the top of any frame, outside of a function, is visble to all frames. It that the case? If so, if the same variables are reassigned new values in each frame, is it better to declare them all in frame1? Also, it seems that functions declared in one frame are seen as duplicate if used again in another frame. While it's fine it my application to share vars across frames, should functions all be declared as private to limit their scope to the frame in which they're located?
Hello! Is their an easy way to create a Click Tag button in an HTML Web banner in Animate? If so, how do I know it's working? I'm pretty new to creating web banners and html in general, so any advice/help would be greatly appreciated. Thanks!
When Frame picker is opened from Window, the functions are greyed out and "no graphic symbol selected". The symbol I first tried to open wasn't graphic, so I changed it to a graphic symbols by right clicking on the symbol and clicking properties and then editing.
I created an SVG illustration in Ilustrator and imported it in Animate. Once I animated it, I tried exporting my illustration animation as a .gif, but no matter how I do it there's way too much pixelation since there's no anti-aliasing. Testing the dithering options hasn't been any help, so I exported it as an HTML canvas for use in an iframe. Now the animation needs to activate on scroll (when it enters the viewport) rather than on load. I'd love some help writing JavaScript to get this running, and I'll post the working code if I figure it out. Thank you!
What is the correct method to add TextFields to an Array? When I declare an Array for:var myLabels:Array = new Array();then attempt to populate it with TextFields, using: var myLabels[i]:TextField = new TextField();I get a syntac error. Is there another step, or a different method to use to assign it?
Hello,I have a client who wants a custom cursor and rollover effects. The rollovers work fine but the cursor is not. The default cursor is still being displayed and the custom cursor kind of responds in a weird way. Does anyone know why this is? If I were to take out the coding for the rollovers, the cursor works fine. Here is a link to what I am talking about:https://2shea.com/AFC/advocacy/advocacy_webpage.html.The html5 code is below (The were lots of rollovers so I only included one rollover script to simplify). Thanks! var _this = this;stage.enableMouseOver(3);_this.orange_button.on('mouseover', function () {_this.orange_photo1.play();});var _this = this;stage.enableMouseOver(3);_this.orange_button.on('mouseout', function () {_this.orange_photo1.play();});/* Custom Mouse CursorReplaces the default mouse cursor with the specified symbol instance.*/stage.canvas.style.cursor = "none";this.pasted_purple_kid.mouseEnabled = false;this.addEventListener("tick", fl_CustomMouseCurs
Hi, since animate version 2021 I am missing the output search option, which has been in the top right of the output window.has it been moved or removed?This is a very useful function for debugging...The Output window is nearly useless without it.@8627004 Team: please include it again to output window!!Best Regards,Martin.
Hi all, I have a question about the curveTo function. I'm trying to make a simple pie-chart like application (except all the slices are always equal size). I know how to do the lines, but here's the issue: Each slice needs to be filled with a different color. At the moment, I just do a beginFill at the start of each slice, draw a line on its outside, a curve to the end of the next slices line, and then a line back to the middle, making a slice of a given color. The problem is that the curveTo function doesn't make a decent circle. I'm not great with trig, so trying to figure this out is driving me nuts. Here's some code so you can see what I mean: function polar_to_cart(r,t) { var x = r * Math.cos(t); var y = r * Math.sin(t); return new Array(x,y); } function deg_to_rad(deg) { return deg * (Math.PI / 180); } // The following function will draw a basic "pin wheel" diagram. // It's just a test. function pinwheel(slices:Number, radius:Number) { var deg = 360 / slices; //How man
Is there any way to change the layer /stacking order of Graphic Symbols during a tweened animation without requiring extra layers in my Adobe Animate project for the symbols to switch between?There are times when I wish to have a character's body parts in a different stacking order so that for instance, the character could go from having their hands be in front of them to having them behind their back. Adobe After Effects can accomplish this by changing the Z Position of objects at different points during the animation as shown in the below video:How to Animate Layer Order Without Changing Original Order in Adobe After Effects - YouTubeAnd while that would be a good solution, changing a symbol's Z position is only doable for MoveClip Symbols which do not allow the use of the frame picker and don't allow nested animations to be seen while editing on other timelines. Thank you for any input on this.
Hello, I have a question, I need a script to put a Name label that in this case would be numbers in a Keyframe. Number ranging from 1 to 205. Basically it would be a jsfl script. It would see which keyframes on the timeline I'm selecting and when I run it it would put the property; label Name > 1 > 2 > 3 and then it would go to each individual keyframe in sequence. I have a script but it not work yet., if necessary I can try to share it
Does anybody know when a Ventura-compatible version of Animate will be available?
Good evening everyone, in the HTML5 canvas is it possible to add a stroke to a text with a line of code? as done, for example, to add a shadow:this.shadow = new createjs.Shadow("rgba(0,0,0,0.9)",0,0,9);thank you all so much for any help!
Hi! I have .fla file is a document edited in Adobe Animate. I would like to start editing a project in Adobe After Effects. How can I open a project without losing the size of each layer and keep the original design and structure of the project. Can I somehow export the project in another better format? I 've already tried to open it .fla file in Adobe After Effects. Unfortunately I didn't get the desired result
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.