Get help using Adobe Animate and creating animations.
Recently active
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
I have used the code snippet in Animate to create a "Pan Event" in my app. The code is: Multitouch.inputMode = MultitouchInputMode.GESTURE;movieClip_2.addEventListener(TransformGestureEvent.GESTURE_PAN, fl_PanHandler_7);function fl_PanHandler_7(event:TransformGestureEvent):void{event.currentTarget.x += event.offsetX;event.currentTarget.y += event.offsetY;} When running a debug movie on it I can't do any panningI also have "Pinch to Zoom Event" codesnippet on the same fill....that one works fine in simulator.What to do?
Hey, so i recently had a bluescreen of death interupt my work in adobe animate 2021. Now when i try to open the file i was working on, or the "recover" file, it says there was an error? Is there any way to save my file? I've put a hell of a lot of work into it.
I've been working non-stop for 2 days now. Suddenly Animate CC shuts down by it self?? When i reopen, i get what i had 2 DAYS AGO?!I've seen it auto-save at least a 50 times while working, annoying about the long waits while it saves.And now it didn't even save or what?! I'm SO frustrated right now! 20hrs+ lost! Can i get the auto saves somehow? Recover something? Please help me out! I'm gonna miss my deadline!
My goal: I am trying to create a holiday eCard. I would like to click on the buttons (lights, snow, and song) and have them play on a loop until the reset button is clicked. At which point, everything would go back to frame one where the action is to stop(). What is the best way to go about achieving this? What I am currently doing sort of works but I can't achieve my desired results. When I test the movie, I can click on the lights icon and the lights blink on the xmas tree and don't stop, but when I click on the music, they stop. The reset button works for the music but not the lights. I haven't created the snow yet because I am still trying to figure out how to make the snowfall in a loop. I'm sure I'm doing a lot wrong but I am a beginner. Please see the attached images for the timeline, stage, and code being used. I need this turned in by tonight and can't figure it out, so quick replies are appreciated 🙂 Thank you!
non riesco piu a salvare progetti da quando mi ha chiesto di disinstallare flash
it says there are fontys in the document that arent on my computer. how to i put them in adobe animate
Hello, I have problem and I think its simply but I cant do anything....when I have this: var container_:MovieClip = new MovieClip(); this.addChild(container_); var movie_clip:hello = new hello; function add_my_text(){ container_.addChild(movie_clip); movie_clip.my_text.text = "hello";} BUT IF I HAVE LIKE THIS: var container_:MovieClip = new MovieClip(); this.addChild(container_); var movie_clip:hello; function add_my_text(){ movie_clip = new hello; container_.addChild(movie_clip); movie_clip.my_text.text = "hello";} I get the error. TypeError: Error #1010: A term is undefined and has no properties. The same with EventListeners and etc. Why this hapening?if I write my movieclips in frames like for example:var movie_clip:movieclip = new movie
Does anyone know what could be causing this problem? I had gone through the symbol and deleted each layer one by one hoping to find the problem but I still kept getting the error when I would publish to HTML/js
Although I have carefully coordinated all of my frames, and although the movie works smooth in Animator, when I play the animation on the browser it is jerky. Any way to work around this?
Whenever i import SWF File from Animate CC to After Effects,the strokes become blurred.What should i do to avoid this problem? Images Below
What the hell is going on with the Animate??? It's only on my Mac or someone else got this strange issues?I have to work somehow NOW!
I've reduced the opacity for one of the layers and it exports fine as single png's and gif's, but when I try to export it as a video (what I assume is mov) it loses the opacity I dropped.Here's what it is supposed to look likeAnd here is what the movie export doesI can't seem to find a relevant answer anywhere, can anyone help?
Hi all,I've been enjoying learning to use Adobe Animate and I've found something that could be done a lot easier, I'm just not sure how.I have a symbol of a character dancing left to right, with a matching ease both ways. So he dances left, then right, then the timeline for that symbol ends. The last frame in the timeline matches the first symbol to make sure the eases are working the same both ways. But because of this, when I place the symbol on the stage, every time it gets to that point, it plays the same frame twice, slowly making it off sync from the music I'm matching it to.I've had the idea that on the main stage at the last frame of each cycle, I can add a keyframe and set it to frame 0 of the symbol's timeline, but this would be a hassle as it repeats several times. Another idea I've thought is in the symbol's timeline to add a keyframe on the one just before the last keyframe, and then delete the final keyframe so that it automatically loops perfectly, but this creates a pro
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.