Get help using Adobe Animate and creating animations.
Recently active
https://crowcaine.wiki/builds/@me/new?class=assassin&race=fae I want to make something like this, complete with as you make choices certain boxes of content populate at the bottom of the page. Yet those boxes would have to be in rows and flow into new rows like content in a HTML div that has set width. I mean do I go HMTL canvas and pull my hair out trying to learn how JavaScript works in Animate, or go ActionScript and converto HTML/JS, or what? The problem is I need certain things to show up as people make certain decisions. I'll explain that here: Image you have items a through z.If you click icon1, show infoBoxA.If you click icon4, show infoBoxB (so now we see infoBoxB to the right of infoBoxA. As you click more boxes, 4 can load before a new row is formed. Also, if you click icon 1 again, infoBoxA is removed from view, and all the other boxes reflow to fill in where infoBoxA was. I can get the basics of clicking the circles and having
Hi everyone I'm new to the world of animation, so I seek your help. I want to change the background on the website that I work with. Can you please tell me if it is possible to change this simple white background to an animation of the sea?
how can i save page 1 scores (movieclip1) to a text file and load it to page 2 (movieclip2)
Is it possible to tween/animate text kerning in Adobe Animate?
Hey, So I am working on a GTA V cinematic, and for some reason, when it reaches a certain clip, Premiere Pro just crashes. it's bizarre since I have edited the clip before, and it didn't crash, and it's only on that certain point because if I playback the sample clip at a different timestamp (later in the edit), there are not issues. I also don't get any error message or anything, it just crashes. See attached video. Any solutions?Thanks, Doron
I stuck on a program which I want to run for checking whether the given answer is right or wrong. In the program, I ask the user whether an equation is linear or non-linear. when the user type the answers in the output window, by default it marks them as incorrect, but after that when I reset them, for the same answers it evaluate the answers correctly. Can you please help me out with this? I would highly appreciate your help. Thank you. c1.visible = false;f1.visible = false;c2.visible = false;f2.visible = false;c3.visible = false;f3.visible = false;c4.visible = false;f4.visible = false;reset.visible = false;check.addEventListener(MouseEvent.CLICK, chek);reset.addEventListener(MouseEvent.CLICK, killreset);function chek(evt: MouseEvent): void {if (q1.text == "" && q2.text == "" && q3.text == "" && q4.text == "" ) {c1.visible = false;f1.visible = false;c2.visible = false;f2.visible = false;c3.visible = false;f3.visible = false;c4.visible = false;f4.visible =
My knowledge of Adobe Animate CC and CreateJS is basic (no prior Flash experience) so I need help with this. I am essentially trying to create movie controls on this animation:http://evolution-dev.berkeley.edu/flashconversion/treeRoom/fieldguide-tree-square-anim-controls.html There's nothing fancy about the animation, just forward movement of the timeline. The play button:_this.btnSmPlay.on('click', function(){_this.gotoAndPlay(1);}); The pause button:_this.btnPause.on('click', function(){_this.stop();}); I found the script for the forward and reverse buttons on this forum here: https://community.adobe.com/t5/animate/play-in-reverse-in-animate-htlm-canvas-for-a-360/m-p/10828021 Problems: How do I get the play button to continue playing from the frame number that it has stopped on and not to go to frame 1 which is what I have it currently doing? Reverse and forward buttons also don't work once the animation is paused. Thanks for any help!
error the installation cannot proceed as the installer file may be damaged. download t ... the installation cannot proceed as the installer file may be damaged. download installer help me please
I HAVE A PLAN FOR ANIMATE CC BUT I WANT TO SIGN IN TO FLASH CS5.5 BUT ITS FORCING ME FOR A SERIAL KEY WHEN I HAVE A PLAN FOR CC AND I DONT HAVE A SERIAL KEY
I was working on a animation frame by frame on animate, i save the work and then I went to sleepwhen i wake up the other day i try to open the file and a error pop up "the scene cannot be loaded into memory. The document may be damaged." then i try open the backups and all the backups have the same error "the scene cannot be loaded into memory. The document may be damaged." EVEN THE RECUP- Is there a solution to this or did I lose all my work?i need a fast response this is for a work for school.
Windows tracks both the date/time a file was last modified as well as the date/time the file was originally created.Unfortunately, Adobe Animate updates the Date Created every time I save the file. This makes the Date Created useless, as it doesn't show the actual date the file was originally created. This causes me minor workflow headaches. I wish it would stop.See attached screens. Note that the Date Created for RCU_Real_003.fla changes every time I save the file.
Dear All. i need help. i have created a animated character scene file 'ch proj' but when i am trasferring that into premier pro for uploading in reality video. it keep showing me error '' for installing this file you need to download adobe animator '' which i already have where i created this ch proj file. can anyone pls advice how to solve this issue ? i am just a beggniner
Hello and thank you all in advance I'm using Animate 20.0.5.1Doing a canvas interactive animation, it works well but I get this error: TypeError: undefined is not an object (evaluating 'c.tickEnabled') Which I don't understand given that it is not from a function of mine. Luckily this does not prevent my canvas from running well. I am only concerned with understanding why it happens. I was able to find what causes it but I could not interpret what it is due to. I will try to explain it in short. I have a MovieClip called to play as a transition between 2 frames, at the middle of the MC animation, it calls for a gotoAndPlay at the main timeline: Main Timeline / Frame 114 / CODE: root.transition = function(aCualVamos) { root.selectedSection = aCualVamos; root.transition_mc.gotoAndPlay(2); } root.clk_01.addEventListener("click", root.transition.bind(this, "s1")); The action in the
Software like CSP and Blender can erase vector intersections. Can you do the same in Adobe Animate?
I am having problems with Animate CC rendering video with white objects turning grey and having dark borders when video is rendered with alpha channel. Even if the stage is white, it renders the top layer as if there is a black stage underneath. This was never a problem in CS6, but it seems to be a permanent bug in CC. Has anyone found a workaround for this?thanksTim
So, I was doing an animation in Animate and suddenly I got a message that the file wouldn't save anymore because it didn't exist anymore. I saved it to two different places and closed the program, when I opened it again I got a message saying "Could not load scene into memory. Your document may be corrupt." So I retrieved it with WinRar and kept getting the same message, can anyone help me??Here are all the files I think might be important: https://drive.google.com/drive/folders/1L2psTYtWMU2KdSOydqHbff6WTeKLgd8I?usp=sharing
Hello again sorry for coming back so early but i have this error if (objMode == null) {objMode = new battle_mode_mc;mSystem.contMENU2.addChild(objMode);objMode.btn_insane.addEventListener(MouseEvent.CLICK, modeInsaneClick, false, 0, true); <--- this is the line it says is undefined and has no properties///objMode.btn_insane.visible = false;///_area_select = AREA;_battle_mode = 1; private function modeInsaneClick(event:MouseEvent):void {_battle_mode = 4;var clip = new battle_mc;clip.init(mSystem, _area_select, _battle_mode);destroy();}
Hello everybody,I have a question regarding Animate CC. I am cleaning up a character and would like to use two colors for the outlines.When applying the colors it accrues that there is some overlapping.I tried to change the stack order by using right click/arrange, but everyoption (bring to foreground/background) is greyed out.I used the pain brush tool for the lines.Does anybody know how I can resolve this problem?Thanks a lot!
I am trying to create a question that checks if the user has selected multiple buttons & entered textinput boxes correctly. Checking all these only when user clicks a submit button. Based on this thread I am able to check if multiple buttons have been selected & maintained at a button down state on. It will check if the multiple button are selected, but it moves on automatically if any buttons are selected. How do I define which buttons are correct/wrong and to check only upon clicking on a button? I am able to check if user has made multiple correct textinputs based on this thread. I need help to combine these codes.Any advice or help would be great! Thank you!
Hello, and thank you for your time! I'm running into a problem where the pencil tool won't stop drawing when I lift my Wacom stylus. I need to lift the stylus tip well over an inch high for the pencil tool to disengage. This is only happening in complex files. (That have lots of art, layers, and symbols in the library) When I create a new file, I don't have this problem. But if I transfer the art over from a complex/problem file. . . then my newly created file also gets this pencil drawing problem. I am using a Wacom Intuos Pro M (Medium), with the most up-to-date driver. Any help would be greatly appreciated.
when i export the video i can't export it as it appears on the screen, all the hours i spent on a video wasted, it's a two minute video and no vectors are showing
I have created a HTML5 canvas. Used code to move to various frames and back again. I have published and works if I do Ctrol + Enter while in Animate. However, when I go to open the HTML file that it generates none of the animation buttons work to take me to the different frames. I want to give the HTML file to my colleague to look over an use but it is not working for me. They do not have Animate installed on their laptop. Can you please explain how I can do this? Thanks 🙂
I am working on a project, in which I am using the camera tool. However, when the camera is enabled, it breaks the way the arrow keys move objects on the stage. When I would select a drawing and hit the down key, it instead moved up and to the left. The same happened for the up, left, and right keys as well. Even when I would move the objects manually with my mouse, they would move up and to the left slightly when letting go of the mouse. I tried turning the camera off, which fixed all issues. The arrow keys worked fine, as did my mouse. I have already finished some shots with the camera tool, however, so I'm curious if there is a way to fix this bug that the camera causes. I'm currently using Adobe Animate 2020, but updating to 2021 didn't fix it. If anything, that made the camera even worse as I couldn't use the slider with my tablet pen (Which works fine in the version from 2020) and could only do so with my mouse. Is there any way to fix this unwanted movement? Thanks.
Hi everyone, I am trying to create a question that requires the user to fill in several text boxes, then click a button to submit. If ALL boxes where entered correctly, then user can proceed to next question. Tried using the textinput component but having issues with the if/else codes to check if the user has entered correct entries. Any help would be much appreciated. Thank you in advance!
this happened to me twice and im furiousi made a motion tween for an animation that i had to do over because of the same issue, doing so will freeze the program. It will not unfreeze until you close it, which the softwere forgets the entire animation completely. It just vanishes with no trace. please someone help me find these lost animations and fix this dumb issue, my sanity is on the line
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.