Get help using Adobe Animate and creating animations.
Recently active
Hey yall,I'm using the latest version of Adobe Animate. With the project I'm working on, I want it to have a child-like quality, like it's drawn with crayon. I'm having a lot of trouble creating my own custom crayon brush, so in lieu of that I'm using one of the "chalk" brushes Animate comes with. The only problem is, after only about 60 frames or so, the playback is like molasses. Worse than any of the far more complicated projects I've worked on. Is this a normal problem when using vector brushes? Is there anything I can do to mitigate this issue?For more info, I'm running MacOS Mojave on a 2017 iMac with a 3.4 GHz Intel Core i5, with 32 GB RAM. Any help would be appreciated. Thank you
Hello, I have a vector object (ie vector text) that I want to show being crushed from the top-down by the pressure of another object? Can Animate do this? If so, are there any examples that can be referenced?
I'm trying to make an easily reusable button object for navigating to different frames in my main timeline. So after importing the object you would only need this one line of code, calling the updateButton member function to change the label text and target frame for the button:this.myButton3.updateButton(2, "Continue") The following code is included in frame 1 of a Movie Clip object, with instance name myButton3. (To attach javascript, I wrapped this Movie Clip around a basic button with instance name baseButton)//update button used for navigation this.updateButton = function(targetFrameNum, newText, visibility = true){ this.visible = visibility; this.baseButton.label.text = newText; this.addEventListener("click", function(){exportRoot.gotoAndPlay(targetFrameNum - 1)}.bind(exportRoot), {once: true}); //only clickable once. }.bind(this); Unfortunately I am having issues with calling updateButton from the main timeline. I think the fun
This is my code. It is inside a moviclip in a VR project My issue is: clicking on the butons won't direct you to the correspondent frame (FLA attached). Instead, directing it any to frame smaller than 3 will stay at frame 0, directing it to frame 3 will result in displaying frame 1, and directing it to frame 4 will direct it to frame 3. It is driving me mad! Any ideas? It couldn't be simpler than that. { var _this = this; //Clicking on the specified symbol instance executes a function. _this.bt0.addEventListener(AnEvent.CLICK, function() { //Moves the playhead to the specified frame number in the timeline and and stops the movie _this.gotoAndStop(0); }); //Clicking on the specified symbol instance executes a function. _this.bt1.addEventListener(AnEvent.CLICK, function() { //Moves the playhead to the specified frame number in the timeline and and stops the movie _this.gotoAndStop(1); }); //Clicking on the specified symbol instance executes a function. _
Hello everyone, it's my first post, sorry if someone allready ask but i don't understand something about the classic tween. It's working fine on everything else but when i use the pin tool on a frame the arrow dissapear and the tween effect doesn't work anymore. I don't understand why.Can you help me ?
Hello, I am currently working on publishing html5 canvas content through Adobe Animate. When viewing the content on desktop, everything looks good but after zooming in/out on mobile, the stage becomes very blurry and the text is illegible. I've confirmed that it's not an image issue because when I open the image itself on my mobile, the resolution is fine, even after zooming in. Additionally, I have disabled the export as texutre option so this is not the problem here (as many other people have said previously). I have provided a link to the website where the content is uploaded to:http://nesrayannier.com/mobile.html Any help would be greatly appreciated!
Straightening and smoothening function are disabled. Suddenly when I double click, I can straighten all I want, but it alters the other frames' shapes in the motion tween. For an application at this age, I really don't feel that it is user-friendly.
I keep getting this error. I recently payed for Adobe Premiere Pro hoping it would update and pay but it doesn't seem like it worked. Though I had payed for it? I am not sure I tried everything I could do. Can anyone help? I also cannot seem to buy Animate again because I wanted to switch to monthly plan. It says I already have it for annual plam, monthly plan.
Hi, I came across this video and am looking to recreate the same idea. Have a video play with interactive buttons. Does anyone know how the below was done? https://www.apartmenttherapy.com/small-cool-experience/2020-bright-monochromes-kelley-carter?newsletter_slot=6&utm_source=at_daily&utm_medium=email&utm_campaign=06132020 Thanks!
excuse me, I'm in the middle of confusion because of this :ArgumentError: Error # 2109: The null label frame was not found in the null scene.at flash.display :: MovieClip / gotoAndStop ()at _2411417040_Melinda_fla :: MainTimeline / showSoal ()at _2411417040_Melinda_fla :: MainTimeline / setup ()at _2411417040_Melinda_fla :: MainTimeline / frame86 ()at flash.display :: MovieClip / gotoAndStop ()at _2411417040_Melinda_fla :: MainTimeline / check Transition () even though the code is just copy-paste from what my lecturer gave me and adjust the frame, but why doesn't it still work the way I want it? The codes are like this :import flash.events.MouseEvent;stop();var nilai:int = 0;var nomorSoal:int = 0;var soalMaks:int = 10;var hasil:hasil_mc;var soal:Array =[["Tebak", "D", "Q", "P","C"],["Tebak", "G", "N", "Z", "S"],["Tebak", "Q", "P", "J", "O"],["Tebak", "Iga", "Iya", "Itu", "Dia"],["Tebak", "Abu", "Aku", "Aji", "Aki"],["Tebak", "Senin besok", "Senin lusa", "Selasa besok", "Selas
Hi,I was making my animation with Adobe Animate, apparently worked OK the audio and the image when I pushed INTRO, nut when I export the full movie or try to see it pushing CTRL+INTRO, the result is that the animation runs with higher speed and audio a bit not sincronizad.What could happened? how can i solve it?
Hello, communityI have been using Animate/Flash for like 20 years. In the past 5-6 years I developed and published several apps for Android.This is the first time in my whole life that I can't publish my apk from Adobe Animate.I have Adobe Animate installed, I have Adobe Air SDK version 33 (but also tried with 32), I have completed all the information about the app, generate the certificate, tried different options (device version, deploy, intel, arm, etc). Nothing works.How can I publish the apk file from Adobe Air? I don't know what else to do.Thank you.
Hi,This very annoying problem has already been mentioned as "solved" here https://community.adobe.com/t5/animate/copying-illustrator-shapes-into-animate-changes-colours/td-p/8713594 and here https://community.adobe.com/t5/animate/color-shift-from-illustrator-to-animate-cc-unless-saved-as-svg/m-p/10813018#M199977, but the "correct answers" are not efficient, so I relaunch the subject with this new post Direct copy-paste from Illustrator (RGB) to Animate CC, even with "emulate Illustrator 6.0" in Illustrator color settings, shifts colors in Animate (dull). Although the rgb numbers of the object are the same in Ai and Animate, the colors are different on screen.And... the -yellow- gradient is reversed (??)(iMac Retina 5K, 27-inch, 2017, Mojave) + Cintiq 22HD)Any -really- efficient solution to solve this?thanksexample screenshots :
Bonjour,J'ai un petit soucis qui est survenu il y a peu..je travail sur deux écrans, et lorsque je configure ma tablette pour qu'elle n'agisse que sur 1 seul (afin de pouvoir dessiner correctement) animate ne prend pas en compte ce réglage et ma tablete recommence à couvrir l'ensemble des écrans une fois que je commence à travailler dessus..Je sais que ça vient du logiciel car :- Tout marche bien sur des logiciels d'adobe tel que photoshop ou d'autres comme toon boom.- Tout marche aussi très bien dans le menu de animate et le problème ne survient que quand l'interface de travail apparait. Comment faire ? J'ai deja :- Essayé d'allumer animate en tant qu'admin- Essayé sur d'autres logiciels (tout marche très bien)- Desinstallé et reinstaller animate (sans succès)- Couper ma connexion- Régler ma tablette de toutes les manière possible La seule chose qui marche est de débrancher mon deuxieme écran.. mais j'en ai besoin alors ce n'est pas une option... Tout marchait pour
Hello, I'm super new to using Animate and have a really dumb question. I have AA Animate 2020 and am trying to practice with using Tweens. When I create new layers, I can only see one at a time at the bottom of my screen. I have clicked the "Show All Layers" button but nothing happens. Meanwhile, the stage part of my layout is large and I don't need it to be. I've tried clicking/dragging the Layers bar at the bottom for expansion, but I can't figure it out. Please help! Best,MLA
So my issue is that I created an animation in black, it had symbols and frame by frame animations within the symbol. I then decided I want to make the animation in white instead. I tried to highlight all the frames within my symbols to change the color but that did not work. So instead, I had to go frame by frame and change the color of every single frame (each symbol had 115 frames) My question is, is there a feature that would have allowed me to do this more efficiently and if not can i give product feedback to develop the functionality?
Two questions if I may.1. With the sad demise of the Flash Player at the end of the year I am attempting to transfer some of my vector graphics to Xcode. How can this be achieved?2. If I convert my previous work to WebGL format using AnimateCC, is there anyway it can be protected from being copied when it runs in a browser window?All information much appreciated. Regards, Em.
How to relocate or move the entire animation to a new position? Every time I try to move the entire animation to a new place in the same doc, it distorts the whole animation. Is there any way to do this without impacting on the animation flow?
Hello everyone, I have this problem in HTML 5.I have several videos that change at every frame.At every frame there is a different video (inserted through video component JS). There are two buttons. The first button stops at this.currentframe + 1The second button stops at this.currentframe -1Actually, this works very well with images but not with videos.Unfortunately it seems to me that VIDEO COMPONENTS PLAY ONLY ONCE. At the second click (for instance if I click on the button that goes this.currentframe -1) the video (placed at the frame before) disappears.Maybe there is some code I have to insert somewhere there.Can you help me?Thank you in advance
I want the rights of the development on the adobe flash pro program. Is this possible?
Hi everyone, since the newer versions of animate 2020 v. 0.1 to animate v.5 I can not click any buttons/clicktags in my html anymore. In the older versions it wasn't a problem ever. I know, that I can test it live on a server or with the preview (strg+enter), also when I set the browser security limitations off. But still it's confusing and laborious when I can not test it offline easily. Therefore I wanted to get an older version again. But I can not find one to download in the cloud? Is there any possibility to get an older version like animate CC 2018/19? Or a publication setting to get a working html file for offline testing? Thank you so much in advance!
Hi,I have a group of frames with the action"this.goToAndPlay(9);" inside of a symbol. The symbol has the action "this.Stop();" and also has frames after it. When I test in the browser, the group of frames 'action' plays and the symbol frames 'action' plays also. The frames after the symbol action frames do not play though. Basically, the frames after an action of "this.Stop(); " is not playing. When I take off "this.Stop();" the frames play but the action "this.goToAndPlay(9); is not completing fully.
can we use an svg (small 6kb animated svg image) insted of the gif preloader, if yes then how? (Html5 canvas file)
Hi,I'm new to Adobe Animate, but have used Flash in the past, I have a few questions:I have 3 Layers in a Animate HTML Canvas.Layer 1 = Video 1 (background)Layer 2 = MC based animation of Text / ImagesLayer 3 = Video (forground)I am trying to make Layer 1 Video play as the background, Layer 2 to animate in middle and Layer 3 play video above all other content. I have read about indexz= -1 but this affect all the videos, can we some how target which video to affect?How can I create animation of Text + Images for Layer 2 without preventing the playback of the videos (they stop playing on a simply keframe of 2 images.How can I play a list of videos / images from XML or text file within a component or on the stage as a time line?I would appreciate your help guys !!Thanks !
I have been trying out simple navigation between two frames (frame 0 and frame 4) with a button. on the first frame I just have a text and a button with the code: this.stop();this.btn_scena.addEventListener("click", fl_ClickToGoToAndStopAtFrame.bind(this));function fl_ClickToGoToAndStopAtFrame(){this.gotoAndStop(4);} and on frame 4: this.btn_scena.addEventListener("click", fl_ClickToGoToAndStopAtFrame.bind(this));function fl_ClickToGoToAndStopAtFrame(){this.gotoAndStop(0);} It works for about 10 times and then stops, since I just used Code Snippets and didn't make my own code I'm not sure how this could possibly not work. Thanks in advance.
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.