Get help using Adobe Animate and creating animations.
Recently active
I've learned to create character in Adobe Animate but have following confusions:How to auto lips sync multiple characters in a scene. Normally, I've to bring out the lips outside the face symbol on a separate layer in Scene to apply auto lips sync. But in that case Lips don't move as the head/face is animated. How to fix it?How to apply eyes mask so that I can easily change eyeball position on any keyframe?Can't we save a character on which we have already applied layer parenting?Please recommend a video tutorial that teaches how to create a short cartoon story involving multiple characters talking to each other.I will be very grateful for help.
Hi, I am trying to apply properties to adobe animates camera Settings from a json file using jsfl.I am able to apply properties to the layer - but i cannot find the correct way to apply values to the Camera settings Translate/Rotate and Zoom. What would be the correct way to do this and is it even possible?The jsfl documentation doesnt list any camera related information.
Hi All, I am working in application for ring tone mixer. We are using more than 20 sounds objects dynamically for mixing and playback the multiple sound tracks. All the sound tracks are exactly 24Kbps. We are facing some problem like whenever we seek all the sound tracks to some particular position simultaneously it plays some unwanted noises and no desired sync of all the sound. But all the tracks are playing without any problem when they played individually. Has anyone faced this problem ever? Particularly this problem is happening with the Flash player 9.0.1.115. Please help me... Thanks in advance ! Arun
so, when i completed this animation and added shape tween, the yellow decided it wanted to be black and this made me extremely mad (mind you this took me a long LONG time to make). please help me on the issue (i am currently using 2021)
when i try creating a project on adobe animate it just stops responding, im using the 2022 version how can i fix it?
Has anyone else had this problem? I have tried every method of importing audio and Animate keeps giving me the same pop-up message, saying that it can't import the audio because there's problems reading it. But it's an mp3. Does anyone know what to do to fix this? I have the most updated version too.
I run an animation team on discord where i am contasntly downloading adobe animate files that are being sent to me and im wondering how i can orevent any malware or viruses that may be sent through .fla files .if someone can help me that would mean the world to me thank you !
Hi!I try to give a function call to 3 buttons i have on my stage. Each of these Buttons should call the same function but with different parameters: var _this = this; cnt = 0; _this.txt_info.text = ""; for (i = 1; i <= 3; i++) { _this["but" + i].on('click', function () { schreibe(i); }); } function schreibe(u) { cnt++; _this.txt_info.text = "Clicked on button " + u + "\nClick count: " + cnt; } The result is strange:Clicking on a button will call the function, but the parameter is allways 4 - no matter if i click on but1, but2 or but3. Click count works fine and is counting - no matter if i click on but1, but2 or but3. This will work, but on a later project i have about 20 buttons on my stage and i wont do the following code for each button: var _this = this; cnt = 0; _this.txt_info.text = ""; // THE FOLLOWING CODE WILL WORK - BUT I NEED IT 20 TIMES :-( _this.but1.on('click', function () { schreibe(1); }); _this.but2.on('click', function () { schreibe(
I just got a new computer and now Animate always shows output window every time i export. Action script 3.
I want to animate like 60 second or longer but the timeline frame only got around 500 so I cant go any longer
Has anyone made a specific brush tool that contains ALL the brushes from ibis paint? I just wanna know because ibis paint WAS (was because now its on pc) only for mobile.. and im more comfy inside of adobe animate... (perhaps add capability of installing ibis paint brushes via qr code??)
Greetings, I would like some help in adobe animate , I create an animation with multiple buttons which each buttons visit different webpages. However, when I publish the project and click buttons open for me 1000 tab in browser for single tab. Could you please advice and help how to make sure it open in single click only once, every time press on the button. Looking forward to hear your solutions
Hi Everybody, While lip-sync is working well with a professional recording, it doesn't with a recording made with Voice Memos on the iPhone. The Voice memo recording is mono. I have exported this Voice Memo recoding with audition as AIFF en WAV mono en stereo and nothing seems to work. (I have to work with Voice Memo recordings until I get the professional recordings from the client) Thanks for your help!Cristina
Could there be a shortcut to create a twin between two Kiframes?For some reason going to the toolbar every time is a bit exhausting for me.Could there be something I don't know?I'm doing a long animation right now and I'm looking for ways to make the workflow easier.Also, a shortcut given to Twin Easy Ease can be very useful.Mr. Adobe, maybe you intend to add more keyboard shortcuts in the next versions?Note that After Effects has shortcuts for almost every command.It's fun to work like this.
I have a graphic symbol that contains a layer in the shape of a handFor some reason the frame of the transform of the symbol comes out diagonally to me.And it bothers me when I want to shorten my handWhat could be the reason for this and how can I rotate the frame?I already tried to copy the hand again from illustrator.And it didn't help.Thanks in advance!!!
Ok, so I have written some png files in a .txt file..."Bracelet.png""Boston.png""Camera.png"I would like to know how I can turn them into URLRequests using Actionscript3.I already know how to load them.
I have a .fla file that was shared with me containing some audio I want to edit and use elsewhere. Since I did not make the animation, I do not have the audio on my computer. I need to download the audio from animate. Is there any way i can do that?
there's this big grey box that progressively gets bigger the more i zoom in, and sometimes some assets just disappear or maybe even the whole screen during playbacks on adobe animate, what do i do
Hello how's everyone doing? I'm trying to achieve adding background music to a project. The timeline is pretty empty, it has 1 keyframe for each layer. I need to import this song and to make it repeat on loop infinitely until it loads another scene on the main game that I think is coded on "Visual Studio". All the scenes are individual .fla I don't have access. I imported the sound and linked as "BackgroundMusic". As I didn't find any tutorials, I prompted ChatGpt and gave me this code: import flash.media.Sound;import flash.media.SoundChannel;import flash.events.Event;// Create a Sound object and a SoundChannel objectvar bgMusic:BackgroundMusic = new BackgroundMusic();var bgMusicChannel:SoundChannel;// Function to start playing the musicfunction playMusic():void { // Stop any previously playing sound if(bgMusicChannel) { bgMusicChannel.stop(); } // Play the new sound in a loop bgMusicChannel = bgMusic.play(0, int.MAX_VALUE);}// Function to stop playing t
I have coding that is supposed to make visible=false some borders.. inside of some of movieclip on the stage. The movieclip on the stage has two frames, frame 1 with some stuff on it, frame 2 with some more stuff. The coding on the main stage succesfully visible=false the stuff on the first frame of the MC on the stage. But TypeError: Error #1009: Cannot access a property or method of a null object reference when I try to .visible=false the stuff on the second frame of the MC on the stage. See the video. https://youtu.be/7PFp-1SP-i8 How can I visible=false the borders on the second frame of the MC?
Display problemsWhen I activate "onion skin" modeDoesn't show me the frames back in greenBut makes them for me in full color without fadeAttached is a screenshotI hope I was understood
I think the solution is simple but I couldn't figure it out over sleeping on it. I feel stupid, but have no idea what my mistake is since I recieved no error. I think it's syntax based, but again no error throws me into a loop.Trying to make an old school Concentration game with trilons based on the show from the 50s-70s (ala Hugh Downs, Jack Narz). So step by step, I have the rebus loaded and cut into pieces. I'm using a three layered movie clip (tr) to represent the trilon (NOTE: all instances of tr are placed on stage via animate with proper names). I've been able to to load the pictures into tr, but struggling with getting the sprite to load on the puzzle side of the trilon (rSide). When executing the function testRotate, tr plays, but the rebus bitmap/sprite doesn't show. I tried a few different methods (I think 6 or 7), the last three are commented in the code below under the placePuzzle function. I totally thought that addChildAt would have done the trick since this bitmap is dy
Hi 🙂 I was just wondering how people are proofing out their HTML5 banner ads? I know I can upload to a server and give a link, but for many banners this is an inefficient process. I've looked into AdPiler, Ziflow, Filestate, Review Studio - however these are all quite expensive and have more features than we need, such as commenting and reviewing in the workflow. We have a studio workflow already that isn't to be altered. I'm just looking for a tool to show HTML5 banners and possibly static eDM mocks, without all the extras and at a decent price point. Does anyone know of something? Thanks!
Hi there,So I'm just wondering if there is away i can use the fill tool, to fill an aea with colour, that was created by two different layers.For example, if I am trying to animate a human being. And i have the head and the top body as two separate layers.It will not let me fill in the neck, as i made the neck with two separate layers.The base of the neck is attached to the rest of the upper body, which forms one layer. And the lines that form the neck are attached to the base of the neck from one end and the chin of the head, which is a separate layer at the other end.It's kind of hard to explain, so here is an image.Don't get confused, you're looking at the adobe animate screenshot, i have just added my notes and highlights, by editing the adobe animate screen shot in illustrator.
I have a simple scene with multiple buttons that each start a different video. Each video lives on a separate frame. Click a button, and it goes to the salient frame and the video plays. What I'd like to do is have the video fade up, play, then fade out. I don't know how to do this. Each button click goes to the frame where it's video lives. The first frame has all of the actions. They take the following form: this.scarcity_btn.addEventListener("click", fl_ClickToGoToAndStopAtFrame_6.bind(this));function fl_ClickToGoToAndStopAtFrame_6(){this.gotoAndStop(5);} At each frame where a particular video lives, there's:this.stop(); Since mp4's dont' support alpha channels, I can't do the fading in/out in the video file itself. Any help would be appreciated.
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.