Get help using Adobe Animate and creating animations.
Recently active
I'm facing an issue in Adobe Animate where I cannot select the 'Export Audio to ActionScript' option when creating a linkage for an MP3 audio file. The section of linkage disalble to access. What could be the possible reasons for this problem, and what steps can I take to seek help from the community in resolving it?
hello guys i want to make android app that can play video but i have problem here with video, i don't know why the video not working, i tried many times to change the video format but still can't play.i'm newbie here and i don't know is there a need for script to play video or load ?
Hello, I apologize if this question has already been posted... I'm trying to make a basic time/date in Animate. If I use this.tf.text = new Date(); where tf is a dynamic text field, the .fla displays what I want. My question is, is it possible to put this in a function and then use setInterval to essentially get a real time display? If so, can someone help with the code? I'm a mechanic by trade and hitting it with a hammer isn't working....
Hello people good night! All good?Is it possible to load an image hosted on websites, such as imgur, for example?Briefly, add an image to the board according to the link.If so, could you help me with a solution?I thank!
J'ai crée une petite animation interactive avec Adobe Animate, voir sur https://limbus.fr/batterie/ ça marche bien sur l'ordinateur mais sur mobile l'action est lancé au levé du doigt. Avez-vous une idée comment lancer l'action au touché.Merci d'avanceStefanos
When I open the editor, what should I change 128 to? I tried changing it to 512 and 1024, but it didn't make a difference when I reopened my file and tried to export a video, I just got this same message again. I tried splitting my file into smaller sections with fewer frames, but still got the same message.
When I tried to open certain flash files, I got an error message. This message happened since I was told my subscription was ending. However, even though I have fixed the subscription, I still get errors when I try to open certain flash files. And when I try to download new versions of the fla file, it still gives an error.
excuse me I want to ask about how to publish app from adobe animate cc to air 32.0.0.116 for IOS? I've downloaded the AIR SDK but don't understand how to make it
ive been using adobe animate for a couple days now I have a short animation about 50 seconds but when I click "test movie" the v-cam won't show up I just won't see it I got the V-Cam from this tutorial https://youtu.be/jzXoT7fXlp4
Hi! Trying to bind my space bar to play, because thats what it was on my older copy of Animate. Whenever I try to remap it, if i hit space it brings up the hand tool over the window. same with ctrl + space, just brings up the zoom tool. Again, this is over the window. even if i bind the hand tool to something else it just forces it back to the space bar. Any way around this? autohotkey doesnt seem to work with adobe animate 2020
Hi All,I am trying to disable 5 buttons from a movieclip timeline so they're out of use though still visable. Currently I have 1 button controling 1 movieclip, the button tells the movieclip move forward one frame and play, this plays till frame 5 and stops _this.stop(); and at this point I need to tell the _root timeline to disable 5 buttons. By clicking a close button _this.play(); the frame plays out frame 6 to 10 and I will need to enable the 5 buttons again before frame 10. Whats the best way to disable and enable a button, is it from an action or on enter frame. Could someone plaese help me with this Adobe Animate Canvas code please? Button controlling movieclipvar _this = this;_this.secure_btn.on('click', function(){_this.Secure_Overlay.gotoAndPlay(2);}); Thanks
Hello,I have an other problem.I made fort the test a simple animation. I have tow movieClips inside (Dot1 and Dot2) a MovieClip from the library called (LineMovieClip). I trace a line between the tow "Dot" and I can move the "Dot2" with startDrag. I have a red square on stage, and I made an hitTest. When that hitTest is "true" I'm trying to center the "Dot2" with the "redSquare", but I have a problème because the .x and .y aren't in the same "stage" (on on the principal the "square", and on the "LineMovieClip")My code is :"let root = this;var MakeTheLine = new createjs.Shape();this.addChild(MakeTheLine);let Line_mc = new lib.LineMovieClip();this.addChild(Line_mc);MakeTheLine.x = Line_mc.x = 100;MakeTheLine.y = Line_mc.y = 100;function MakeTheLineF() {MakeTheLine.graphics.clear();console.log(MakeTheLine.graphics)MakeTheLine.graphics.setStrokeStyle(3);MakeTheLine.graphics.beginStroke("#0000ff");MakeTheLine.graphics.moveTo(Line_mc.Dot1.x, Line_mc.Dot1.y);MakeTheLine.graphics.lineTo(
Having issues with layer parenting. Child layers seem to disappear when connected. Please help.
Hi everybody,I am a beginner. I would like to make animated circles like in this video of After Effects (interpolation, speed, etc.):(72) How to Create Looping Loading Circle Animations in Adobe After Effects | Tutorial - YouTubeCan you give me some advice for Animate (commands, etc.) to help me?Thank you so much.Best regards.Mara
above gif shows issues i am having with all 3 drawing tools in aacc19.2:displaced brush strokes, which may appear slight but are very hindering when animating characters. also shows that the paint brush is creating endless strokes once tablet pen has lifted from screen.Operating on a Cintiq CompanionCurrently AnCC 19.219.1, 19.0, and have all shared the same issue.Windows 10 Pro, 64-bit, OS 17763.437Updated Wacom driver. issue does not occur in any other cc program. just changed my pen nib, too.
When i export my animation it cuts off the last couple of frames, about 3-6.My animation is running at 24 fps.Anyone know a fix?
Dear Adobe team,I'm a user of Adobe Animate and I've recently encountered an issue that I would like to bring to your attention.In previous versions of Adobe Animate, such as 2021, when a symbol was flipped, it would still move in the expected direction when using the arrow keys. However, in the 2023 version, I noticed that when a symbol is flipped, the direction of movement is also reversed when using the arrow keys. This change in behavior is causing some difficulties in my work.I believe this may be a bug, or perhaps an unintended side effect of a new feature. I was wondering if there could be an option to retain the previous behavior, where the direction of movement with the arrow keys does not change after a symbol is flipped.Thank you for your time and I look forward to any possible solutions to this issue.
How can i make the symbols change position. like back and front. while animating. In macromedia flash 8 because i would need it for the animations
How can i get this to work in javascript when converted? trying to get data from this file with javascript
I did merge layers to a layer. When i put warp handles on that layer, the layer glitch. How do i do so the layer doesn't glitch?
For some reason when I try to use Adobe Animate I can't have any sharpness, even though I click on the sharpness icon etc. I also try to do something with the app like, "Enable WindowsInk" or, "Disable Nib" I just don't get it, so please if somebody knows what to do then please help me because, I rather use a more recent version of Adobe Animate then to use Adobe Flash ty. 😄
When I convert my game to HTML 5 it loops endlessly when I open it in its browser. it displays two warnings. Please let me know how I can fix this.
Hi All ,I am facing this issue in animate : - Something wrong happened.Please try relunching animate again/Unable to load library item "Video /MP4 Video. Please help me out of this issue.Thanks & Regards,Brijdutt Tyagi
My Paint Brush (Y) strokes are getting disappeared, how can I solve it? I draw with mouse, so it is extremely frustrating and time-consuming. Please help!
hace poco para una tarea me pidieron tomar un dibujo de internet y luego dibujarlo para hacer una animacion con el, yo pase la foto de inernet y la pase a una capa en animate, y utilice la herramienta de linea para trazar el dibujo en otra capa, duplique la capa por si acaso y para colorearlo quize utilizar el bote de pintura para hacer el proceso mas rapido sin embargo siertas areas no me deja rellenarlas, no se si me puedan ayudar o ya sea un problema ajeno a la app.
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.