Get help using Adobe Animate and creating animations.
Actividad reciente
I have tried the free version of all Adobe Cloud applications, but I did not cancel the free plan ahead of time and since I do not have money on my card I cannot pay for it (I used the "annual, monthly payment" payment method) and now they want to charge me for the entire year when I want to cancel it and it does not let me cancel the plan, what do I do?
This problem started recently like a week ago and I thought upgrading would solve the problem (2021 -> 2022), but the problem still persists. This deters me alot when it comes to picking colors, and it leaves me with the only solution of copying the hex code directly from another symbol rather than working from it in the symbol I'm in right now. This problem also occurs when the layers are locked within the symbol, then the color picking saturates. Please help, I'm very uncertain on what to do here. ><
So I was making an animation and I wanted to see it and then it went really fast at the start and then paused for a second then played smoothly and I don't want the fast and pause part to happen, so someone pls help
I would really like some help. I'm working on a project that has colored outlines to the characters. Because I can't share a picture, this is a simplified version of my problem. Lets say I created two straight lines overlapping each other to create a plus symbol. Then, I changed the color of the vertical line to blue and horizontal to red. The problem is, I would like the red line to appear to overcross the blue, but instead, the blue is overcrossing the red. I've tried making a new red line directly overtop, but it just gets put under. Please, if I could get some help, I would be so thankful ;_;
Hey everyone, I have a school project that requires me to use Adobe animate to create a shop system, however, the teacher is very incompetent and hasn't taught us the "add to cart" system. I'm lost and l've tried checking out YouTube however there seems to be no guide. Does anyone know how to make an add-to-cart system? Preferably the most optimal one would be: Being able to press add to cart on every single product I have and then when I click on the cart button it displays all of the previous products I have chosen to add to cart.If there is any confusion with what I said do let me know please and thank you.PS:Actionscript, not HTML. If possible it would be a huge plus to maybe add a size system however that is not a big concern for me right now as I want to get the cart system done ASAP as the assignment is due within the next 2 days: (
(1) How to find a specific row of a Dynamic text field containing a string entered in the INPUT text field and display it in the middle row of the list (about 20 rows are displayed)(After inputting, do not use the (Enter) key, but use the (→) button) (2) If there is a way to display the next row that satisfies the above conditions when clicking the next (→) button,I would greatly appreciate it if you could upload a sample code iField : textFieldType - INPUTdField : textFieldType - Dynamic, 1000 numLines over Thank you
I have a character that is using bones for armature arms and has filters applied for shading purposes. But when I set a new pose/keyframe the filters are removed (the keyframe with filters is white, the new key is always black). Why is this happening?
I create an quiz using html5 canvas in Adobe Animate if click on the correct answer, it will increase the score to 10but in my project it's not working i'm a new in adobe animatehere variabel I'm use : var data = [{ pertanyaan_text: "Berapakah Jenis Bekam", jawaban_benar: "1", pilihan_jawaban: ["1", "2", "3","4"] }, { pertanyaan_text: "Bekam yang dilakukan dengan memberikan perlukaan disebut", jawaban_benar: "1", pilihan_jawaban: ["Bekam Kering", "Bekam Basah", "Bekam Luncur","Bekam Pijat"] }, { pertanyaan_text: "Salah satu Kontraindikasi Absolut Bekam adalah", jawaban_benar: "0", pilihan_jawaban: ["Hemofilia", "Hipertensi", "Anak-anak","Sakit Kepala"] }, ]; var indexPertanyaan = 0; var currentPertanyaan; var score = 0; var IsAnswer=false; and here the function to load the question and answer , they are willbe randomizing function loadPertanyaan(e){ //randomizing question data= mixed(data); //First Question currentPertanyaan = data[inde
when i turned on advanced layers on a animate file when i flip something it goes fully off stage instead instead of center stage or next to the flipped thing. How do i fix this i need advanced layers so i can use the camera layer
Hello i'm new in Adobe Animate , I wanna make a quiz multiple choice , I want my quizzes to be random when they start and when they repeat. So I try to make the question randomly I'm use 3 frame 1. Button Start 2. Frame with Movie Clip (There is , Dynamic Text and Answer Button)3. Dynamic Text for Score and Repeat Buttonwhen i'm insert the code in frame 1 to next to frame 2 (A movie clip) it's not workinghere the code : //variabel global var data = [{ pertanyaan_text: "1+1", jawaban: "2", jawabann: ["1", "3", "2"] }, { pertanyaan_text: "Berapa Jumlah hari dalam Seminggu", jawaban: "1", jawabann: ["5", "7", "8"] }, { pertanyaan_text: "Bumi Merupakan Planet Ke-", jawaban: "0", jawabann: ["4", "5", "8"] }, ]; var indexPertanyaan = 0; var currentPertanyaan; this.bt_quis.addEventListener(MouseEvent.CLICK, function(){ //Sembunyikan tombol mulai, tampilkan movie clip pertanyaan consol.log("Button Clicked"); btn_quis.visible = false; mc_kuis.visible = true; //lo
hello therei am using this code for multiple buttons in the same frame, the inicial frame, in order to jump to any other frame when i press the button...button_name.addEventListener(MouseEvent.CLICK, launch_button1);function launch_button1(event:MouseEvent):void{gotoAndPlay(1); // plays the current timeline from Frame 1 of Scene 1}is there an action for instead of going to frame to go to the scene......an action for scenes similar to this ? also about the home buttonwhats the action script for home button to come back to the first scene?anyone?
Hello! How to create ZXP for Modern Animate CC? I'm trying to create HTML5 Component for Adobe Animate using jQuerry and standart JS library. Most of the steps i do following https://helpx.adobe.com/animate/using/custom-html5-component-development.htmlRight now i face problems with Mac OS and with MXI files. This is my MXI file that i use to compile and configure ZXP: <macromedia-extension name="Name" id="prefix.ID" version="1.0.0" type="component" locked="false"> <author name="Author Name" /> <description source="$flash"> <![CDATA[<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> Description ]]> </description> <files> <file source="assets" destination="$FLASH\HTML5Components\PathName\" file-type="ordinary" /> <file source="locale" destination="$FLASH\HTML5Components\PathName" file-type="ordinary" /> <file source="src" destination="$FLASH\HTML5Components\PathName\" file-type="ordinary" /&
Hello i'm new in Adobe Animate , I wanna make a quiz multiple choice , I want my quizzes to be random when they start and when they repeat. So I try to make the question randomly I'm use 3 frame 1. Button Start mc_kuis is the intance name from frame 2loadPertanyaan is function for me to load the question in dynamic text here the code : variabel I use//variabel global var data = [{ pertanyaan_text: "1+1", jawaban: "2", jawabann: ["1", "3", "2"] }, { pertanyaan_text: "Berapa Jumlah hari dalam Seminggu", jawaban: "1", jawabann: ["5", "7", "8"] }, { pertanyaan_text: "Bumi Merupakan Planet Ke-", jawaban: "0", jawabann: ["4", "5", "8"] }, ]; var indexPertanyaan = 0; var currentPertanyaan; function loadPertanyaan(){ //Random Question data= mixed(data); //Take the first new question currentPertanyaan = data[indexPertanyaan]; //load pertanyaan to dynamic text mc_kuis.txt_Pertanyaan.text = currentPertanyaan.pertanyaan_text; }Thank for helping me solve th
Hello I'm new in Adobe Animate I wanna create an interactive multimedia using Adobe Animate with HTML5 Canvas, I use several buttons and labels on other buttons, I don't experience any problems, why can't the code go to Frame and stop be run in this section? I feel that I have used the labels correctly.here the SS from previous label, I wanna goto next frame, I want to go to the next frame after that label this.bt_back.addEventListener("click", fl_ClickToGoToAndStopAtFrame_33.bind(this));function fl_ClickToGoToAndStopAtFrame_33(){this.gotoAndStop("LB_ProsedurBekam");}this.bt_home.addEventListener("click", fl_ClickToGoToAndStopAtFrame_34.bind(this));function fl_ClickToGoToAndStopAtFrame_34(){this.gotoAndStop("LB_Home");}this.bt_nextmateri.addEventListener("click", fl_ClickToGoToAndStopAtFrame_35.bind(this));function fl_ClickToGoToAndStopAtFrame_35(){this.gotoAndStop("LB_Kontraindikasi3");}this.bt_backmateri.addEventListener("click", fl_ClickToGoToAndStopAtFrame_41.
We're working on a 2D animation project and using Illustrator to create all of our backgrounds, which are then imported as vector files. However, we're encountering banding issues with the gradients in the artwork after export from animate. Do you have any suggestions on how to resolve this? I've attached a screenshot from the video for reference.
pls i need answers to these By the way animate 2019 needs to return left laptop and right desktop.Why adobe hides useful preferences. Options for animate? Why Evry other apps has more preferences options than animate it's so unfair. Adobe has fallen.
Hello, when I use a character bound with skeleton tools for animation production, such as using a frame selector to switch gestures in the next keyframe, it can cause the previously selected gesture to become something else, which is very distressing and frustrating. Is this a software bug? I hope that Animate's skeletal tools can make significant progress!
so im trying to export this animation that has an asset that uses 45% opacity for the shading, but when i export it, everything is completely opaque, what is going on!?
Could someone please help me fix this?I was working on an Animate project last night, which I am trying to open today. Nevertheless, I always get the same error: "Adobe Aanimate could not open this scene or item possibly due to a damaged file or not enough available memory.When I click OK, a second warning is issue: "Permission issue opening file". Then a third one: "Unable to access resource '^1' (type ^2)".I looked for a solution to increase allocated memory but Animate settings offer no such options. I tried to open the file from the app and from the Finder. The same errors occur all the time, after about 20 seconds of beach-balling.Here's the report log: https://we.tl/t-C0BAC4hnsqI have tried to open an old version of the project, it worked but it barely contains the half of what I have done so far...I have looked in the folder: /Users/user_name/Library/Application Support/Adobe/Animate 2024/en_US/Configuration/AutoRecoverFilenames.txt > The file has been update last night but i
Is there any file/page/text that explains how each tool in Adobe Animate works (the main ones) and how to use them in a summarized and simple way? It's not because I'm lazy, but because I still don't know how to put it into practice because of the very technical explanation.
Hi People, Have many of the other Adobe CC apps installed on my Lenovo P1 Gen 5 (Windows 10 Enterprise) which all work well, but while I can get past the launch screen, Animate stalls with spinning circle. I've tried launching in Admin mode, checked the app permissions, and now I'm baffled. As my laptop is an enterprise device, I can't turn the firewall or the virus checker off as indicated in a help article. Any advice? Andrew
How can I select a stroke separately instead of the whole body in a single layer? For example, I make a stroke of a stick man and I make his limbs one by one, then I want to select a single limb separately, but instead of that it only selects the whole body instead of one limb, how do I configure it? How do I make it so that I can select each limb or the last stroke I made instead of selecting the whole body by just selecting one part of the body? Thanks
Here may be a simple update. When breaking Paragraphs or Sentences of text. Could it break into whole words, before it breaks into separate Glyph and then shapes.This would help when creating Kinetic or animated text animations, to quickly make the words symbols. Rather than having to copy paste each required word.
Hi all! Task: simulate a snow plow removing snow from a street Layer-/Instance-Concept: Layer: SnowPlowinstance of the SnowPlow itself; animatedLayer (mask): Trackinstace of a MovieClip (the MovieClip contains the path/track already handled)Layer (masked): Road <= everywhere it's masked the clean road is visible Layer: Snow covering the layer below with alpha=50%Layer: Road Like this "Road" (lowest layer) is covered by snow except where the plow has already been.See .fla-file ( https://drive.google.com/file/d/12l52lb-Uvv8SQt5sr6iP8JKcGuZoJZwi/view?usp=drive_link ) to understand better. 🙂The fun part:the stage in Animate shows everything as expected when moving around in the timelinewhen publishing (swf, html/js or even mp4) the Mask acts staticseeing is believing? watch the attached .mp4! Even funnier: an exported .jpg-sequence looks correct => see attached .pngMy setup:Windows 10 Enterprise Version 22H2Intel(R
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.