Get help using Adobe Animate and creating animations.
Als letztes aktiv
Hi, I'm in a lot of trouble.I am working on a project for school. I've been mainly working on the school computers by bringing a flash drive every day. I had almost finished and wanted to make sure I had a copy of the newest save on my computer at home. I copied the animate file on my flashdrive and tried to paste it to my PC folder. My mistake was that I didn't change the name of the file, so the old version of "project 1" already existed on the PC. I renamed each version but something went wrong or got replaced, and now I can't open the file that's on my flashdrive OR my PC. It's a blank canvas that says, "Could not load scene into memory. Your document may be damaged." I feel like I've tried everything, I made copies of the corrupted file, I downloaded winrar and a bunch of recovery softwares but nothing is working. There's nothing in my recycle bin, nothing in adobe cloud, and the recover file that automatically saves is corrupted as well. Is it possible that a version was sav
Hi, I made all the different mouth shapes for lip syncing as graphic symbols but the visemes won't show up in the lip syncing area. The only one that is showing up is the 1st one. I was following the steps for Adobe Animate Classroom in a book 2021. Initially, I had 1 mouth shape, then, I swapped it, and deleted the old symbol in the library panel. Afterwards, I added all the other mouth shapes, for the mouth area. I don't know if that's why its not working. When I move the character from one area to another, the mouth stays with it, so it might be fine. Anyway, I added a layer with labels to the top of the mouth positions like the book said. So, the visemes won't show up in the lip syncing area. Also, I added a wav audio file, and it won't show up in the lip syncing area. I'll attach some pictures.
Some time ago, in making an animation before Google disposed of flash, I drew a 1920x1080 yellow background layer for the scene that exactly eclipsed the 1920x1080 stage. When I tried to convert the .fla to HTML5 to accommodate Google's disposal of flash, the 1920x1080 background layer and the 1920x1080 document size went out of register with each other. Instead of eclipsing each other exactly, the background layer's upper left-most corner's ordinate was placed at -414.75, and its abcissa was 51.9 instead of (0,0). Question: how do I move the entire scene and all of its frames back into register with the stage? Admittedly, I drew some content off the stage so that it would migrate onto the stage when I tweened it to do so, but on testing the converted scene, it is clear that the stage/scene offset was not produced by these outlying positions. I can't figure out how to move the content independently of the stage or vice versa to bring them back into exact overlap....Help!!!
I have been using animate since it was flash 4. I've built a ton of apps, movies, modules, etc using it w/ AS1,2 &3 until Apple killed it. Since then I have only used flash via AS3 for certain desktop style projects or for video transitition because I like the simplicity of it for video. I am in the process of building something new to relive the old flash days by creating a book meets games meet movies experience. I decided yo go with HTML5 as it can run in a browser for any device which for my proof of concept I need this. I am thinking I may have just wasted 2 weeks working on this for nothing because the Button logic is not working at all no matter what. At first I thought that the html 5 canvas logic for button code would work in the swf, but I was wring and breaks the swf file. So, I started to publish it as an html 5 canvas page and view in a browser... I still can't get these buttons to work even using the Animate Code Snippets!!! In
Hello, I need Need to Animate For Tree, Trimming, Pruning Maintenance can brifly explained. Need to While our initial goal is always to try to save the tree, there are often situations where dead and dying trees can cause potential hazards. In these cases, it’s better to be safe and opt for a tree removal. Source: <link removed-kglad>
If I draw something with a pencil and try to fill it within the borders drawn with a pencil, then I can't do it. Help me please
In the image "01"I want the number from highlighted textbox to the highlighted textbox in image"02 this is my code. stop();var total: int = 0;totaltext.text = total.toString();opt01.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);function fl_MouseClickHandler(event: MouseEvent): void {total = total + 10;totaltext.text = total.toString();opt01.removeEventListener(MouseEvent.CLICK, fl_MouseClickHandler);}opt02.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_4);function fl_MouseClickHandler_4(event: MouseEvent): void {total = total - 2;totaltext.text = total.toString();opt02.removeEventListener(MouseEvent.CLICK, fl_MouseClickHandler_4);}opt03.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_5);function fl_MouseClickHandler_5(event: MouseEvent): void {total = total - 2;totaltext.text = total.toString();opt03.removeEventListener(MouseEvent.CLICK, fl_MouseClickHandler_5);}opt04.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_6);function fl_Mous
I am adding a MC symbol to another MC symbol as a child. This is one of six possible MCs that can be added as a child to that parent. createjs.Touch.enable(stage); var Lenses = [this.ConcaveSphereLens, this.ConvexSphereLens, this.ConcaveCylinderLens, this.ConvexCylinderLens, this.PrismLens, this.AccessoryLens]; // Apply the same code for each lens MovieClip symbol in the array Lenses with a For Loop for(var i = 0; i<Lenses.length; i++){ Lenses[i].on("mousedown", onMouseDown.bind(this)); Lenses[i].on("pressmove", onMouseMove.bind(this)); Lenses[i].on("pressup", onMouseUp.bind(this)); Lenses[i].LFLensHolder = this.LFLensHolder; Lenses[i].lensParentLeft = this.lensParentLeft; Lenses[i].originX = Lenses[i].x; Lenses[i].originY = Lenses[i].y; } function onMouseDown(evt){ var item = evt.currentTarget; item.offset = {x:0, y:0}; var pt = item.parent.globalToLocal(evt.stageX, evt.stageY); item.offset.x = pt.x - item.x; item.offset.y = pt.y - item.y; item.dra
Hey, I'm new to animate and was wondering if there was a way to change how much an object moves when you use the arrow keys, like you can in Illustrator. Went through the prefrences settings and didn't see an option
So I import an image to the stage, but now I want to select part of an image so I can animate it. So I select it with the Lasso Tool, Polygon Tool, anything, but no matter what I do, when I finish the selection, it selects the entire image. What do I do?
Looking for a way to use the warp tool on an object but publish information about the object like warp point locations or even the underlying mesh and uv coordinates of how the warp object ends up being tesselated. alternatively I tried to get this information using an SVG export but it doesnt work. Any other way to get this data, like a different export mechanism would be really helpful.
I often work from larger body movements to finer details when animating an object. This means I usually animate a symbol on the main timeline before I animate individual parts inside the parent symbol. Unfortunately, adding keyframes as a result of animating on the main timeline restarts the parent symbol's own timeline, making it hard to have specific animations show between keyframes. For instanceI have a symbol on the main timeline called 'grey seal'. The symbol's internal drawings would appear onscreen for 14 frames before disappearing for a frame, then loop. On the main timeline, the symbol is still on screen due to a previous keyframe resetting the symbol's internal timeline's placement. I know this issue is caused by placing a keyframe and essentially a new instance to the graphic, but are there any workarounds so that a symbol's internal timeline will play, ignoring the main timeline's keyframes?
HELLO! Мy project Adobe Flash Professional CS6. ActionScript 3.0 One computer gives an error, the other does not. [Topic moved from Flash Player to Animate.]
So whenever I try to make a classic tween, I want it to start on one frame, and then move to the last one. So I have my layers in a classic tween and when I play, the layers just move in different direction instead of going to the point I want it to go to.
Hi, can I upload a sketch and turn it into a vector in Animate? I know you can in Illustrate.
Hello Support Team, We have a legacy project built with Flash which we migrated to Animate and we are experiencing an issue after signing the app. The app content does not load when we sign the app using the Sign Tool from MS SDK. The app will load normally and no error messages appear. The content just will not load. Any help will be appreciated. Thanks. Best regards,Al
please help..... I want to create a simple MCQ What i want to do-*Correct answer give 10 points.*Wrong answer deduct 2 points.*After completing, when you click on next button, your score will display.*There you have reload button. Problem I'm Facing*Score is not visible on second frame*Second Frame Reload buttons Im sharing FLA file.....Please help. thanks for your time.
I made a short animation, and I made an swf. Animate crashed while doing it. The problem is, since I made the animation with another fla (needed assets), and since I didn't save (dumb), I only have an SWF. Swivel won't work, because I used the camera feature. Will I have any luck, or will I have to recreate it?
Hello, when i try to access the camera with a GET statement, the cam no longer works in the second scene.This is the exact code from the adobe examples online. How can i get the cam to function again in the second scene? I have attached a code sample.
hey guys. in html5 canvas. Im trying to create a CTA button with 2 states. 1) during mouse out 2) mouse over. what are the ways to do this? Ive been searching the whole web and none of the solution works for me or i cant get it to work. thanks for the help!
I used to be able to edit a symbol (MC or graphic) by double clicking it. Not working now, instead I have right click the symbol to go to edit in place option in the contextual menu. How do I get the double click option back?
please help...so i have made my own button which simply take you to next frameon the next frame i have made a movieclip symbol inside that i have a simple classic tween. but when button clicked it will take you to the next frame but movieclip does not work.
When using a combobox in animate, you cannot use the apostrophe. If I write as label "Tom's train", the result will be"Tom" + "&apos;" + “train” .Is this an Animate bug?Thanks for your help.
I have a very Stupid Question, how can i get 2 digit number here is my code- stop();var total:int = 00;totaltext.text = total.toString();opt01.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);function fl_MouseClickHandler(event:MouseEvent):void{total = total +10;totaltext.text=total.toString();opt01.removeEventListener(MouseEvent.CLICK, fl_MouseClickHandler);}opt0203.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_2);function fl_MouseClickHandler_2(event:MouseEvent):void{total = total +10;totaltext.text=total.toString();opt0203.removeEventListener(MouseEvent.CLICK, fl_MouseClickHandler_2);} next.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_3);function fl_MouseClickHandler_3(event:MouseEvent):void{if(total == 20){gotoAndStop(2);}else{trace("RETRY")}}
What is the output tab shown in this screenshot?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.