Get help using Adobe Animate and creating animations.
Recently active
I am creating a simple banner add with a button covering the screen. I added the action Click to Go to Web Page to the button.. When I add the action the screen displays blank. When I remove the action the screen shows again but the button does not work. This is the action script that automatically adds when I double-clickClick to Go to Web Page/* Click to Go to Web PageClicking on the specified symbol instance loads the URL in a new browser window.Instructions:1. Replace http://www.adobe.com with the desired URL address.Keep the quotation marks ("").*/button_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_4);function fl_ClickToGoToWebPage_4(event:MouseEvent):void{navigateToURL(new URLRequest("https://www.ussoccer.com"), "_blank");}Please help. I'm very frustrated.
Hi, can anyone tell me if there is a template for a slide show with animated html5 canvas? Thank you.
Hello everyone on the forum.Maybe someone will guide me on how to solve this problem in adobe animate cc canwas.In AS 3 the button works fine, but in javaScript I tried different ways and can't do it.This is AS 3 codevar x:Boolean = false;this.info_btn.addEventListener(MouseEvent.CLICK, onClick);this.info_btn.addEventListener(Event.ENTER_FRAME, animate);function onClick(e: MouseEvent):void {if (x) {x = true;} else {x = false;my_mc.play();}}function animate(e: Event): void {if (!x && my_mc.currentFrame == my_mc.totalFrames - 46) {my_mc.stop();}}MovieClip starts from the current frame and stops at 47 frames from the end, and so on with each click. below code but can't get it sorted//var x = false;//let x = false;x = Boolean(false);this.info_btn.addEventListener('click', onClick);function onClick() {if (x) {x = true;console.log('pause');} else {x = false;root.my_mc.play();console.log('happy');}}If anyone guides me, thank you.
When I click File, the drop down menu appears, but when I mouse down, the drop down menu for Control appears. Same for Edit, When I click on View, the drop down menu for Debug appears. This same issue occured in a previous install on a different computer a couple of years ago but I dont remember the fix. I think i re-installed. Thanks in advance,Max
Ele está gerando um erro quando tento abrir no Animate. Ele não tem programação ActionScript, só animações e sons. Como abrí-lo no Animate. Estou enviando o SWF para terem idéia da animação
So, i was drawing in Adobe Animate, and everything was going fine until...Idk how this even happened... how do I fix this?
Hello, when using adobe animate application, when I ctrl+s to save my project and I want to use ctrl+enter feature, the application freezes and closes. I cannot save my project because it is closed and I have to start the project from the beginning every time. This situation is a waste of time for me, I want this error to be resolved
For some context, I am an object show animator and have decided that I wanted shading on the mouths that involve teeth, but when I do that shading by double clicking the symbol, when I double click out of it, it reverts to the original And what makes it worse is that when I double click it AGAIN, the edited symbol shows up!
I have two characters (two separate projects). One is a Photoshop file, the other is an Illustrator file. I have cycle layers in both. The Default layers in both are invisible until I activate the cycle layers trigger. The body parts are visible while the cycles run their course and then the body parts disappear. I've rearranged the hierarchy, edited the layer names, etc. nothing seems to work. Oddly, when I remove the Behavior tags the Default layer is visible. Also odd is that both have lip sync mouths that are visible and work just fine. Below are images of the Illustrator character. I want this character to put both his hands on his hips starting with his hands at his sides.Any suggestions?
So i keep getting an error telling me im missing a brace at the end of my program; "Scene 1, Layer 'Layer_1', Frame 1 1084: Syntax error: expecting rightbrace before end of program."and when i try to go to the source it just sends me to the very start of my code. (closer to the bottom you'll see a line of code that looks like it went to the next line for no reason, that's not actually how it shows when in actions panel, it's just wrapped around because there's no horizontal scrolling here.) import flash.events.Event; var moveSpeedX: int = 0; var moveSpeedY: int = 0; var boundaryState: int = 0; stage.addEventListener(KeyboardEvent.KEY_DOWN, keydown); stage.addEventListener(KeyboardEvent.KEY_UP, keyup); stage.addEventListener(Event.ENTER_FRAME, gameloop); function keydown(e: KeyboardEvent) { if (e.keyCode == Keyboard.LEFT) { moveSpeedX = -5; } if (e.keyCode == Keyboard.UP) { moveSpeedY = -5; } if (e.keyCode == Keyboard.RIGHT) { moveSpeedX = 5; } if (e.keyC
Hi there, I want to run an animation by scrolling the page, as the user scrolls the animation happens, and then when completed the webpage continues to run. Similar to this on the apple website: https://www.apple.com/uk/ipad-pro/ I'm pretty sure this is all controlled with WebGL but wondered if I could animate and get the same effect? thanks for the thoughts.
Hello i am using adobe animate 2022 but have found it to be lagging a lot. Its taken a long time to draw a handful of frames let alone colouring them in. Every icon i press freezes the program for around 30 seconds at a time. Is there something i can do to fix this? I thought my laptop would be sufficiently powerful enough to manage this program.
Hello, I've started working on an like a checklist or shopping list. You write what you want into the Textinput component and when you press done it will be what the check box is called. (if that makes sense). Is there a way to do it? Thanks for any help!!
Pretty much what it says on the tin. When I try to test any of my animations I get a blank white screen and in the top left corner it tells me to "Get Adobe Flash Player™" Of which has been discontinued. So I cannot get it and I'm back to square one in which my movie will not play.
Hi. I'm struggling with a very simple problem.I want to animate a stick figure, with stick arms and a stick hand attached to the arm.I'd like the arm to move like a curvy piece of rubber, but the only thing I manage to achieve with the bone tool is an angled line with random wobbly deformations.Isn't there a way to broaden the radius of the elbow joint, in order to achieve what I want? I know I can animate a straight line into a curve using a bezier line, but I can't connect an hand to it (or I didn't manage to).Here's an image: up there's what I get, down is what I'd like.Thanks for any suggestions!
I am moving away from Macromedia. I have a few questions: Is it still legal? If it is, I'm surprised because it's so damn buggy! Any free suggestions besides OpenToonz and Wick Editor on the spectrum of animation? May I also have some help finding alternatives to other Adobe programs (Illustrator, Photoshop, Premiere Pro, etc.)Any help is appreciated! Have a good day!
Because it looks like it 100% doesn't work. an.getDocumentDOM().addFilter("glowFilter"); an.trace(an.getDocumentDOM().getFilters().length); // 0
This feature is not available when using the old version of an,It can only be solved with this command,but having trouble with the codevar symbolName = prompt("Enter new graphic name"); if(symbolName != null) { var version = fl.version; var versionNum = parseInt(version.substring(version.indexOf(" "), version.indexOf(","))); var dom = fl.getDocumentDOM(); var tl = dom.getTimeline(); //create rectangle at top (guide for stage) var guideLayerNum = tl.addNewLayer('_stageGuide'); tl.setSelectedLayers(guideLayerNum, true); var stroke = dom.getCustomStroke('toolbar'); var strokeCopy = dom.getCustomStroke('toolbar'); var fill = dom.getCustomFill('toolbar'); var useCustomStroke = new Boolean(); useCustomStroke = stroke.style == "noStroke" && fill.style == "noFill"; if(useCustomStroke) { //fillCopy.color = 0xffffff; //attempting to set this var crashes flash stroke.style = 'solid'; stroke.thickness = 1; stroke.color = 0xff0000; //deprecated as of CS3
I made some pixel letters in Illustrator and then pasted them into Animate. When I add a shape tween, it is removing particular points in the letters. What would cause this?
I utilise Generate Texture Atlas extensively. Unfortuately, when I inspect the data of Generate Texture Atlas, there are no fields defining how the layers are parented. Adobe, can you please output the parent layer name in the keyframe data of Generate Texture Atlas. This seems like a pretty obvious omission to the texture atlas feature.
I work with Adobe Animate CC html5 canvas to create an interactive board with different panels of switches, analogue and digital instruments and so on. On some parts of a helicopter model I display the rotational speed. When starting my project all speeds has to be zero. When I use some button the speed (rounds per minute = rpm) should increase. As rotation of e.g. the rotor must be synchronous to the value of the pointer of the analogue instrument I added a function call to each frame of the pointer animation of that instrument to increase the value of the rotor rpm by one. As this rotation speed is dependant on other rotation, after increasing the value I call another function to check the rotation speeds. It looks like this: On each frame I call the increase function:this.parent.increaseValue();The function increaseValue() looks like this:this.increaseValue = function() { rpm_rotor++; this.mc_rotor.text = rpm_rotor.toString(); // displays t
Hello,New to animate. I rigged characters using the bone tool. In my first scene, I want to zoom in on the characters, so I tried scaling them up. This however seems to affect the scale throughout the entire timeline. I guess you can't tween these layers, and adding "poses" doesn't seem to work either.Is there something I am missing?Thanks,Stu
I am using Animate 2020. I can create an aniation without script and it works perfectly. Whenever I place a simple bit of action script on a button, code snippet 'click to go to webpage', it does not test or display properly. Only the blank document. As soon as I remove the snippet everything is back to normal. I dont understand, I have watched many tutorials and it works perfectly fot them. It is really annoying as I have tried many things to get it to work. I have also created a blank document created a button and added the snippet to that and it still does not work. Please help!
Hey, so im using custom eases in my project but everytime a make a slight tweak to one of them becuase i dont like how it looks it makes a new ease and now i have like 20 eases that i cant delete or anything. Is there a way to have the change just overide the one that is alreayd there
The extension is in .mxp format while creativre clouds only apparently support .zxp and .cxx format
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.