Get help using Adobe Animate and creating animations.
Recently active
Hi guysI am trying to contain music/sound to a limited area between frames 1 to 28 I want to play the hole sound at the moment it will only play and stops playing at frame 28 where i have nav buttons to take the user to other parts of the time line.
Whenever I create a classic tween copying the last frame over, it only tracks the movement of the piece and not the rotation as well. How do I fix this?
when i play the audio from the start frame (frame 0) i can hear the audio, but when i am scrubing through my timeline i cannot. also if i press start from anywhere in timeline that is not the start the audio doesn't play. I am fairly new to adobe animate so i could be doing sometjing wrong. i am in action script 3.0 and used audacity to change te sample rate of audio so i could import (dont know if that helps). I am on a MacBook air. Can someone please help me
Hello, can I use the animated character from audia for commercial purposes? License..??? Thanks Chris
Hi!I need to do make an effect of scratching, like a Lottery Ticket is scratched.I have a Ticket PNG before scratching and a bottom layer PNG, which need to appear under the first one. First I tried to make a scratch PNG and use it as a mask, but it was not possible. For several reasons...Then I tried to paint it with some brush. But when exporting a movie it says : Unsuported Fetaure, multiframe masks are used.Tried to join, merge, break apart ... nothing works. Mask is not working.Any Ideas?
I'm so ANGRY at whoever is runing this support comuninity to block my new updated account [PERSONAL DATA REMOVED] all because they wouldnt let me edit or start over on a question I had that I first messed up on some incorrect words on and was despret trying to re ask my question with the right words, and at the end I certenly wasn't threatening anyone I was just irretated and just left
Hi,I have an Animate file that was originally created in 2020 that is used on a client's website, so it uses HTML5 canvas. My client asked for some minor changes but now when I publish the previous file (without editing) it's not working properly. On the main timeline I have a pie shaped graphic, and each section is a button. When the button is clicked it goes to a specific frame label on the parent timeline and plays a movie clip. In the individual movie clips, it plays part of the animation and then stops, and when they click on another button, it plays the rest of the current movie clip, then goes back to the parent timeline to the specified label and plays that. The following is the Action on the frame where it has been stopped, within the individual movie clip: this.stop(); var _this = this; _this.btn_intimidation_reduced.on('click', function(){ _this.gotoAndPlay('coercion_close'); setTimeout(function () { _this.parent.gotoAndPlay('intimida
Please add saved character motions features in adobe animate cc most peoples go go to cartoon animator software because saved character motion in cartoon animator please add this type features in adobe animate cc then we saved our time.
Hi guysQuick question does animate do transitions between frames?
I have not seen much on drag n drop on this forum or otherwise. So I decided to post this example in case someone is interested.I learned the howto from Martin Melendez on youTube.(Drag And Drop (Adobe Animate HTML5) - YouTube )I modified his example to include several items to drag, several items where to drop, a score, disabling of item drag when correct, and return to original position when wrong drop.Hope this helps someone.DRAGNDROP.zip - Box
Hey!I am beginner at Animate. I want the classic motion guide with the pencil tool to be seen after rendering, but can't find a way to do that.Also the objects are behind the path, but I want them to be on top of the path. Arrange > Bring to front is not working. Thanks
Select a column of frames on the timeline, and then execute the command to select these layers, the following code will throw“Error: setSelectedLayers:Invalid parameter number 1”,How can it be improved, and where is it wrong? var selectedFrames = fl.getDocumentDOM().getTimeline().getSelectedFrames(); var selectedLayers = []; for (var i = 0; i < selectedFrames.length; i++) { var currFrame = selectedFrames[i]; var currLayer = currFrame.layer; if (selectedLayers.indexOf(currLayer) === -1) { selectedLayers.push(currLayer); } } if (selectedLayers.length > 0) { fl.getDocumentDOM().getTimeline().setSelectedLayers(selectedLayers); }
Hello!! For a while I've been trying to export through Video/Media, and it doesn't show up in the Media Encoder. It will instead show a blank error box. I've played around with my settings for a bit, I understand there are probably work arounds, but is there a fix to this I don't know of?
can someone give me the code that makes a movieclip move forever when the arrow keys are pressed? im working on a pac-man flash recreation, im using flash 8, also i want the movieclip to move like how pac-man moves in the original game
Hi! I'm from Spain. I'd like to use Adobe Animate in English, but it only shows in Spanish.Things I've tried:(1) I went to my Creative Cloud desktop, Preferences, Applications and set English language as the predetermined installation language ("Idioma de instalación predeterminado").(2) I went to my Adobe Account, Prefered Languages and I set English (United States) as the first language (and only).Some details:Creative Cloud app is in Spanish. When I open the apps through Creative Cloud, Animate works in Spanish but Photoshop in English. Any clue will be really appreciated. Thank you very much!
Hallo zusammen, ich bin relativ frisch beim Thema Adobe Animate und taste mich aktuell über YouTube Videos und selbst ausprobieren. Ich habe bereits erste Animationen dank der Adobe Anleitung erstellen. Nun zu meiner Frage: Ich habe über Freepik mit eine Figur rausgesucht und hinzugefügt. Der Hintergrund passt. Jedoch hat die Figur selbst einen Hintergrund. Wie kann ich diesen entfernen, sodass meine Figur sich frei bewegen kann, ohne dass der Hintergrund der Figur Datei ersichtlich wird. Ich danke euch im voraus. Liebe Grüße
I can't export my animation due to the "A conflict exists with inherited definition," although I never used ActionScript (every question I found with this error they were using ActionScript). I need help fixing this, as I really don't want to restart my animation , but I can't fix this issue. I've attached my animation to help find the issue.
animate keeps selecting the whole frame when i go to a different frame and it's made it difficult and annoying for me to use and i can't find help anywhere.i saw a poster who had the same problem as me and the answer was "click the frame numbers instead", an though that works, ive tried it and it is more difficult than just using it normally. please help.
okay. im an avid user of adobe animate (it may not say on my account as im signed out of animate)HOWEVER when i started working today i was working fine then SUDDENLY as i try to select an object to move it to make a new keyframe the WHOLE.DAMN.FRAME.SELECTS.and ive never seen this and i want awnsers.AND DONT EVEN BOTH TELLING ME TO USE KEYBOARD SHORTCUTS BEWCAUSE SCREW THOES i dont use thoes anyways and never willso tell me how to fix this or i swear to god im taking the source code, editing it so its no longer legally your from the version i have, then im uploading it FOR FREE (im very mad and i have deadlines i need awnsers ASAP)
I am new to Animate, and to say that I am inexperienced with coding is an understatement. I created a puzzle game in Flash, but realized I needed to create it in HTML5 for hosting on our website. I converted to Canvas, but now the puzzle pieces are not movable. I am stumped. Help? /* import flash.events.MouseEvent;import flash.events.Event;stop();var count:Number=0;stage.addEventListener (Event.ENTER_FRAME,PuzzleLoop);function PuzzleLoop(e:Event):void{ if (count >=25) { stage.removeEventListener(Event.ENTER_FRAME, Puzz
description of my mess: Firstly my client a flash application that can be run on projectors with minimal interface and triggers.so,I have completed my project in ActionScript 3.0 with all the movieClip, buttons triggers to jump to different scences, animations, tween etc,etc. imported videos and audios, created movieclips on frames but now client want to run it on browser or want to upload it online where users can run it online. Please tell me what to do, it will be a big help.
hi, my name is attilio, can I switch from one frame to another using keyboard commands? that is, rather than clicking on a button navigate via keyboard. Thank you
Dear all,I am following the Adobe Animate Classroom in a Book, LESSON 9 Animating Shapes and Using Masks.In the subchapter Animating Color > Adjusting the gradient fills, in page 384 the book says to move the playhead along the timeline between the first and second keyframe.What happens for me is that the flame disappears between those keyframes either in symbol-editing mode or in the ordinary Timeline. What am I missing?I'm on macOS 12.6.8, Animate 23.0.2Thank you!
Don't focus on the title, because I didn' t know how to word it in one title. I just made a command that switches what the first frame of a symbol is, but I want it to make a keyframe when I do so. (okay so I know I said don't reply on my last post because I"figured" it out, turns out I didn't.)
(I swear I'm always on here for something then figure it out straight after, but I'm not good at AS3 so I am gonna need help)I want to use keybinds for selecting frames in the Frame Picker. So I used the history tool to make the "Instance Property" change (when I change the frame in the Frame Picker) it's own command but when I go to use it I get a syntax error. This one isn't an urgent problem but would be really nice to know a fix so I can ditch the Frame Picker once and for all. I make it sound like I have a big problem with the Frame Picker, if anything it's what made me want to animate in the first place, but a physical solution would be better for me
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.