Get help using Adobe Animate and creating animations.
Recently active
Hi, Is it possible to have an input change the timeline? Example: Clouds are floating across the skyline with a movie clip symbol. It loops happily floating accross the sky as I animated. But when a keystroke is entered, I would then like the cloud to float somewhere specific, and then cue other animations. Any suggestions on how to accomplish this? It almost like I need the cloud to have two timlines, one that loops and then switch tracks to the other one once the input is entered. Thanks in advance for any tips. Cheers
Hi, folks. I converted the game to html canvas.But sound and video doesn't fit each other. Video seems to be overtaking the audio. Could you give me any tips on how to fix it?
I open in Animate CC a .fla animation started in Flash CS5 with my old iMac under Sierra. I am now using a new iMac 27 inch running Catalina. I observe that the time to load clips from the library into the main scene is increased from 8 to 9 seconds, it was instantaneous with Flash and the old machine. It is a huge degradation. I haven't found a solution. What can I do ?Jayceebee from Paris france
Hey everyone ! I am using Adobe Animate 2020 and I cannot find the Gradient Transform Tool. I have tried clicking and holding the Free transform tool but it did not work. So could you pls suggest me something as I am a beginner
Since updating to Animate 2020, when using the mouse wheel to scroll in the action panel of a fairly long code block has a very slow or unresponsive refresh. When scrolling with the scroll bar or arrow keys, it's fine, so it doesn't seem like it's just a refresh issue. Is there a bug in the scroll wheel code? I predominantly use the mouse wheel to navigate so it really puts a stop in my work flow.
Hi there, lovely people! I have been reading forum posts and trying all of the methods suggested (space-bar-click, return, etc). I have created mouth poses for my phonemes, they are all in individual graphic symbols, and I have created a Mouth Visemes graphic symbol with all the phonemes centered, with their own keyframe, on the top line of the timeline, then I have imported audio. I click on Properties/Object/LipSync....and have followed one tutorial's advice to select the setting to play 1 frame at a time. (Though I have tried Looping and Play Each Graphic Once as well). I select Lip Sync and cannot assign visemes to phonemes. Only 1 of my visemes pops up in the thumbnail flyout, the one viseme the cursor is on. If I select all the visemes' keyframes, it doesn't help. Also, when I select Framepicker, I still only see one of my visemes. I'm missing something and have been struggling for days on this. Any help/advice would be
Hola que tal , tengo un problema con adobe effects ya que cuando abro la aplicacion ma marca error de conexion a internet, pero si tengo una buena conexion a internet, de igual forma al momento de agrear ya sea una imagen o algun texto se ve todo pixeleado.
I want to have a word fade into the picture. How can I do that?
Is it possible to convert Adobe Edge files so that they can be edited in Adobe Animate? If so, is there anyone that could do it for me? I have a subscription to all of the Creative Cloud apps, but Edge is no longer accessible to download anymore.Thank you in advance for any help you can give me.
Hi guys, I am new to Animate and am a college student. I am creating a quick game for my Animation class (We must use Animate). I created the first scene - intro and got this error - TypeError: Error #1010: A term is undefined and has no properties.at Cake_Creator_fla::Logo_197/frame115() The code was a simple stop animation this.Logo.stop(); Any clue why I would get an error?Thanks in advance.
Hello,I am a great beginner in Animate HTML5, I use the following code to move, with the mouse, an object named "myClip". This code works very well and also allows not to center the mouse on the object to move:this.myClip.addEventListener("mousedown", fctIA.bind(this));function fctIA(evt){var pm = this.globalToLocal(evt.stageX, evt.stageY);differenceX = (this.myClip.x - pm.x);differenceY = (this.myClip.y - pm.y);}this.myClip.on("pressmove", fctIB.bind(this));function fctIB(evt){var pm = this.globalToLocal(evt.stageX, evt.stageY);this.myClip.x = (pm.x + differenceX);this.myClip.y = (pm.y + differenceY);stage.update();} On the other hand, when several layers and clips are present, the movement of myClip becomes very slow: a delay of a few seconds occurs when I try to make a movement.What is my mistake? How can I fix it?Thanks to everyone who can help me.Translated with www.DeepL.com/Translator (free version)
Hi,I have started reworking my old Flash website that I want to use again now that Animate makes HTML5 Canvas so much easier. The trouble is that whilst I have managed to get every feature of the page I've completed so far working on the desktop (partly thanks to this forum!), none of the cursor movement features work when viewed on an Android device. I've mainly used simple mouseover, mouseout and click commands, as well as replacing the cursor, invariably added using the code wizard. You can see my work in progress here: http://www.guestmug.co.uk/oldhome.html Obviously, the missing functions are vital to the site. Is there a simple way to make it responsive in Android? The click functions do work, by the way. Thanks. Paul
I don't understand actions all too well. I'm trying to get my animation to play only when "play" is pressed, the whole thing plays by itself instead.
I am new to Animate and I am having problems changing the font. I have a text box with static text which I want to change to a another font that is installed on my pc and is visible in the dropdown in Animate. It does change the font, but when I click outside the box the the new font is not applied. By the way: Is it possible to copy-paste the font attibutes like in Premiere Pro, so that I don't have to change the font manually in all text boxes? Thanks in advance!
Hey all, this is my post here so let me apologize in advance if it's hard to understand. Now for the question. We've been using Flash for a few years now to build web applications where we show the cooling installations values to our customers. To build these pages we have a library with all the different components like valves or compressors. In Flash we were able to grab a component from a library and place it in a new file. When trying to edit this component it would tell you it was linked to somewhere and editing it would break this link. Now in Animate CC we have made this same thing possible by placing the components from the library in a second library where we would add these links in this second library so when we would try to edit it when drawing with these components it would sent us to the first library. This feels like the same result with extra steps. I've also noticed that for some reasons these links break regardless. I hope anyone here knows a solution
Ok im started new thread cause existed was marked as solved.I cant publish android apk with my old certificate. But i need this cause i cant update my old android games with new created certificates.Dear Adobe team can you say how much time you need to fix this? Im not alone.
I am creating a phonegap app utilizing the exported html5/js from adobe animate. It will be a "Multi Page Jquery App" with the Animation being the first page. After the animation stops, 3 buttons will show. My goal is for app user to click on any one of the buttons in the animation (animation is page1 of data-role) and to link to any one of the other 3 pages within the multi page index file. Everything is within that one index.html file. The first page is id=page1 (which includes the animation exported from adobe animate), then there is a id=page2, id=page3, id=page4.Out of all the buttons in the animation, only the one that links to id=page2 works. The other buttons that link to page3, and 4 do not work. The page2 button works perfectly. Is there something I need to add to my index.html document or is the problem within the animaton buttons? Actionscript for each button:this.BUTTON1.addEventListener("click", fl_ClickToGoToWebPage_7);function fl_ClickToGoToWebPage_7() {
There are some outdated ways on youtube
story:i was animating something on animate and i do have autosave on and i know it autosaved the animation a few times. I restarted my computer without worrying since i new that i'd get the recover animation option. when i opened animate i didnt get the option, instead i got an error saying it couldnt open it. question:can i get this file back or is it just gone from my computer forever??? if i can get it back can someone please tell me how? i use adobe animate cc 2019 on a windows computer edit:i found the file but i cant open it for some reason can someone please help
Comme vous pouvez le voir ci dessous, mon crayon bug complètement. Il fait des traits comme s'il coulait et il y a un gros décalage entre le stylo et ce que je dessine. Impossible de dessiner, j'ai réinstallé animate pour voir si ça allait marcher, ça à marché jusqu'à ce que je branche un deuxieme écran en hdmi. La premiere fois l'hdmi était branché aussi. Je pense donc que cela à un lien mais le bug reste meme si je débanche le second écran, en gros la seule chose que j'ai trouvé était de réinstaller le logiciel. Sauf que c'est une perte de temps + ça ne m'assure pas que le bug parte pour de bon. J'ai vraiment besoin d'aide... merci
Hello,When a Bitmap image or Bitmap fill is present, I am unable to publish in "Texture" or "Sprite Sheet" format. Only in "Image Element". Is there a way to publish in "Texture"?Thank you for your answers.
[deleted]
Hello, I have again a non-sence bug. My button :The over state is a movie clip. But when I export it to HTML5, the over is NOT animated.Nothing about it on forums. What happend ?
I'm aware that this is the wrong forum post but I have absolutely NO IDEA why I can't create a new discussion in the Animate CC sub-forums. Nonetheless, let's get to the point here.So, I'm looking to draw in Adobe Animate CC because I can't draw with a mouse and I think that's close to impossible for anyone as well. In order to resolve that, I'm looking to buy a SUPPORTED Wacom tablet for creating frame-by-frame animations so I have no clue to which drawing tablet would be great. As a freelancer, I have my eyes on the Wacom Intuos Draw Blue Pens and the Wacom Intuos Draw Creative Pen Tablet CTL-490DB-Blue.I'm no professional in drawing tablets and this is the first time I'm going to buy one, so I'd like to buy on the recommendation of you guys.THANKS IN ADVANCE
Hello,My HTML5 is : But when I export, all filters disapears : How can I fix that ?Thank you.
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.