Get help using Adobe Animate and creating animations.
Recently active
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
Is there any way to reset the adobe flash program, if it has any errors?
Hello! Today after installing the last update (22.0.6) I tried saving an animation as a GIF and the export window has become so large, I can't access the save buttons at the end! I've tried to: Reinstall the program, does not workALT+M and other windows shortcuts, do not workChange to a smaller resolution: I'm working at 3840x2160px, when changing to 1920x1080 it seems to work but this is not a solution in the long run! Going back to my original screen size brings the error back. I've seen similar threads from some years ago but they focus on a small screen resolution, which is not the case.
(action script 3.0.) I need the code for buttons so that when it is clicked it will play, stop, pause, move to next song, move to previous song. Instructions given by the teacher was for the flash app and that did not work. I need help.
[Moderator moved from Using the Community (forums) to Animate.]i put action script on a button "click to play/stop sound" but when I try it, it wont stop the audio when I click it and it shows an error please help!! Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.at activity4_fla::MainTimeline/fl_ClickToPlayStopSound_12() this is my code: audioturnon.addEventListener(MouseEvent.CLICK, fl_ClickToPlayStopSound_12); var fl_SC_12:SoundChannel; //This variable keeps track of whether you want to play or stop the soundvar fl_ToPlay_12:Boolean = true; function fl_ClickToPlayStopSound_12(evt:MouseEvent):void{if(fl_ToPlay_12){var s:Sound = new Sound(new URLRequest("animalcrossingaudioClass.wav"));fl_SC_12 = s.play();}else{fl_SC_12.stop();}fl_ToPlay_12 = !fl_ToPlay_12;
Can you add arrowheads to lines in Animate similar to Illustrator i.e. choose and automatically apply different arrowhead styles?
My audio sounds great and is .WAV but once I import it into Animate the quality has gone down considerably. I've never had issue importing audio but I usually use stereo. I've tried changing the publish settings to no avail. I can't find anyone having this issue. Any help would be much appreciated!
This is the code the error comes from //The main menu's instance name is yourMenu.//Find and replace yourMenu to match that of your menu instance.stop();var btnNum:int;var highlightNum:int = 1;var menu11Open:Boolean = false;var menu21Open:Boolean = false;var bg:MovieClip = new MovieClip();bg.graphics.beginFill(0x999999, 1);bg.graphics.drawRect(0, 0, stage.stageWidth, stage.stageHeight);bg.graphics.endFill();bg.alpha = 0;yourMenu.addChildAt(bg, 0);//on mouse over menus: set btn number, highlight, open menu, close other menusstage.addEventListener(MouseEvent.MOUSE_OVER, overBtn);function overBtn(evt:MouseEvent):void {switch (evt.target) {case yourMenu.menu11_btn :btnNum=1;highlightBtn();openMenu();menu11Open = true;closeOtherMenus();break;case yourMenu.menu22_btn :btnNum=2;highlightBtn();openMenu();menu21Open = true;closeOtherMenus();break;}};//when user mouse leaves a button, set the highlightstage.addEventListener(MouseEvent.MOUSE_OUT, outBtn);function outBtn(evt:MouseEvent):void
Hi there I want to switch between different Scenes, after clicking on a navigation button. Sadly I can't create different Scenes in one HTML5 Canvas File. Is there any other solution for this problem? Something like connect different HTML5 Canvas Files and switch between them? Im new to this Tool and don't really know how to solve my problem. Thanks for your help.
How to automatically install the xml file into the Commands folder through jsfl?
Hi, I'm building an interactive station. with different menus and videos. I have a startup screen that is a movieclip symbol with a video playing. I need help creating a timeout code to return the app to the initial state after 3 minutes of inactivity (no mouse movement or gestures).will appreciatte any help. thanks!
When viewing a test of my animations or exporting them as videos, there are consistently some paint brush lines that get simplified and become jagged.Viewing in editor:Viewing video export:It's a bit distracting, so how can I stop this from happening?
I have installed Adobe Animate at least 5 different times already, one wired, one wireless, one without security, one allowing Adobe CC through the firewall, one from the website, and none of them work at all. Nothing has helped and there is no one I can talk to online because there is no chat function and I am now at my wit's end. Every time I open it up, it always gives me the same 205 error code and I am getting infuriated, to put it lightly. I have tried to find a way to just download instead of install but I have found no way to change my preferences just so I can get a setup file on installation.
I recently downloaded Animate for school, but have no experience with it. It seems to have successfully been downloaded, but every time I click to open it, nothing happens. If anybody has any answers regarding how I can fix it, they're much appreciated!
Hello community, I am looking for the possibility to create an effect like this:https://prospekte.poco.de/wowe/KW22-22/k22WoWaL/index.html with my wonderful adobe-cloud-tools. Are there any hints?Thank you
Hi everyone,for some reason, on any file I work on, the 'test movie' option doesn't work.In the browser (Iv'e tried multiple), it shows a '404 file not found' message, even though I always create a folder in which the files will be (and are).The projects do show in the browser only after I publish and play them via the created HTML5 shortcut.Appericiate any help 🙂
Hey, I am completely new with adobe animate. My questions are - I would like to make animation in old-style like "Looney Tunes" or like old Disney animations with Micky, Donald etc. Can I make anything like that in adobe animate? Do I need to know how to draw or is there some generator which could help me create characters and background? Or there is nothing like that and I have to make everything from scratch. The last question is - how to start with adobe animate, how to start learning, and what how this learning process should look like?
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.