Get help using Adobe Animate and creating animations.
Recently active
Hello Adobe, Stylus pression is not working anymore with the new version 2020. Probably will have to get back the old version AGAIN (this happen during the 19 version and photoshop). Using Wacom 13HD.So, how to fix the trouble this time please? Seriously, this is starting to be annoying when you remember we are paying for a suite who is supposed to help us to be productive and not the inverse.
i had imported an audio file into animate but accidentally deleted the original file. i want to know if there is any way to export the audio file in my animate without exporting the entire file as a whole. i know this confusing but i just want to transfer an audio fie within animate to audacity.
When I turn on onion skin it adds what I drew in the frame befor to the new key frame I add. I don't know why this is happening so please help.
Anyone else have this issue? Animate crashes immediately if I open keyboard shortcuts. It's annoying and dumb and I assume Adobe will do nothing to fix it. Anyone know of any work arounds? I just want to change a shortcut.
Hello,I have a collection of games that I programmed in AS3, I still have the FLA and SWF sources, how can I display them on my site in 2021 when the browsers will no longer use Adobe Flash Player?Thank you.
Good Morning Everyone,I teach Animate and my students are using Animate 2020 CIB. I'm having issues with HTML5 files. They play fine when tested; however, upon publishing, they open to a blank screen (Chrome, Edge, and Firefox). In looking through the errors, it seems the createjs is either not found or is "insecure." This happens when I try to publish more complex animations from the text - those with larger libraries and animations (i.e. Lesson 8). I even deleted all of the textbook files, restarted everything, then played the text's 08End publish file and am still getting the same errors (see below). When I publish a simple animation of my own creation, it plays fine. I am stumped! Any suggestions? I have unchecked the "Hosted Libraries" button to no avail.The latest warning are:Access to XMLHttpRequest at 'file:///C:/Users/lastName/Downloads/animate2020cib/Lesson08/08End/WebAudioPluginTest.fail' from origin 'null' has been blocked by CORS policy: Cross origin requests ar
I get an error on line 29, can anyone help me to correct the error below? thank youline 28. }line 29. if(text_kosong == false && tj1.indexOf(keyword1_a)>=0)line 30.{line 31. hasil1.text = "CORRECT";line 32. }line 33. elseline 34. {line 35. hasil1.text = "WRONG The Correct Answer is 42");line 36. {line 37. resultLavoisier.addEventListener(MouseEvent.CLICK, resultLavoisier);line 38. }
I am rebuilding my old game built with AS2 for Adobe Animate canvas. Got stuck while duplicating the objects. Found this thread from JoãoCésar using new lib, and everything is fine but I would like to create multiple instances form my library item 'bug' (has linkage 'bug' as well). Pardon my code, but I would like to be something like this:var that = this; this.buttonAdd.addEventListener("click", addFromLibrary); function addFromLibrary(e) { for (var i = 0; i < 5; i++) { var ["bug" + i] = new lib.bug(); ["bug" + i].x = 10 * i; ["bug" + i].y = 10 * i; that.addChild["bug" + i]; } }... where I expect all 5 flying bugs on stage. Obviously it doesn't work with dynamic variables. As I understand bracket notation should be used over eval in Animate javascript, but not sure how exactly should I use it. As furhter more I would like to access these created bugs for collision event as well. Many thanks!
After spending countless hours searching and trying various methods, I'm out of ideas. I need to embed multiple canvases on a page, and trigger their timeline when they come into view from an external js file. For the sake of brevity, I'll leave that part out. My iframe canvases render fine, however, I can't seem to be able to target a child movie clip timeline, and can't seem to wrap my head around where I'm going wrong. I've declared this on my main timeline as suggested in another postvar _this = this; window.sceneOne = this;Here is the code that is being iframed in:<div id="animation_container" style="width:665px; height:344px"> <canvas id="canvas" width="665" height="344" style="position: absolute; display: block; background-color:rgba(255, 255, 255, 1.00);"></canvas> <div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:665px; height:344px; position: absolute; left: 0px; top: 0px; display: block;"> </div&g
Like what.I'd like to click on the jiaose pop-up prompt var jiaose = {name: "gw",dh: function() {var shape = new createjs.Shape(new createjs.Graphics().beginFill("#ff0000").drawRect(5, 5, 50, 50));this.addChild(shape);this.on("click", function(){alert("ss----")}); }};
in einem rechteck ist ein statischer text vorhanden.den text kann ich genau in der mitte plazieren.wenn ich aus dem statischen text einen dynamischen text macheverschiebt sich der text aus der mitte ??????dank vorab
I have a looping 9 frame animation loaded as a .gif into Animate CC as a HTML5 Canvas document. When testing just the .gif alone it loops perfectly fine in Safari and Chrome browsers. However, when I add anther layer with any scipt at all attached the animation pauses for a frame in both browsers. What is going wrong here? The specific actions which are causing the loop to pause are a mouseOver script and a OnMouseClickGoToWebpage script. I am receiving the: Frame numbers in EaselJS start at 0 instead of 1. For example, this affects gotoAndStop and gotoAndPlay calls.
So, I've been trying to convert all my website's .swf's to HTML5 Canvas, starting with my menu bar. This file runs as expected when I test it in Animate, but when I upload this through CPanel and visit the address, I get this: The fonts are running off the sides of the buttons. I've designed these buttons with mouseover frames so that you should be able to see my animated characters when you hover over the buttons, but now I'm just seeing bits of symbols, even when the cursor is nowhere near them. When I do hover, the pictures are showing all distorted, like someone's moved a bunch of anchor points at random: Is there some kind of pitfall in exporting Flash content to HTML5 Canvas documents that I don't know about? Do I need to update my export settings? Please help; I'd like to have this working before Flash goes down next week.
Hi, I am trying to export video/media in Adobe Animate, but the last second of the last sound of stream type is cut out. It is ok if the type is changed to event, but the previous is cut instead this one etc.
Hello,I have many movieclip instances on stage and I would like to apply same "on click" function/code to every one of them._this.instHorse.on('click', function () { _this.gotoAndStop('CatFrame'); //and many more lines of codes });The movieclip instances are put on different frames of the main timeline so what I've tried was,rather than writing above on click event codes for every single one of the moviclip instances on different frames, create a global function named onAnimalClick on the Action panel > Global > Script >and apply this onAnimalClick global function to each of the movieclip instances on stage. I have created a function on Global>Script shown below:function onAnimalClick() { var _this = this; _this.instAnimal.instPaw.gotoAndStop('Swing'); // and many more lines of codes } and tried to apply the above function to each movieclip instance on stage:_this.instHorse.on('click', function () { onAnimalClick(); }); The above
Hi, I just thought with the new year on the horizon that I would write a post reaching out as I want to build up my network circle and seems with everything going on, the way to do this is online now. I just wondered how the rest of you are getting on with networking during this tough times? And I thought maybe to start a conversation, does anyone have any good suggestions for a website that has expressions? Thanks Rachel
I am having issues with the lip syncing. Basically, when it comes to setting up the visemes, I have all 12 of them done. The issue is that when I select the lip sync tab, the only viseme available is the one that is currently selected. For example, if I'm currently on Frame 1 and I go through all that, I can only see Frame 1 as a viseme. Not Frames 2-12. So what should I do? I've already upgraded Animate and I'm still having the same issue.
Simplificando, fiquei 16 horas fazendo uma animação pra quando eu salvar o animate simplismente apagar todo o projeto.
I have a problem in Adobe Animate,discussed it with a specialist. Problem wasn't resolve. And I just wondering what could be a problem. My steps:1. Open HTML5 Canvas.fla file and control menu -> test2. There are images in the file and animation Results:In browser opens blank html file without images and animation Expected results: Should be open HTML file with animation and images.
Hola. Desarrollé unos programas hace tiempo en Flash CS4 Professional y me gustaría saber si podría abrirlos desde Animate para trabajar en ellos y poder crear ejecutables para Windows y Mac. ¿Trabaja Animate con AS3? Me gustaría saber también si puedo vender los programas que realice con Animate. Gracias de antemano Un saludo
I am using the click event, but would like to use a key press (keydown) on the right arrow to fire the same function nextPage_2this.page_1.nextBtn.addEventListener("click", nextPage_2.bind(this)); function nextPage_2() { createjs.Tween.get(this.page_2).to({alpha: 1}, 800, createjs.Ease.quadOut); } This may be quite simple but i cant find the answer. Please help 🙂
I want to imitate a navigation in WiX or AdobeMuse with Animate CC 2019 Canvas. I have three topics or three pages (3 rectangles with information: text and images). I have three buttons in top, to go to each topics (1, 2 and 3). If I use code 'gotoAndStop', for example 'gotoAndStop(1)... (20) and (39) having 40 frames in timeline, the topics appear immediately; I need a code to obtain this but in animation form, I need to see the 3 topics scrolling each time that hit a button. For example if the playhead is in '3' and I click on '1', Animate Show moving the three rectangular topics until '1' appear in screen. The idea is that I could clic on any button ('2' for example) and the topics take place with 'topic Two' in center of screen, regardless of where the trio of topics is, in animated form, not instantly. Thanks.
Hallo, Ich hoffe man kann mir hier helfen. 🙂Ich bin neu bei Animate und mache gerade eine kleine Szene.Dabei bin ich auf ein Problem gestoßen, sobald ich eine gewisse Anzahl an Ebenen erreicht habe, spinnen zwei Ebenen im Hintergrund herum. Auf den Ebenen befinden sich zwei Wolken, die über das Bewegungs-Tween aus dem Bild wandern. Sobald ich die Anzahl der Ebenen erreich, bilden sich schwarze Kästen um die Wolken, die auch Teile der anderen Ebenen überdecken. Ein visueller Fehler ist es nicht. Er bleibt auch nach dem exportieren. Kann mir irgendeiner helfen?Ich bin am verzweifeln. Vielen Dank schon einmal für die Hilfe. Sammy
Hello. How do I get an app to identify a musical note played through the microphone(In script, actionscript 3)?
So I'm trying to use the selection tool to move stuff around, as I do. However, on some of my layers it will select only a bit of something and will highlight it with a bunch of dots, as pictured here.This is what I want to happen, as I find using that format is much easier for me to work with.However, on the layer that I'm making the rough sketch on, it selects the lines like this:I don't know how to change this, and I know that this is completely user error, but I don't know what that error is. I want to know how/if I can make the selection tool select with the dots, as that is what I know how to work with easily. Any help is appreciated, thanks!
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.