Get help using Adobe Animate and creating animations.
Recently active
I'd like to serialise (automate) creation of user interface by constructing series of buttons and placing them on a HTML5 canvas. I have JSON file that I read in and construct an array of properties menuItems[], as such:menuitem[0].title = "Option 1"menuitem[0].path = "Path 1"menuitem[1].title = "Option 2"menuitem[1].path = "Path 2"menuitem[2].title = "Option 3"menuitem[2].path = "Path 3"...So far, the code I have working looks something like this: _Btn01, _Btn02, _Btn03 are instances of BtnMain button objects added on timeline from library (i.e., not added dynamically)function BuildUI(){root._Btn00._Label.text = menuItems[0].title;root._Btn01._Label.text = menuItems[1].title;root._Btn02._Label.text = menuItems[2].title;...root._Btn00.id = 0;root._Btn01.id = 1;root._Btn02.id = 2;...root._Btn00.addEventListener("click", fl_OptHandler.bind(this));root._Btn01.addEventListener("click", fl_OptHandler.bind(this));root._Btn02.addEventListener("click", fl_OptHandler.bind(this));...}funct
as the title suggests , would it be legal for me to download macromedia flash 8 for free from random websites or would it be considered a crime ?thank you.
Hello, I made an animation with a lot of symbols and tweenings and stuff. So one of the symbols have many symbols inside of it, one of them is color changing, (like the symbol has colors which fade from color to color) and that specific color chnaging symbol is just not appearing on the exported video, im not sure why, it is set to visible.
Hi I need much help for meTo turn pages like a bookBy Animate program I want the page-flipping Effect movement and the shifting between pages (frames) ??Page type HTML5 Canvas
I am using animate 21 . When I overlap two objects of same colour . the common par becomes dark. I want the colour to reamin same . Where am I missing ? Please friends , help me out.
Please bring back FXG.SVG is no solution for coworking with complex files in Flash and Illustrator.Since years i've installed old cs6 version of Flash and Illustrator only for the FXG export / import.Thanks
I'm using Animate 20.0.2 and often accidentally adding keyframes to a Classic Tween span because Animate will automatically add a keyframe if I move the tweened movieclip on the stage. Is there a way to turn off the Auto-Keyframe function? iMac: MojaveAnimate: 20.0.2
Hi,Can you help me.Details of 4 ID are visible by pressing button 1. I have shown these details through a text window (instance name: txt) and I have a back button.It is working fine.If what I needThe details in the ID 1 should display at the pull of by button1.The details in the ID 2 should display at the pull of by button2.The details in the ID 3 should display at the pull of by button3.The details in the ID 4 should display at the pull of by button4Please help me.sorry not proper communication.JSON file."data":[{"id":"1","name":"John Deo","class":"Four5","mark":"75","sex":"male"},{"id":"2","name":"Max Ruin","class":"Three5","mark":"85","sex":"male"},{"id":"3","name":"Arnold","class":"Three5","mark":"55","sex":"male"},{"id":"4","name":"Krish Star","class":"Four5","mark":"60","sex":"male"}]}JSON file scriptvar that = this;this.json = {};this.loadJson = function(url){var queue = new createjs.LoadQueue(true);queue.on("fileload", that.onJsonLoaded, that);queue.on("error", that.onJsonLoad
Hi everyone, I'd like to insert a video component hosted by Vimeo or YouTube in my HTML5 canvas.The video component let me upload a video from a folder on my computer but apparently does not allow to insert a hosted video.Is there a way to arrange this issue?Thank you in advance
Hello, when I publish my animation created in Adobe Animate (html.canvas) with several buttons (like play, pause, GotoandPlay or upload another animation), after a few clicks it gets stuck. It doest the same even if I upload it to a web. Could you please give me any advice how to cope with that?Thank you!David
Hi, I downloaded a fla to make some fnf mods, but after saving my edits that i made, i reopened it and realised my progress is gone. what do i do? Moved from Using the Community (which is about the forums) to the correct forum... ModTo find a forum for your program please start at https://community.adobe.com/
I got mid-way through the excellent HTML5 Flappy Bird Game Clone tutorials and to my great frustration parts 4 & 5 seem to have dissapeared. Any leads on where these are hiding? Alternatively, if anyone can suggest any other good primers on developing interactive html5 content in Animate would be much appreciated.... Here are the parts I've managed to find. You'll notice that the links at the bottom to further parts of the tutorial are broken. I tracked these down by searching by title and hacking the URLs and have no luck with these methods for parts 4 & 5. https://blog.adobe.com/en/publish/2016/06/29/building-a-html5-flappy-bird-game-clone-with-adobe-animate-cc.html https://blog.adobe.com/en/publish/2016/07/13/building-a-html5-flappy-bird-clone-with-adobe-animate-cc-part-2.html https://blog.adobe.com/en/publish/2016/08/31/part-3-building-a-html5-flappy-bird-game-clone-with-adobe-animate-cc.html https://blog.adobe.com/en/publish/2016/09/28/p
[Moderator moved from Using the Community (forums) to Animate.] Hello, I have made GIF's in animate before and have not had this issue and am confused on why it started and why it is not simple to fix. I am trying to export something as a GIF but whenever I do, the "optimized" version is being saved, even when I choose hte "original" version. I have tried to tweek the preferences. I have tried uninstalling and reinstalling the program Nothing seems to work. The exports are coming out grainy and with altered colors. When I preview it in animate, before the exporting step, it seems fine and other projects that I have worked on in the past, all have resulted in crisp, detailed GIF's being exported. Can anyone assist with a resolution?
I cannot for the life of me get the paint bucket tool to change the color of a shape I drew earlier with the Oval tool. I've read through several threads on the paint bucket not working, but none of the solutions work. Changing the Fill Gap settings does not fix the issue, and there is no option anywhere to toggle Object Drawing. The closest I can get to what I want is to set a tint to a different color and then set the tint to 100%, but I need to know how to actually change the color of this object with the Paint Bucket tool. Any ideas what's going on?
Hey it's been quite some time, almost 3 years. Is there any progress on the AMP html banner output from Adobe Animate? thanks!
Hallo,ich will Adobe Animate Testversion herunterladen. Allerdings wird dann die Creative Coud runtergeladen, in der Animate nicht enthalten ist. Da ich alte fla-files bearbeiten möchte, muss ich Animate erst testen, bevor ich es aboniere.Gib es eine Möglichkeit, eine Testversion zu nutzen?
Hello. I have this code that controls the download of a sound from my computer. This way it works fine. It has a loading bar. The problem is that I want it to upload a sound stored in the cloud. Specifically in Google Drive. For this I put the link that Google Drive gives. This link: https://drive.google.com/file/d/1QI3CNpskb2Oa8yJ1_3FzlXyUZlP_l0Fc/view?usp=sharing It does nothing and does not give an error. This is the code package { import flash.display.Sprite; import flash.media.Sound; import flash.net.URLRequest; import flash.events.Event; public class ProgressBar extends Sprite { private var _sound:Sound; public function ProgressBar() { addEventListener (Event.ENTER_FRAME, onEnterFrame); _sound = new Sound (new URLRequest ("schubert.mp3")); _sound.play(); } public function onEnterFrame (event:Event):void{ var barWidth:int = 200; var barHeight:int = 5; var loaded:int = _sound.bytesLoaded; var total:int = _soun
I'm trying to find out if there is a way to make the html page refresh less often. From what I think is the page looping through all the objects and calling the onenterframe function of these objects. Is it possible to slow this process down so it does the loop less often? I could be totally of on the way it functions but if Im somewhat on track Im hoping this will increase the performance of our page since it's been taking up a lot of resources.
I opened up Adobe Animate to keep working on my project, but it wasn't in the recent page, so i clicked file, open recent, and saw the file name, but when i clicked to open it, an error came up and said "This file does not exist, and it will be removed from the list." I checked the file location, and the recycling bin, but still no sign of it. I specifically remember saving it last night too. There was no prompt asking if I wanted to open a RECOVER file of it either. I'm kind of freaking out, is there any way I can get my work back?
Hello all 🙂This will be difficult to explain, but I will include images to aid the description of my issue. So I have created a rig of an Orangutan cycling a bike which is towing a trailer carrying his dog (SEE image 1), this will feature in my upcoming student film, 'Albert'.The style we decided to go for is similar to the Mr Bean animated series (if any of you are familiar), where all the characters and significant objects have a thick outline around them. From what I know, Adobe Animate does not actually have a feature intended for creating this look, but I discovered a hack which allows me to output such an effect:Put all of your frames of animation into a Movie Clip > Add the "Glow" filter > (the filter allows you to control the blur & strength for your glow line; Put the strength up as high as it goes (25500%) then the glow line will not blur due to the stength overwhelming it; meaning you can control the weight of your outline with the blur adjustment.This
Hi there! I'm trying to export a video, but I can't. The Adobe Media Encoder opens, but there is no item in the queue. I use Widnows, and my document Width&Height is 3840x2160. I have also downloaded Quicktime Player, but that doesn't seem to make a difference. I suspect I cannot generate a .mov file.I'm really lost. Can someone help me out, please?
Hi, I've recently started using Adobe Animate and when I publish my site my click tags work perfectly but any of the newspaper publishers I am sending them to tell me that they keep getting an error message from Goolge Ad Manager that it is missing Click Tags. I have not idea about HTML or Java script so I have no idea how to fix it. Can anyone help me?Thanks
Last night, I was toying with animate. I drew a stroke and suddenly "Animate is processing stroke" shows up. I waited a couple of minutes for it to load and go away but it showed zero progress (0%). I don't know how to close Animate because of the pop-up getting in the way. It's really straining my pc by having it open for 24 hours. I restarted my pc and everything the next day and the app is still open with the pop-up. Help??
So, I am trying to make my armature wave with a tween. I am trying to start out slow, and then fast, then slow again. How do I ease the tween with an armature?
One of the assets in my library, a movie clip called char_body, seems to keep corrupting. If i delete it, my animation plays normally, but it removes the entire armature that it's part of. If I don't remove it, when I try to test the movie it gets stuck at zero and the "send crash report" window apears. This also occurs if I remove the content inside the symbol(a shape), but previously when the asset corrupted I could just delete and replace the shape and everything would go back to normal.Trying to convert the symbol to a compiled clip also crashes.Is there any way I can un-corrupt the symbol, without deleting the armature that it's a part of?Also, when I try to attatch the .fla file(mainFile.fla) to this post, it says The attachment's mainfile.fla content type (application/octet-stream) does not match its file extension and has been removed.
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.