Get help using Adobe Animate and creating animations.
Recently active
No it doesn't work. We have a virtual computer lab for my 50,000+ person university and NO SVG export functions work in Animate, they all throw javascript errors. I spent 2+ hours with Adobe technical support today and they are helpless, low knowledge, and couldn't care less that this affects FIFTY THOUSAND PEOPLE. It hurt, watching the tech support person struggle try to find and view the layers in the document during a screenshare, as though counting the document layers would fix the issue. The only thing the tech support people could do was forward me to dead phone extensions that hung up on me or tell me I needed to reinstall the software. In that case you should pleasantly press the big red emergency button, get someone with some decisionmaking on the line and get in touch with the Enterprise IT contact for the organization. I would advise using any other possible software.
Hi guys new to Animate so please bare with me. I am looking to create a trigger when rolled over to play an impoted GIF sequence, which works fine in ActionScript but cannot work out where I am going wrong in HTML5. I have created the sequence code below which works fine 'on click' .However, instead of 'on click' I need it to function 'on mouse over'I have been searching YouTube and on here for over 3 hours and my brain is about to explode. Any help would be much appreciated./* Stop at This FrameThe timeline will stop/pause at the frame where you insert this code.Can also be used to stop/pause the timeline of movieclips.*/this.stop(); /* Click to Go to Frame and PlayClicking on the specified symbol instance moves the playhead to the specified frame in the timeline and continues playback from that frame.Can be used on the main timeline or on movie clip timelines.Instructions:1. Replace the number 5 in the code below with the frame number you would like the playhead t
open the file in Movie clip >>> apk import flash.utils.Dictionary; import flash.media.StageWebView; import flash.desktop.NativeApplication; import flash.events.MouseEvent; import flash.filesystem.File; loadpdf.addEventListener(MouseEvent.CLICK, openpdf);{ var urlpdf:Dictionary = new Dictionary(); this.sitpdf.urlpdf[loadpdf] = "../test.pdf"; function openpdf(e:MouseEvent):void { var url:String = urlpdf[e.currentTarget]; if (url) this.sitpdf.navigateToURL(new URLRequest(url)); } }
welcome everybodyI want to include the font type Adobe Arabic (for example)To write Arabic numbers (...........)Adobe Animate It does not support these numbers ???Please help me because I want it to create an interface with these numbers
So i have this Wacom tablet. Not the screen type, just the pad type. I've updated the drivers, re-installed them, everything, and it works on all other programs. but for some reason Animate acts as if my map settings set up for one screen is meant to encompass both my screens. The only thing about this issue i could find is just adobe stating they know about it, is this issue going to be fixed?
Hi everyone, what is the best way to create a proof of multiple Html banner ads created in Adobe Animate.I have to send hundreds of adverts to a client, but they dont want to have to unzip each one and double click on the Html file to preview.I know there are a couple of platforsm thet offer this service like Adpilier, but does Adobe have a solution for this. Kind regardsBen
I made some animations in Adobe Animate. See attached Animation.gif. When I publish, and play them in a browser on my desktop, I average about 47 FPS. When I play them on a smartphone, I get about 20 FPS. In both cases, there's visible lag and jerkiness. The project is set for 60 FPS. 60 FPS is just a test. I don't intend for the final project to run at 60FPS, but even if I drop it down to a more reasonable 30FPS, both the desktop and smartphone still have lag and jerkiness. My guess is that the problem is caused by the fact that these animations are made out of complex objects, with a large number of lines, and the computers trying to run the animations are having a hard time calculating the location for and drawing each tiny line. Digging around online, I can see that Adobe Animate supports caching vector images as raster images at deploy time. Unfortunately, when I do that, it doesn't appear to help performance any. I think this is because what I end up wit
I have an ActionScript 3 and i cannot select a Font Style on any Fonts i have, I've tried OpenType, TrueType, and Post Script. I have the latest version 20.0 I ahve un installed and re-installed. and i am still having this issue. Reported it as a bug what wanted to see if anyone with macOS Catalina was having similar issues.
I can draw in photoshop with my tablet just fine, and at the beginning and end of this video i draw with my mouse just fine. But when I draw with my tablet it just makes a straight line?? I use a Huion KAMVAS GT-191 Tablet. https://youtu.be/rSCXMbMiFqA edit: I updated all my creative cloud products, and I reinstalled my drivers (latest version) and animate is still not fixed, and now I have no pen pressure in photoshop. 😞
I am drawing an animation using an iPad Pro. I want higher quality and I believe Adobe Animate is vector. Is that correct? If so, how much would it cost per month to use Animate on my IPad Pro and what is the best app to export to compile my animation?
I'm creating an HTML5 Canvas project which has multiple embedded videos using the Video Component. How can I trigger an action (for example, to have the timeline gotoAndStop to a different frame) when the video reaches its end, or alternately when the video reaches a certain frame?
This is happening to many of my symbols, but I'll stick to one for clarity. I have a rig. I created a head symbol for the rig. The head symbol has two rows in the timeline; one is for a happy face and the other is an emotionless face. I use the correct symbol. But when I play the animation back, the faces begin to switch between happy face and emotionless face every other frame. My goal is to have just one default frame being used unless I change it. This is happening to my hands and arms as well. I spent two hours last night trying to figure it out. It's a recurring problem and I can't figure out what's causing it. I even went into the frame picker and picked the correct face for each frame...only to have many of them revert back again. Is Adobe playing a prank on me? Is there something that I can do or stop doing that will avoid this? Are there any good resources on learning more about nested symbols and frame selection that would help me understand the issue that I'm having?&nb
Hello, All! I'm a complete novice, so no advice is too small. I've had years of experience in illustrator, inDesign and Photoshop, but am completely new to adobe animate, after effects and premiere pro. Recently, I've been trying to create a board game in Adobe Animate. All I want to do is have the player be able to move their game piece on the gameboard. I'm a teacher and am trying to make games for my kids during this COVID-19 crisis. I've seen lots of tutorials about Draggable Elements, etc. and nothing I do seems to work. I'm pretty fast at picking up on things, so I'm not sure what I'm doing wrong. I know there is an easy way to do this in ActionScript, but do not want to do it this way as it will not be sustainable. Help!!! Thank you,M
Here is my code for the 1st actions keyframe:this.stop(); button_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage); function fl_ClickToGoToWebPage(event:MouseEvent):void{navigateToURL(new URLRequest("https://www.wizardingworld.com/news/discover-your-hogwarts-house-on-wizarding-world"), "_blank");} button_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame); function fl_ClickToGoToAndStopAtFrame(event:MouseEvent):void{gotoAndStop(2);} button_3.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_2); function fl_ClickToGoToAndStopAtFrame_2(event:MouseEvent):void{gotoAndStop(3);} button_6.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_7); function fl_ClickToGoToAndStopAtFrame_7(event:MouseEvent):void{gotoAndStop(4);} button_7.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9); function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void{gotoAndStop(5);} And my code
Hi All please i need help as i need to depend on others for delivering my work.As i am facing this issue since last 4 month. whenever i tried to export my animation to video/media my media enconder gives the below error i tried uninstalling and reinstalling both software (animate and media encoder) but still unable to resolve this issue. also tried installing the older version of media encoder.Machine specification: Mac OS
I downloaded adobe animation to try it out. After a while I realized it wasnt for me. I had issues canceling my account and thought I had done it. I just got charged again for it and I'd like a refund. I havent used it since the 1st day I downloaded it. I dont have the money to keep using it.
Hi,My pc automatically updated adobe animate, and while I'm working, it had been crashing since then. It sometimes happens when I drag the keyframes. I was wondering if the problem happens because the update is not compatible with my pc or if it has to do with a storage problem of animate since the file I'm working on is around 2000-3000 KB and about some of my files are about that big as well. I would love to know what the potential problem could be. I'm pretty new to the technical stuff so please bear with me. Thank you.
The tutorial seems simple enough. You choose the boy trekker character, select a background, insert the keyframes, create the motion tween and then move the background to create the illusion of a boy walking. Every time I follow the steps though, my character is walking in place as if he's on a treadmill. I have tried Adobe products in the past but never spent much time with them because I wanted products that were less frustrating. However, almost every YouTuber I admire tells me that they use Adobe products when I ask them what they use and so I want to stick with it this time. Please help.
Hi everyone,I've got a problem with Eraser tool. I use Wacom Intuos Pro and a performing desktop for Animate Last version. What's it happening? Eraser gets a delay/lag. I attached a video-clip. And p.s. none eraser ploblem on laptop MSI GE75 Raider.
Hi everyone! What would be the highest quality render settings (format and preset) in Animate? I will be importing the files to Premiere for edit, and so far I can't seem to get good quality and there's so many settingd to chose from. Previously, I would import SWFs to the older version of Premier. Thank you in advance!P.S. I'm using a pc if that matters.
The lip sync tool stopped working after the last update. It is not possible to select the mouths that are within the frames.
I recently got an XP-pen drawing tablet with windows 10 and immediately got back into animate cc but when I select the brush tool there was no option for pen pressure, I searched the properties bar and the tools bar and couldn't find it anywhere, it was there when I used my Wacom tablet with windows 8 but for some reason isn't working here, I saw somewhere that I just can't use it because of the tablet I'm using but I want to know why.
Hello, and I am here to say.... HELP!!!!!!! I can't import screenshots from my clipboard properly. It just goes weird. I am one of those people who are a fan of Animation .vs Animator and Crazy Errors, so it is really annoying that I have to go to Paint and save it and import it from a local file. Can someone help me? Also it has not been happening before, ever since I reinstalled Windows it has been doing this. Screenshot of what the correct image is:Screenshot of the one in Flash:So what do I do? ThanksFlyingLapis6 P.S. Photoshop imports fine.
Hi there any one can shed some light on the ishue is it is a html5 animation when open in chrome there is no sound or sound comes very late but when open in fire fox it is working fine plz check Www.gsmdost.tkWww.gsmdost.tk
I have created a character and animated the walk cycle in the center of the stage. I now need to put this character in a backdrop that I've created and have him move. I would like for him to walk into the frame from the left. The problem is I don't know how to move the character within the space without going into/changing every keyframe in the walk cycle. I come from premiere, where I would call the solution "nesting" the sequence so I can move, scale, and rotate it without effecting the walk cycle animation. I've created symbols for each of the body parts (followed a "draw with Jazza" tutorial) so I can't make the entire piece a symbol (when I try this it says you can not put a symbol within a symbol). Any help would be greatly 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.