Get help using Adobe Animate and creating animations.
Recently active
Hello, I've been working on a file for some time. Throughout the process I've saved copies of each file more or less every day (001, 002, etc.). Yesterday, the latest version of my file (36) wouldn't open, it just displayed the error message that told me the file might be corrupted. I tried uncorrupting it with the WinRar method that gets suggested on this board sometimes, but it didn't work. Luckily, the version just before that one was fine (35), so I cut my losses and spent the day making up the work. This time I saved a ton of versions of this new one as I worked, and at the end of the work day I backed it up on yet another hard drive. Today, I open the latest file, and although it opens, it's corrupted: most of the animation is gone, whole symbols have disappeared, frames and layers have been deleted from symbols. The Winrar method doesn't work. The backed up versions are also corrupted in the same way. File 35, the one that originally worked, is fine. In short, all
Buenos días. Ando desarrollando una app de música y necesito un código cambie la afinación (lo que es la altura o el pitch) de un sonido. Parece que aquí hay un código que hace eso, pero como as3 no es mi fuerte, agradezco cualquier ayuda, ya que es lo único que me hace falta para lanzar mi app. Necesito: Saber dónde exactamente coloco el código y... cómo relaciono este códico con o el o los audios (están en mp3) los cuales quiero cambiar el pitch. vamos, que en qué sitio del código hay que poner el nombre de archivo. envío dos opciones de código Muchísimas gracias de antemanoel primero es más corto:var source:Sound = …; var output:Sound = new Sound(); var soundTouch:SoundTouch = new SoundTouch(); soundTouch.pitchSemitones = -6; var filter:SimpleFilter = new SimpleFilter(sound, soundTouch); output.addEventListener(SampleDataEvent.SAMPLE_DATA, filter.handleSampleData); output.play(); el segundo más largo package components { import flash.events.Event
Congratulations, Adobe!You have created an application, for which it is impossible to search anything for.Try google info for "Animate 3D import". Or for that matter anything! You know what helps? Searching info for #FLASH! !This is what happens when smartass visionaries, who don't work in the field themselves are given the steering wheel.Message was edited by: Myra Ferguson
I created a keyframe, added a rectangle, created another keyframe down the timeline, tried to scale it - both with the cursor and by typing in a scale factor - and each time I do, it disappears and shows up somewhere else. It's a fairly simple task I am trying to complete - A box outline expands from one keyframe to another down the timeline. If I draw a shape and import it from Illustrator, no problems. I actually have a pretty complex Illustrator file imported, that I have been working on all day. Every time I try to use a shape tool in Animate, something weird happens when I move or scale it. Shapes move diagonally when I try to nudge them with arrow keys. Sometimes they just disapear and I find them other places after zooming out. It doesn't matter if I use the touch pad or the tablet. Same behavior. Is there a setting I have missed that changes this behavior? It's like it's trying to go on a different onto a different axis, but all I have is X and Y.
Hi guys,I'm using animate to create a game and I wanna insert a video around 2mins in the end but I don't know why I can't insert it. Can anyone help me with it, Please?
Hi,I am trying to create a banner for AdWords and since I'm lacking programing skills this is very confusing. When i export the created banner in Animate AdWords won't accept it. Is it possible to create it for adwords?
Hi working on HTML5 canvass's - creating standard digital display ads with a clickable click tag button. All perfect until I added another button above it (layer) with a rollover 'hover, click etc…' to fit the Brand but because it's above the click tag button it's not clickable or connected to click tag (get it?). If I place under click tag the rollover then doesn't work but the whole ad is clickable and the click tag code is OK. Adding 'Click to Go to Web Page' to the button just throws another URL into the mix and I think will affect the click tag tracking (however is sort of works). Ideas?
I'm about to animate a banner to go across the top of a web page. I have my components, and I am ready animate it using Adobe Animate. I am familiar with the process of using the timeline etc, but before I start... Should I be creating and publishing it as a html5 canvas?What's the best way to add that to a web page that makes it responsive? any advice would be greatly appreciated.
Hi All,I am trying to create a series of "PNG" files from an animation. Given Blue Macaw, I would like to use Adobe Animate to build an animations then export it to a sequence of PNG images into a folder. I reviewed the tutorials, and know where all the menu items, and dialog boxes are. My issue is; all the exported images, using Export or Publish are the same image. Why are they all the same key frame? There are 125 frames in the sequence and I saved it here as an Animated GIF. No matter what I try, the same thing happens, only the first frame is exported. Thomas
Hello,I have an Adobe Flash Game that I need to be converted to Adobe Animate CC. Happy to pay for the conversion. My design person doesn't know how to do it. Can anyone help?
For the life of me, I cannot figure this out, I've searched to see if anyone else is having this same problem and It seems like I'm the only one.In the 2020 version, this was extremely easy, I'd just tap one of the default gradients and edit it from there. But now I see no place for me to do that. This is leaving me with the default block colors and it is extremely limiting. Usually, I'd insert something like this and then be able to change it, but after the update, it looks like I'm stuck with using these defaults, and changing the colors isn't an option.Is there a panel I'm missing? Even with the gradient transform tool, all I can do is move the gradient around, changing the colors just seems like it was a feature removed for no apparent reason.
I'm tired. I've been using Flash (Animate) for 20 years. They've rolled out a few nice new features over the last decade, but with each release the program just gets more bug-riddled. I came to the conclusion many years ago that no one at Adobe actually uses Animate on a day to day basis. They may use it to make video tutorials, but they don't road test it. And they sure as hell don't have an adequate QA department. It's obvious that Adobe doesn't have their heart behind this product anymore and they haven't for years now. Probably since Jobs put the first nail in the coffin. So, after many years of hanging on, I'm finally letting go. I'm cutting the cord. You won't drag me down anymore, you magnificent beast. I'm a free man. Thanks for the good times. I wish I had left you long ago, before it got ugly. But that's on me. I had too much faith in you. I'll try to remember you as you
I created html e-learning using Animate CC, and I had problems when I trying it out in the Moodle app. On the content page, all bitmap images are not displayed at all, only text is displayed.Can anyone suggest me on how to solve this issue? thanks in advance 🙂 This is how it looks in the moodle app This is how it should look, it's using the browser
See Code Below - I have a simple mouse cursor exercise as part of a bigger project. Before I go forward, I want to know what code I must add / remove to make both movie clips "splash1_mc" and splash3_mc" play, once each button has been clicked. I have only created two buttons for now and having issues with the second button / movie clip action working. The first button works and the movie clip plays, the second button works but the second movie clip will not play at all. I have built it many different ways - different MC's, the same MC, different instance names, this.stop(); at first frame, separate frames on the main timeline - nothing works. This scene will eventually have at least 20 buttons to click using a time/score counter. As mentioned, this is part of a bigger project so want to get this correct before I move forward. Let me know what I can do so each 20 frame movie clip plays after each button clicked. Thanks! Main Timelinestop();stage.addChild(ball1_mc);ball1
Looking for help on an Animate project, and troubleshoot it working on a Windows-based device on a touchscreen. The touch features work except for the touch scroll from side to side do not work on the touchscreen. All functions work on Android devices but are slow. Please helphttps://www.northeastcolor.com/timeline/
Hello, I was wondering if anyone else was having the same problem, or knew what to do. I can no longer use the Animate software after the new update. It keeps displaying an error report.
Hi everyone! I'm really stuck and need some help/advice/directions. I want to create a Christmas cracker animation with Adobe Animate to put on a web app (HTML5 Canvas). When you pull one of the sides of the cracker (with mouse or touch) I want both sides to stretch out up to a certain point. Both sides are just plain images/symbols. Then when the side of the cracker (or mouse?) hits a certain point (side of the canvas) it should break open and animate some exploding confetti, a sound and a button (that goes to the next page).This little animation will be put in a .html doc and the button will go on to another page (with no animations/interactions). I've worked with Flash and ActionScript about 10 years ago, but I've forgotten about everything and are very useless with it currently. I can hack my way around Javascript, but again, not a coder.Any help would be SO MUCH appreciated!Thanks!
Hi, I'm using Animate 2020 and don't see any documentation on using keystroke event listeners within actions to accept user input at runtime, can anyone help? For example, I would like the user to be able to jump forward in the timeline to specific labeled frames by pressing the right arrow.
I have a JSFL command that I call from a SWF panel button.I pass variables to the certain functions in the JSFL command. Is there a way I can use app.beginUndoGroup() and app.endUndoGroup()so that I can undo the actions of the functions in the JSFL command?any help would be appreciated!!! 😄
My interactive animation project worked and published very well (in html5). Until a certain version containing more content in the scenario ... oops he doesn't want to publish anymore. We only see the download gif and a blank page instead of the animation performed. What factor may have affected my animation so that it no longer wanted to publish? Thanks for your help.
I made an ActionScript program that I exported as a Mac Projector file. It works on my computer but not on my clients. We are both on Catalina OS. Any help greatly appreciatred. Thanks.
Please I need somebody to put me through how I can make an unreal deposit into my Greendot account or Well Fargo and please kindly send me the link....
Whenver I move my application from one screen to another my timeline stays on the original screen?? I want to pin it to the application not run it as a separate application. How do I pin it to the stage? Thank you
Hi out thereCan anyone in here tell me, how to modify the below “Pan Event” code snippet in Animate - and make it work: Multitouch.inputMode = MultitouchInputMode.GESTURE;movieClip_1.addEventListener(TransformGestureEvent.GESTURE_PAN, fl_PanHandler);function fl_PanHandler(event:TransformGestureEvent):void{ event.currentTarget.x += event.offsetX; event.currentTarget.y += event.offsetY;} The movieClip is visible in simulater, but you can’t pan it.It is very frustrating that this Pan feature is not working because I really need it in my App.
Hello, Can you please help me. We have purchased the student version of the Creative Cloud for my Daughter. She is trying to Edit Multiple Frames from a video. We have searched the web and your forums and cannot find the "Edit Multiple Frames" button on the time line. In your article:https://helpx.adobe.com/animate/using/timeline.html#:~:text=Click%20and%20hold%20the%20mouse%20on%20the%20Edit%20Multiple%20Frames,the%20Edit%20Multiple%20Frames%20mode. Edit Multiple Frames you talk about a button in the time line. I have attached a photo below from your page. I have also attached a screen shot from her version of Adobe Animate. Can you tell us where the "Edit Multiple Frames" button is on our version, or how we can get to that button? Thank you, Sara
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.