Get help using Adobe Animate and creating animations.
Recently active
This Canvas project works beautifully on the desktop, but I need to enable a user to drag and drop the bar on a tablet or mobile device as well. I've seen several related posts, but none of those suggestions are working for me. I have made several substitutions for "pressmove" such as touchstart, touchmove, but doing so breaks the desktop function before I've had a chance to test on tablets. var startDrag = startDragF.bind(this); this.Bar.addEventListener("pressmove", startDrag); function startDragF(e){ var p = stage.globalToLocal(e.stageX, e.stageY); e.currentTarget.y = p.y; };
I have created an Interstitial ad using Adobe Animate. I am having trouble with the clickTags. First I need 2 separate click tags, one is for the CTA button and the other is for the entire canvas. Lastly I need a clickTag to for the close button. I have searched everywhere and can't seem to get this to work. Can someone please help me with this. The ad is for Google Doubleclick. I am using a Mac. Let me know what other info i need to provide.
Hi everyone!I was working just fine, but suddenly I had this problem.If I want to draw a pose that will be on screen for just one frame, it doesn't disappear when it should. So all keyframes remain there on the screen, instead of disappearing to make the animation work. PS. Onion Skin is not enabled. Don't know what happens. Thanks in advance for any help!
Is anyone else having this problem?The Keyboard shortcuts will not appear, but animate will think it has and therefore will not let me use the program until i close out of it. This is incredibly annoying since there are new hotkeys I need to make and I can no longer make them now that the shortcut window doesn't appear. Alternative problem could be my multiple display and that the Keyboard shortcuts window is hiding from all of them. Here is a link that will better describe my problem visually:Keyboard shortcuts will not appear - YouTube But back to the main question. Is this a bug that other people are experiencing? If not, then I sure am and Adobe should add a fail safe patch that prevents anybody from losing the Keyboard shortcuts window. Alternate question that relates to my multiple screen. Is there a way to reset adobe animate to get me back in a position where the Keyboard shortcuts window will appear on my main monitor and not some mysterious now disconnected monitor from when
Hello, I'm working on an Adobe Animate file. It's not very complex, but there are a ton of symbols. When I try to combine the symbols into a single layer, I keep getting this error message: I tried updating to the latest version (I was on 2017, previously), trying the (previous) 2020 version, deleting preferences, uninstalling/installing, etc. I can't figure it out. If I save the file at this stage and reopen it, I get this error message: Please let me know if anyone else has had this problem! It's driving me nuts.
Hi, I am trying to make a simple interactive video player. The main screen has two buttons. English and French. If the click English, the english video plays and I'm sure you can figure out what French does 😉 The videos are mp4, and I want them hidden while not being played. So when you press english, it should unhide the english video and then play the video. Seems simple enough! However for some reason my video is not playing after it unhides the video. I have to click the button a second time for it to play the video. Also, if I remove the code for hiding and unhiding, my button works fine and plays the video on first click. Any idea what could be causing this? I want my button to unhide the video, and then play the video with one click. English is the instance name for my video component. this.English.visible = false; canvas.style.zIndex = "1"; this.button_2.addEventListener("click", fl_MouseClickHandler_3.bind(this)); function fl_Mouse
Hello everyone, I am very new to animations and how things work and I have a problem that I can't solve. I have a graphic symbol that represents the closed left eye of my character (which the symbol is created by using the oval tool and the brush) and I would like to animate it so it opens the eye slowly and looks left. I have my main character which is a symbol, and my left eye (closed) which is also a symbol. When I am trying to animate using the classing tween, it modifies my current symbol (which is the closed eye) and creates multiple tweens in my library. I was thinking of creating a new symbol that represents the new open eye and "replaces or "transitions" from the closed eye to the open eye.
Hi all,I have many programs that were working with keydown event listeners, but none of them work now in Adobe Animate 2021. Some are fully working games. Below is an example of the code used. This is a simple left key press to play a walk animation.I tried to attach two different an Animate .fla file to this post but received an error message saying that the content type didn't match the file extension. Both open in Animate though. import flash.events.KeyboardEvent;stage.addEventListener(KeyboardEvent.KEY_DOWN, onkeydown);function onkeydown(e:KeyboardEvent){if(e.keyCode == 37){ninjacat.gotoAndPlay("walk");}}
I have a banner that needs a Disclaimer text, triggered by a button.The Disclaimer text appears on a dark overlay that fades in (a 25 frame movie clip)Both frame 1 and frame 25 have this.stop(); on the timeline.First approach:button on Main Timeline triggers Disclaimer Movieclip to this.gotoAndPlay (2);Didn't work; can't find how to target the Disclaimer Movieclip (this used to be Tell Target in the old Flash)Second approach:button on first frame of Disclaimer Movieclip does this.gotoAndPlay (2);Back button on last frame of Disclaimer Movieclip does this.gotoAndStop (1);Doesn’t work; the button on last frame does send the Movieclip back to frame 1, but now the button of frame 1 just doesn’t appearThird approach:this.stop(); is moved to frame 2button on second frame of Disclaimer Movieclip does this.gotoAndPlay (3);Back button on last frame of Disclaimer Movieclip does this.gotoAndPlay (1); Strangest thing: when I run this third approach, all goes well: the butt
Help, please! I'm having some trouble adding a clicktag to a banner. I would preferably like to add it in as an action, however, the preloaded code snippet seems to be unresponsive. I've come across example code to be placed into the HTML file, post publishing. I'm not that confident coding though, so if there is a pre-publish solution, that would be ideal. Thanks in advance for your help Adobe community.
There is a step to go to properties and add an effect, under frame but the options look completely different and I don't see anything like it anywhere.
I started coding in animate for school 2-3 months ago, not long after that, the numbers of my lines stopped showing and ive been trying to figure out how to get them back for a while. Below is a picture of what it looks like on my screen.
HI IM FACING A RPOBLEM WHEN TESTING THE MOVIE AS DISPLAY..IT BECOME DOUBLE AT EVERY SCENE..HOW CAN I SOLVE THE PROBLEMS
Ik ben voor mijn werk een html5 banner aan het maken. qua uiterlijk is het hoe ik het wil hebben maar de button naar de website werkt niet en de this.stop() code werkt niet sinds ik de button (gotowebsite) code er bij heb gevoegd. de banner blijft nu maar loopen terwijl ik wil dat deze stopt aan het eind. hoe krijg ik de button werkend en de looping er uit? iemand die mij kan helpen?
Hi, I'm very new to Adobe Animate, and I'm having some trouble stopping a movie clip from looping in the main timeline. The movie clip itself stops where intended when open - I just used this.stop(); at the end of the last tween, but when I return to the main timeline, it just continues, and using f9 to add this.stop(); to the layer itself doesn't seem to do much. Any help is very appreciated. Thank you!
Hello. Im new to Animate.How can i change the Blendmode of an Object that i imported from Illustrator to "Multiply"I drew a dropshadow that i want to use in animate. thx in advance,mitch
Hello everybody! I am new to Adobe AnimateHello everybody! I am new to Adobe Animate. My friend sent me a ready-made banner and asked me to remake it in different sizes. But when I open the timeline I only have one layer. How can I open other layers?. My friend sent me a ready-made banner and asked me to remake it in different sizes. But when I open the timeline I only have one layer. How can I open other layers?
Hi! Vorweg: Ich hab gerade erst gestartet mit Animate und hoffe, ihr könnt mir vielleicht bei meinem Problem helfen. Ich bin gerade dabei eine Animation zu erstellen, bei der meine Zeichnung am Anfang eingeblendet und am Ende ausgeblendet werden soll. Der Hintergrund bleibt also so, wie er ist, nur die Zeichnung soll eingeblendet werden (von transparent zu sichtbar quasi). Weiß jemand von euch, wie man das macht? Ist bestimmt ne einfache Lösung, ich bin aber nach Stunden leider nicht fündig geworden...GaLiGrü
I am a beginner. Simply say, how to make the changes made in ps cc appear on animate cc synchronously, I don't need to use the symbol function. Only need the most basic, use a brush to draw a stroke in ps , can update a stroke in animate. ex: the 'plus' can appeared by animate after psd saved in the ps cc.i guess the update options can help,but not work yet. thanks .
i have installed Adobe Animate CC 2021 v21.0.7.42652 and the bug (where the visememes/symbols don't show up in frame picker for auto lip sync) is still there. I think followed all the steps. I drew on a blank key frame, converted to a symbol, and tried to lip sync but when i hit the frame picker, there is only one symbol. is anyone else having this problem with Adobe Animate CC 2021 v21.0.7.42652?
I'm doing an assignment where I need to use the Arial Black font, however, it does not show in the fonts list in the text properties. How do I add this missing font?
I bought Animate CC 2017 last year, installing it on my Windows 8.1 computer. It worked fine all year. Yesterday I went to use it and it keeps trying to verfiy my account and won't let me open the program. It remembers my email address and takes me to my subscription page online where it says my plan is good for another month. But it still won't open the program. I talked to the chat help guy and he didn't know so he sent me here.
I'm new to adobe animate. I've made an interactive infographic and can preview it on my computer's web browser since the HTML, JS and Image Folder are all on my computer, but I would like it to be viewable on anyone's web browser. From what I read, I have to host it on a server and direct the HTML to it, which I do not know how to do, and can't find any resources that explain how to do it. Is there a way to publish it to creative cloud similar to the "Publish Online" option for an interactive InDesign document, and get a link I can share as well as get the "embed code" so I can use it on my ArcGIS Hub?
Hello I am trying to send a path string to a php file but it needs to be encoded before.. so anyhow? thanks.The path in as3: "D:\Graphics\Digital\Marketing-02.jpg"In php it comes without "\": "D:GraphicsDigitalMarketing-02.jpg"
Cannot turn off object drawing mode. So I had to use decomposition after drawing every time. What should I do?
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.