Get help using Adobe Animate and creating animations.
Recently active
Hi,I'm working on an animation in animate to which I further add effects in after effects. I'm dropping the animate source file in after effects which works fine. But if I go back and make changes in the animate file, it does not reflect in after effects. I have to delete the current animate file in Ae and then import the animate file again to see the modified file. I'm not sure if this is a bug or if animate files don't get updated in other adobe apps yet. Please let me know. Thanks!
Today, I've just downloaded the Adobe Animate software, but now I'm running into a large and irritating issue. While using any brush or pencil tool on my drawing tablet, the brush stroke shoots upward in a vertical line and misplaces the mark of the brush. In order for me to draw on the canvas, I needed to draw out of the canvas' border to create a mark.What's stranger is that this issue only happens when using my tablet pen (Wacom One tablet & pen) and not when using my mouse. The pen and tablet works normally on programs such as Photoshop or Krita, so I can't see any reason why Animate is acting up. Any solutions or words of advice? I'd really like to use this software, and it's a shame that I've encountered a bug from the get go.
Originally created in Flash, I exported this file years ago with no problem. Now the client needs an update, but export to video/media repeatedly stalls at 76% before Media Encoder can get to work creating a YouTube video. Need help ASAP please. The file is here: www.nydesign.com/Gisser2016-H.zip
Hello, guys! The task. I have movieclip panel_PA_anim, which has eventListener. I would like to open another MC and put it over mouse. How should I adjust my code to fix it? this.panel_PA_anim.addEventListener("click", (e) => { let l = this.globalToLocal(stage.mouseX, stage.mouseY); Object(this.parent).incorrect.x = l.x; Object(this.parent).incorrect.y = l.y; Object(this.parent).incorrect.visible = true; let a = () => { Object(this.parent).incorrect.visible = false } setTimeout((a), 700); }); Thank you in advance!
Hi I am a complete noob to animate. I'm sure this is very basic but any help would be appreciatedI am trying to create google display ads(usually use GWD but would like to move to Animate). I have all my artwork setup and ready to animate. For example, I have my headline text at frame 0 and keyframe at frame 15 to nudge up 20 pixels. That part is fine but when I keyframe that layer the rest of the layers disapper. Layers like the background layer and logo should be visibile throughout the animation.What am i doing wrong? Thanks
I am hoping that I can get some direction! I have a client who would like to make a tourism map created in Illustrator interactive so that if you click on one of the business/place names it gives you a pop-up? that have the map location (google?) and a quick description and website address. I've never done anything like this before so am not sure what software to use. Help! Thanks in advance!
So I work for a company where were trying to publish HTML5 ads onto Google but my zip file keeps getting an error (screenshot attached). Let me know if you need more screen shots of this issue.Is there any up to date documentation on how to publish Google Ads using Adobe Animate?
I'm trying to make interactive HTML5 content that is essentially an emulation of a cell phone interface. I'd like to let users scroll through 'feeds' with both a right-hand scrollbar UI element, with the mouse wheel, or swiping (mobile, lol). I know that previously when using Flash, I could use a ScrollPane UI component. However, no such component exists in HTML5. I'm hitting some roadblocks with writing the code and was hoping someone here would be able to give me a heading?
Hi! I am creating an interactive HTML Animate story for the web. I have this worm png that I want to follow my cursor around the stage. I would ideally like it to ease with the cursor and orient itself, with the head following the cursor. I have found some examples using JS but I have NO IDEA how to transfer the JS code into animate. As in I'm not familiar with references elements on the stage in animate. Any help would be much appreciated.
Dear Adobe, I know you all might not use Macromedia Flash 8 anymore these days, but what I'm here and concerned for is that I am planing on uploading a SWF file to the internet. And when I have the "play" button inside the MovieClip, it won't head back to the main timeline. I have the main timeline named "MainMovie" and I want it to head back to the main timeline of the beginning when I click play inside the MovieClip. I want you guy's advice to what code I can use for it in Macromedia Flash 8. And I have screen shot below for a good example for you guys.
I have recently moved from an old Windows 7 system to a new, up-to-date Windows 10 system. The OS is now current, drivers are now current, and my Adobe apps are now current.And ... I can't get HTML5 output to work properly. Often, the animation simply won't play. The fonts are swapped out at random. Or it plays locally but not from the server (or the other way 'round.) Etc.I can open a file I created a month ago on my old system, publish new HTML5, and the new files won't work. When I test them, nothing happens. No animation plays. Or it does play but half of the fonts have been replaced. Or it works once and then, after making a minor revision to the FLA, it stops working.I don't even know where to start looking. Is it possible I've got a switch set wrong somewhere? Or ... ? My client wants to revise a series of ads made a couple of months back and I can no longer publish working files. HELP!
I'm working with Adobe Animate 20.5.1.In Animate, my project has properly aligned text: When I publish my HTML5 project and open it in a browser, the text is not aligned: This happens no matter if my text is Static, or Dynamic.Is this a bug? Or am I doing something wrong?
Hello, Below is my code to move a clip called myCLip this.monClip.addEventListener ("pressmove", fct.bind (this)); function fct (evt) { var p = this.globalToLocal (evt.stageX, evt.stageY); this.monClip.x = p.x; this.monClip.y = p.y; } How can I prevent the mouse cursor from being positioned at the center of the myClip object? Thank you for your reply.
Can I change keyboard layout settings(keyboard shortcuts) in Adobe Animate using keyboard shortcuts on the canvas while drawing?
Hello how about community friends, I have a problem with Animate CC, I am trying to export my canvas or html5 project, and nothing is seen on the screen, is there anyone who can help me? Another question, how can we execute the project locally?
Hello, guys!I would like to know how to correct the code to prevent "jump" of instance (Y coords) to initial Mouse Down position. What should I add? this.L.y = 430;this.L.on("pressmove", function(evt) { let p = evt.currentTarget.parent.globalToLocal(evt.stageX, evt.stageY); //evt.currentTarget.x = p.x; evt.currentTarget.y = p.y; if (evt.currentTarget.y > 730) { evt.currentTarget.y = 730; } else if (evt.currentTarget.y < 430) { evt.currentTarget.y = 430; }stage.update();}); Thank you!
Is it possible to Select MULTIPLE SCENES in order to delete or copy/duplicate?Or, can this only be done one at a time?
Application: Building the device• The Ordering option has to be shown by default with cursor in first blank.• Corresponding Options has to be shown below the bit to be filled.• Once a value is entered, click on next to enter blank, repeat the process.• Once all blanks are filled, the respective device views are displayed, which will be the reference device for all the information that follows. How to create a animation which has drop-down menu with respective 3D devices views.
I was trying to create a frames to symbol command but got the error enter edit mode requires a selection, here are all the commands I selected
So I am completely new to Animate. I use the latest program and use a Pigma Turcom tablet. I'm having difficulty describing my issue, which I know is annoying, so bear with me. When sketching with my pen and tablet, I can't do small strokes. It doesn't like me doing small movements with the brush tool, and just doesn't draw and then registers as a right-click. So sorry for my poor description, I hope to hear back soon because I really need to get a move on with a project. Thank you all in advance.
Hello, Used to AS2, I'm getting started with HTML5 JavaScript from Animate. In AS2, it was possible, in a movieClip, to target a scene element using _root. For example in a movieClip, we could target an object on the stage: _root.objetScene._visible = false; What is the method on Animate? Thank you for your reply.
Hi forum. I have a sequence of PNG amimations, which were done in a 3D software. But now I need to export them In one vertical colum sprite sheet. can this be done some how using adobe animate? The sample I have attached is what I need. Thank you.
Hi TeamI am developing a HTML animation which has 2D content, voice over, subtitles and a few videos.The voice overs are going to be in many languages. Is there a way to change only the language at the flick of a button instead of creating the animation repeatedly in different languages?Best Regards
I'm brand new to Animate and am trying to make a simple map with one frame. The end result I'd like is an embed code or something that can be put into Weebly so this map will function. The way it's supposed to work is when I hover over a button (the pink box with a number in it) a movie clip appears which is a white box with a title and photo. When I click on the button it goes to a website. I've finally figured this all out and it works fine when I test it in Animate, on a browser, or in an SWF file. The plan is to create buttons with different info for each tent, but not until I find a way to make it useable on the web. Help please! The problem comes when I make a mp4 file. https://vimeo.com/441067927 I get a 5 second long movie and only the white box with title and photo shows up. There are no button and no actions. I've tried saving as an animated gif and that doesn't work either. What do I need to do diff
Hey there, I try to customize my shortcuts in Adobe Animate 2020 but what ever I put in for Vie > ZoomOut is ignored and won't show up in the shortcut dialog window. It just stays empty. I did this before and it worked on my Mac. On the PC it is not. I already uninstalled and reinstalled the App as suggested in another post for a similar problem ... no result. Any suggestions?Thanks a lot
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.