Questions
Récent
Hey legends,I've got audio playing fine within a scene but as soon as I go back to the main/original (Scene 1) there is no audio on tests, play option or renders.I have tested random tracks on Scene 1 and they play but no audio from tracks within the scene.
So I've been staying at my boyfriend's house during the quarantine, away from my desktop PC. I have my laptop with me and a Huion GT-191 graphics tablet (which is not exactly made to be portable but I digress). I had everything set up and working just fine, even in Animate (2020, latest version as of two weeks ago), until I decided to change the position of my monitors in the Display settings (Windows 10) because it was registering my tablet as underneath my laptop screen when I wanted it to be to the right. After changing these settings, I'm now seeing the commonly reported issue of the lines I'm drawing with the brush tool appearing 3 inches below where I actually have the pen to the screen. This is only happening in AnimateThe pen still works correctly in Photoshop and MS PaintThe driver for the tablet was just installed an hour agoI have closed and reopened Animate, restarted my computer, recalibrated my tablet, and changed the screen size settings in Display Setting
hi! I am attempting to figure out how to animate text on a path. Imagine the image below as an animation (and I would hide the line so it just appears the text is moving in a waved line):..(this was taken from a photoshop tutorial website): See link below herehttps://ibb.co/j8cdfsX I have looked everywhere for how to do this. Yes there are tutorials how to move an object across a designated path, but for the text, I was hoping this could be done simpler, without needing to transform every letter as an individual object and set them up to follow one another (this seems way more complicated, esp for a longer sentence!) Does anyone have any possible idea if this is possible in Animate?!! I would seriously be so appreciative of this help.
I finished an animation and when it came down to working with my camera, anytime I set it up and go to check my progress it doesn't work. It still shows everything in the stage even when it's supposed to be zoomed in. It's only works when I zoom in extremely or zoom out extremely. thank you
I was not actively using my Adobe Animate at the time, but the program was still running in the background, when the entire program just shut down unexpectedly. I hadn't saved in a day, and when I tried to open the recovery file, all I got was an "error occured opening file" message. What should I do??
I have some old .fla files I would like to convert to mov or mp4 files can someone tell me how to do it? What software do I need?
Hello,I'm converting my Flash application to HTML5 Canvas in Adobe Animate. The old Flash version had a List Component. This had a scrollbar, selectable items, data provider, etc. In that, I read an XML file and populated the List with the data.The new HTML5 Canvas List Component is only a numbered or bulleted list -- it is nothing like the "listbox"-style Component from Flash. There is no scrollbar, and you can't select any items.Can anyone please answer:1) Should I be doing something different in Adobe Animate/HTML5 Canvas to achive the same style of scrollable/selectable List Component?2) If not, can you please point me in the right direction of how I can bring in that type of object?Thank you for any help.
Hi,Every tutorial I watch has the brush tool with size and min size properties.I downloaded Animate yesterday and i can only find 'classic brush'. It doesn't have the min size property.The more I watch tutorials on your website the more I notice is missing.I've tried beginner and expert preferences and every workspace type.I've attached some pictures to show what I mean.Please help!
Hi all,Quick question. If I want to create a web banner for Facebook and/or LinkedIn etc.. what do I select in New Document, HTML 5, ActionScript etc.. or ? which one is best?Thanks
Hi,today I opened an .ai file in An and there were many objects on the same level. I needed an object that was behind many other objects and moved all other objects to be able to select my object. Then I had to move the other elements back to their old positions. That was a lot of effort and time-consuming. Is there an option to make it easier to select the object behind many other objects on the same level? Best regards,René
I'm wanting to develop with the Animator but I'm new to the entire Adobe scene. What product is the best to get the basics upon which to build and best way to get that training?
HiI created an animation in which I can drag an object with mouse. But on mobile devices I can't drag it. I tried several javascript touch events but didn't work.Thank you in advance
I recently started using Adobe Animate 2020. I don't know how to add or repeat frames to do an animation, somemone could help me?
Hi,I really need help. I was exporting a WIP of my animation, and it got stuck on 93% for a few minutes. I forced quit the application and then it asked me if I wanted to reopen it. I clicked yes, it gave the "reopen RECOVER_XXXXX" pop-up, I clicked yes, and tried exporting again. It then got stuck on 92%. I forced quit again, then manually reopened Animate. it then asked if I wanted to reopen the file with a pop-up. I said yes even though the application was already opening. When it opened, it didn't ask if I wanted to reopen the recovery file. Instead, it brought me to the main file selecting page thing. I didn't see the file. I searched in lots of folders, my trash, everywhere that made sense, but I couldn't find the file anywhere. I'm using a MacBook and running Adobe Animate 2020.Thanks, Antonym
Hello. I have dynamic text (the number '6' in the following image) that decrements by 1 every time the user presses the Enter key (as can be seen in code within the second image). If I make the dynamic text a symbol such as a MovieClip, the number no longer decrements on stage but the variable does within the code. How do I reference the dynamic text within the MovieClip symbol within my code so it decrements as it originally did on stage?
HiI've created several interactive animations (simulations) that use movieclips moved or rotated by code according to parameters entered during run-time. However, even though these animations run smoothly on computers, they run very slowly on mobiles.Then I used tweens instead of moving the object by code, and it worked smoothly on mobile devices.What is the reason and how to solve this?Thank you in advance
I have scrolling text in a movieclip that I want to fade in and out (top and bottom) using a gradient transparency mask. This has to be output as HTML5 canvas. How do you create a transparency mask with faded out edges?
how to open and update the swf file?
really irritating that the tools panel won't stay open - I have to go to Windows to open it each time........
I have tried all methods to stop this crashing but it still crashes on launch. All other adobe apps launch fine. I'm using Windows 10. If anybody has any suggestions I would love to hear them.
Hello,I'm brand new to animate and am trying to create a scene wear a bike enters and stops. I set up a motion tween but it keeps looping. I just want it to enter and stop in the middle of the scene and not move again. Please help!Thanks,Kate
Hi All, I have been looking for the solution to this and have tried multiple things but to no avail. I am super new to Adobe Animate so it might be something I'm completely overlooking. My project is set up like this:Scene 1 (Main Timeline) > MAN1_MC (First Child Movie Clip) > EDITBUTTON_MAN1and2_MC (Second Child Movie Clip)I have buttons that, when clicked, should go to a different frame of the Second Child Movie Clip My code for reference:var root = this; root.stop(); var who_value = 0; window.edit_value = 0; console.log(edit_value); /* BACKGROUND MENU */ root.MENU_BUTTON8.addEventListener("click", fl_ClickToGoToAndStopAtFrame_2.bind(root)); function fl_ClickToGoToAndStopAtFrame_2() { root.gotoAndStop("BG_COLOR_MENU_BUTTON"); } root.MAN_BUTTON.addEventListener("click", fl_ClickToGoToAndStopAtFrame_WHO.bind(root, 1)); root.WOMAN_BUTTON.addEventListener("click", fl_ClickToGoToAndStopAtFrame_WHO.bind(root, 2)); root.MANWOMAN_BUTTON.addEventListener("clic
When I work on an animation project I make sure to save and then Save as and create multiple iterations of my project as I go along. I do this in the case my file corrupts and then I don't lose the entire project, as I have an older save to return to. However, I keep getting a glitch where I will save and then save as and then quit the program. And then when I re-open the newest file all of my work since the last save has been lost. It's almost like it reverts back to a previous save rather than saving my current work. Similar behaviour to if you were to select the do not save button when you quit after doing a bunch of work on the project. To clarify, in the below screenshot, file "Duke_MV_19" will be the exact same as file "Duke_MV_18" despite it being saved one minute after the recovery file. The recovery file has all of my work intact luckily. This glitch has happened multiple times. Is there any fix? Am I doing something wrong?
Hello, is it possible to export only the selected items as an image? The stage size is e.g. 1920 x 1080. I select some elements on the stage that are smaller and only want to export these selected elements as an image. The size of the image should be that of the selected element group, not of the stage. Regards,René
hi, im using adobe animate cc 2018. lately i've been trying to export an animation that i made with a background video, but whenever i want to test the movie or export it, it sends me that message: "this movie use features that are not supported in the flash player 26 player" and it exports the movie with a black or white background. please help
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.