Get help using Adobe Animate and creating animations.
Recently active
For some reason, whenever I apply warp points to an object, I'm automatically getting keyframes added. Do I have to convert the object to a symbol first? Also, can I warp the object and use that warped sequence as a mask?
I am using the drop and drag code under the actions tool but notice that it will not display on my MAC. This will need to be uploaded onto my Wix website, which does not accept SWF files. Any help would be appreciated.
Bonjour Je souhaite créer une animation avec plusieurs séquences mais malheureusement ce menu est grisé et je ne sais vraiment pas comment le débloquer, si quelqu'un connait la solution je suis preneuse !!!Merci beaucoup.
hallo, was fuer klammern muss ich setzen ??{gehe.menue_land_[i].visible = false;} danke vorabfor (var i = 1; i <= 2; i++) { if (i == 1) { {gehe.menue_land_1.visible = true;} } else {gehe.menue_land_[i].visible = false;} } (
Ok, so way back ago when I watched my first animate turotials on youtube, I saw that there is a function whre you can select a color and add it to a window. And when you use that color in you aniamtion and your done, you can afterwards simply change this color in the window and the color in the animtion will change as well. I wasn't able to find the tutorial so, I hope someone here knows what I am talking about. Thanks in advance,Cabbage
I am having problems adding event listeners and associated functions in a loop that adds images to a series of MCs. The population of the MCs, from XML data, with images and positioning them on the canvas is working well. However, when I come to add event listeners to each of the MCs to allow for mouse action stops working. I suspect it is something wrong with the syntax of the function name as realise that I need to make all the function names different. I simply thought I could apend a standard function name with the loop value to make them different. I cannot seem to make the MC scaling work either. Need to do this as pictures will be larger than the MC although same proportion. Here is my code: //Parse data after XML has loaded function imagedataF1(e) { parser = new DOMParser(); var xml = parser.parseFromString(e.target.response, "text/xml"); myImagesID_array = xml.getElementsByTagName("imagedata"); var imagesNum = myImagesID_array.le
I select multiple bitmaps and open properties to check allow smoothing. But When I check the properties again the changes are unsaved. I think this is a bug.Is there a workaround to allow smoothing?
Hello everyone,I am trying to use the setTimeout event in order to delay the firing of a specific function on the click of a button, (Disj), all I need is make ( prise) get "off " after 60 seconds , and in the seconde click make the time reset sorry for my englishThis is my code this.Disj.addEventListener("click",switchF.bind(this)); function switchF(e){ if(this.Disj.currentLabel == "up"){ this.Prise.gotoAndStop("on"); } else { this.Prise.gotoAndStop("off"); } }
I am doing an animation on the stick man, the problem is that sometimes when I smooth a line in selection tool (v) to change the shape of the segment curve, a point appears in the middle of the line ( N) without having pressed (shift) or (ctrl).how to avoid generating a point in the center when smoothing
I have a Macbook Pro 16", Core i9, 16GB ram, GPU: AMD 5500 pro, 4GB VRAM. I tried several times to import a simple vector (about 40 Mb) to adobe animate cc (latest version), and it either crashes or gets freeze for a long time, and I have to force quit Adobe animate. Since there is no preference setting for adobe animate; unlike photoshop or premiere, what should I do? Thanks in advance.
Hello all,I m trying to convert my old AS3 animation in html5.But i have a problem when i try to access from one children movieclip to my root timeline.In as3 i did in the past with MovieClip(parent or root).So my question is: how can i navigate and moving between different nested movieclip? is there some kind of instruction that do same as MovieClip do in AS3? Hope my question is clear enoughThanks a lot
Hi, i have installed Adobe Character Animator recently but iam facing a problemwhich the software is not responding,, can you please help me out?note: i have done lots of things trying to fix it including re-installing the software, run as adminstrator, open it in high performance from graphic settings and deleting virtual other input microphones.my pc:graphics card : nvidia GTX 1070 ti cpu: Ryzen 7 2700 Ram: 16 GB 3200HZ
I use a XP Pen Artist 12 for drawing normally, but it seems like the dial on that can't let me map a combination of Ctrl + scroll wheel to it, and instead have to use the keyboard shortcuts to zoom. The problem is that that is meant more for larger incraments and not scrolling-like zooming, so is there any way to lower how much the shortcut zooms? It would probably best if I kept using the shortcuts, so I wouldn't have to change the keys over after using Sai, but if I can change the mouse wheel zooming to just the mouse wheel then that would be good too.
I have a graphic symbol on stage using 60 animated frames inside. i want to zoom in and out by using slider. can u tell me how to do that
Hello all,do you publish animations succesfully on pages created using Bootrap 3 or Bootstrap 4?I create a simple animation.Publish it.embed the code in a bootstrap pagethe animation breaks the bootstrap layoutEven if I've set the animation to be responsive, it doesn't take into account scrollbars, so the browser display horizontal scrollbars (while it shouldn't).I have to hack the resulting JS code to make it work.This is a bug since the first Animate release.Is there a way to convince adobe to fix this bug?It breaks productivity a lot. And it constrains me to use other working alternative (Revolution slider).TIAtony
Hi, I have managed to create an action that triggers an animation when hovering on a button, which is a text.The hover has effect only if the mouse is on the text. If the cursor is within the area of the text, but doesn't touch the font, for instance the space between two letters, the hover is not triggered.Is there a way to keep a transparent text and having the hover being affected by a rectangular area, regardless if it is filled by the font or not?Thanks in advance.
When I select a library item and click "properties", there used to be a bunch of options for smoothing jpgs, reducing quality/size, deblocking etc. Now there's nothing in that window except "update" "import" and "test". What happened to these options and why can't I find them now? I'm in Adobe Animate CC, latest version.
Hello,I recently started using Adobe Animate Version 20.02 from version 19.2.1 and noticed something which I not sure is a bug between the two versions. When I import a bitmap like say a .png file and open the bitmap properties dialogue box, I get a very paired down version with no options for smoothing or compression. This glitch is not the case with version 19.2.1 where you have all these options. See attached screen grabs of what I mean about the difference between both versions. My Adobe Animate is running on Windows 10 64 bit version. Is there something I'm missing, or is there another way to get to these properties? Version 20.02 Version 19.2.1
Hello, I have finally managed to create my event listeners for both mouse hover and tap, and a mouse out.I have 16 elements that I need to enable animations for.Each element has its own movie clip and dedicated button and a corresponding instance.If I add another element to the code, I don't get the desired result as only the first button enables the last element programmed.I don't understand why because all the instance names are correct and the code also has all the instances replaced in the code.Is there something that I don't know and I should know when having multiple event listeners?So far I have copied and pasted the same code replacing the instance names (and adding all the animation in the involved movie clips, with relative stops.Plase, find the code below.Thanks in advance 🙂//BELLY this.bellyBT.addEventListener("click", MouseClickFunction.bind(this)); function MouseClickFunction() { this.bellyMC.play(); } var frequency = 3; stage.enableMouseOver(frequency); this.b
BonjourJe cherche à réaliser un jeu de cartes animé sur Animate, comme ici par exemple : https://www.iza-voyance.com/script_gratuit_webmaster_tarots.phpMais avec mon graphisme (j'ai déjà créé toutes mes cartes sur Photoshop et Illustrator), je ne connais pas encore très bien Animate, alors je me demandais si quelqu'un aurait un modèle dans cet esprit : le présenter en éventail, le mélanger, tirer les cartes (en 3 cartes ou 4,5 ...), et ensuite montrer le résultat et l'explication des cartes.J'ai bien trouvé des sites comme : http://tourdeanimate.com/ mais je n'ai rien trouvé avec un jeu de cartes ou quelque chose qui pourrait s'en rapprocher. Je pourrais ainsi avoir des pistes pour créer mon jeu.Merci beaucoup, je suis preneuse de toutes les pistes, même minime 🙂
Help, When I change fill color of one shape in Animate, it refuses to change color even though the panel thingy indicates it did. It is in motion tween Thanks
Hi, Just wanted to share and ask if you have experienced the same w the latest Animate version (v 20.0.3)? Whenever I publish, even if settings are on "BOTH" under format, i do not see the jpg spritesheets in the images folder. In the output tab: it shows 4 bitmaps packed successfully (where 2 are PNGs and the other 2 are JPGs). Also showing that 2 spritesheets were generated.But on the published files, only the PNG spritesheet is showing and the JPG sheet is missing. I have also tried importing to stage just 2 JPG images. None of them as a spritesheet appeared in the /images folder. Appreciate if you have any advise or any other comment in case I'm missing something on the publishing settings. Thanks! J
This is a really annoying issue and really hard to try and describe. When I import my character, which is constructed (put together) into animate and select all parts and turn them into movie clips, all the layers below top layers take on the colour of the above layer on the edges, kind of like touching wet paint and getting it on you, but its happening to the layers, anyone know why this is happening? The only way I found to fix it, was to take apart so nothing is touching and import it and put together in animate.
my adobe animate gets locked when I move or rotate the drawing image it also hangs if I create too many layers I use the Adobe Animate 2018 version for Windows 7 SP1 64 bit
I've been having a lot of trouble handling some simple video events with an HTML5 video element in the stage (instance name "video_1" in Animate). I have a Main Menu button go to Frame 2 where there is an embedded video player. I want to create a function that will return to the Main Menu when the video finishes playing. However nothing I'm trying is working: _this.video_1.addEventListener('ended', videoEvent, false); function videoEvent(e){ console.log("video ended!"); } I tried a lot of different ways to do this.. I can't seem to get anything to trigger Even using the Code Wizard to create a basic function doesn't seem to ever trigger anything. var _this = this; _this.video_1.on('added', function() { /* Mute/Unmute the selected video. */ $('#video_1')[0].muted = true; console.log("video muted"); }, _this, true); Anyone have any pointers for me to get this to work? Thanks!
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.