Get help using Adobe Animate and creating animations.
Recently active
There is a xml file:```<?xml version="1.0" encoding="utf-8"?><TextureAtlas imagePath="DADDY_DEAREST.png"><SubTexture name="Dad Sing Note DOWN0000" x="5" y="5" width="470" height="730" frameX="0" frameY="-5" frameWidth="470" frameHeight="735"/><SubTexture name="Dad Sing Note DOWN0001" x="5" y="5" width="470" height="730" frameX="0" frameY="-5" frameWidth="470" frameHeight="735"/><SubTexture name="Dad Sing Note DOWN0002" x="480" y="5" width="463" height="735" frameX="-3" frameY="0" frameWidth="470" frameHeight="735"/><SubTexture name="Dad Sing Note LEFT0002" x="1324" y="5" width="383" height="777"/><SubTexture name="Dad Sing Note LEFT0003" x="1324" y="5" width="383" height="777"/><SubTexture name="Dad Sing Note LEFT0004" x="1712" y="5" width="383" height="777"/></TextureAtlas>```What does each item of the xml file mean?1、name2、x and y3、width and height4、frameX and frameY5、frameWidth and frameHeight6、there is a four-digit number
keep getting the error every 10 minutes.Animate CC Version 2022 and Version 2021Error Code: 0x02000148Error Code: 0x0000004 Help me!!!
I am going through a book tutorial on creating games in Flash/Animate, and the game is using keyboard key presses (arrow keys, spacebar) to control game elements. When I test the game, and also when I publish the game in .swf and windows exe format. The keys do nothing. This used to work years ago when I went through these examples previously, but now they aren't. I've looked through some troubleshooting sources, and I see a lot of references to something like "when testing the game, go to "Control/Disable Keyboard Shortcuts" because apparently, the testing environment is using keyboard shortcuts and has priority. However, in the current versions (2021, 2022) of Animate, I don't see anywhere where I can tell it to disable keyboard shortcuts for the test environment. Is there anyone that knows what to do about this now in the current software?P.S., I'm not using Flash Builder, or any other ActionScript coding apps. It's all done in Animate.Thanks.
mi ilustraitor no me funciona no puedo entrar me sale que ya expiro y me descagargue la ultima version es mac.... porfavor si alguien me puede ayudar
Hi there,I'm working in Animator and I need my project to have a 4:3 aspect ratio. The canvas size is 1,440px by 1,080 px, and I'd like to export it as either a .mov or a .mp4. However, whenever I export, it always converts to 16:9 (1,920px by 1,080px), and my animation stretches. I tried making a custom setting in Media Encoder, and it did the proper aspect ratio, but kept the stretching and added the black frames. I'm getting really frustrated and need some help. If anyone can offer a solution, that would be fantastic.
Hello: When I test my project (CTRL + ENTER) all the interactivity works fine.When I Publish for HTML it does not work (button interaction do not work) when I run it. It seems as there is only an image in the browser.My Publish settings are the following: I use the HTML file generated by the Publish.Any support is greatly appreciated.Regards
hello community i want to make animation on canevas but i have some deficault to do i, i wanna make the L1,L2,MINUTERIE2..... GET off after 15 seconds after click on bp1 or bp2. thanks this.bp1.addEventListener("click",switchf.bind(this)); this.bp2.addEventListener("click",switchf.bind(this)); this.bp3.addEventListener("click",switchf.bind(this)); stage.enableMouseOver(10); this.on("mouseover",function(){ this.cursor = "pointer"; }); function switchf(e){ if (this.L1.currentLabel == "off" ){ this.L1.gotoAndStop("on"); this.L2.gotoAndStop("on"); this.minuterie1.gotoAndStop("on"); this.minuterie2.gotoAndStop("on"); this.minuterie3.gotoAndStop("on"); } else { this.L1.gotoAndStop("off"); this.L2.gotoAndStop("off"); this.minuterie1.gotoAndStop("off"); this.minuterie2.gotoAndStop("off"); this.minuterie3.gotoAndStop("off"); } }
Hi So its been a while since i work regularly in Animate... I've made a simple html5 canvas for a google banner, with a simple text fade, a button that changes color when you hover over it, and a picture that moves. So Far so good.Ive managed to keep the size down in regulations with google... now were talking! but when i publish the project its only possibly with the "hosted" javascript box checked... And as i have come to find out, google does not like that, as it wants everything uploaded locally...In order to make the button go my external webpage, i have used the pre-made actionscript snippet (of coarse taken from the html5canvas folder). The rest of the functions are simple tween animations. Can anyone tell me how to improve this? i could cope/paste the hosted .js library but its massive, and takes up more space than the rest of the files together (288kB) and the total must only be 150kB.If its possible to pinpoint what effects that uses this hosted library it
Sharing with this community a 3-part video series based on my 30 minute Adobe MAX session from last week. The MAX session was super condensed due to time. I decided to live stream the same techniques and edit that as a 3-part video series that is now live for all to benefit from. Hope this helps anyone new to Animate that wants a crash course on Drawing tools Object Drawing Symbols/nesting Editing center points Layer Parenting Frames & keyframes Classic tweens Easing Asset Warp Tool Social Share Part 1 Part 2 Part 3
I know Animate has a function to create the possibility to link my in Animate made banner to an URL. I've tried some things myself but the only thing I got is the possibility to double click on my banner, then a new window opened with a popup to the goal URL. Of course that's not what I want. I want people to click on my banner and go to the landingspage. Who can help me out here in a way even I can understand?
Hello !... My name is Raszaq, am from Nigeria.Have been using adobe premiere pro for 9years now and it really really great and so cool because I could do all kind of video with it but I want to start using adobe after effect and other adobe app so that I could do animation and stuffs. Please can anyone tell me what to do and how to start more especially on the animation. Thanks
i am trying to conect to mysql i wote this code, but it is not wored for me. var con = mysql.createConnection({host: "db5005371458.hosting-data.io",user: "dbu616436",password: "NIRELamir1",database: "dbs4506304"});con.connect(function(err) {if (err) throw err;alert("Connected!");});
Please help. I mastered using containers for swf to be loaded upon button clicks in AS3. Now I've moved to html5 canvas. Can anyone direct me to a tutorial, or help me with the coding for html5 canvas? I really need to get this for the educational program I'm developing. Thanks in advance!!! Bottom line:I want to click on a button and the file appears in the container.
inputNumber is the instance name for the textinput compenent why this code is not working?this.document.getElementById("inputNumber").focus();
Hello Trying to create an password to access a frame. I have an Animate component with an instance name of "TextInput_cmpnt".I also have a custom submit button with an instance name of "submit_btn".The following code is in the Actions layer: _this.submit_btn.on('click', function(){_this.myVar = "Name";function checkPassword(){if(TextInput_cmpnt.myVar="Paul" ){_this.gotoAndPlay(4);}else{_this.gotoAndPlay(3);}}checkPassword();}); Any ideas on what. am doing wrong here will be much appreciated.
I am new to animate and I am trying to create HTML5 banner ads that uses a horizontal slider that has a number value that goes up or down as you slide the handle left or right. Similar to the sliders here --> How To Create Range SlidersBut I want it to have a highlight attached to the handle. So as you slide the handle right the highlight is revealed on the left side.My attempts so far to create this have not worked and I cannot find any examples online or tutorials. Has anyone had success creating something like this or useful resources they can suggest?
Good Evening Adobe Support Community, So I recently have installed Adobe Flash CS6 And when it opened I realized that the tool bar, the bottom, the left and right sides were all very small So I was just wondering if anyone knows how to make those things bigger? Cause I have tried googling, looking on YouTube and have gotten nothing so if anyone knows how please reply to this post ASAP! Thanks so much in advance! -VGirl
Hey everyone. I followed a YouTube video on how to construct a walk cycle. I only have five frames so when I click the play button, it goes by super quick. How can I slow down the walk cycle? Thanks!
I am going through a book tutorial on creating games in Flash/Animate, and the game is using keyboard key presses (arrow keys, spacebar) to control game elements. When I test the game, and also when I publish the game in .swf and windows exe format. The keys do nothing. This used to work years ago when I went through these examples previously, but now they aren't. I've looked through some troubleshooting sources, and I see a lot of references to something like "when testing the game, go to "Control/Disable Keyboard Shortcuts" because apparently, the testing environment is using keyboard shortcuts and has priority. However, in the current versions (2021, 2022) of Animate, I don't see anywhere where I can tell it to disable keyboard shortcuts for the test environment. Is there anyone that knows what to do about this now in the current software? P.S., I'm not using Flash Builder, or any other ActionScript coding apps. It's all done in Animate. Thanks. You need to ask program questi
Hi - can't seem to import image sequences into Adobe animate. It consistently only lets me import the images one at a time rather than the whole sequence in one go. Have tried various naming conventions and number paddings but doesn't make any difference. Any help very much appreciated! Seems like a bit of a bug...?
I'm developing a program that rotates when I put the mouse on the gogogo button and stops when I click the mouseThe rotation was successful, but the stop failedI want to know how to modify it/////////// animate cc (canvas)//////////////////////////////////////////////////////////////////////////////////////////////this.stop();/////////////////////////////////////////////////////var gunx = this.gun.x;var guny = this.gun.y;/////////////////////////////////////////////////////var cx = this.cen.x;var cy = this.cen.y;var a = 80;var b = 80; //초기쎄타각도 잡기///////////////////////////////////////////////////// ////////////////////////////////////////////////////var tgun = 3.14;function gun_fnc() {this.gun.x = cx + a * Math.cos(tgun);this.gun.y = cy + b * Math.sin(tgun);tgun = tgun + 0.8;}/////////////////////////////////////////////////////////////////////////////////// mouseover  
Как установить Animate 2019 года?
The Electric Dog team is proud to introduce Electric Dog Flanimate Power Tools v.6 EDAP Tools v.6 is a huge milestone not only for us and the constantly evolving Smart Magnet Rig system, but a turning point in the history of Flash Animation.For the first time ever, with the release of EDAPT Tools v.6, professional-grade Inverse Kinematics tools are available for the Flash / Animate platform. Here is an incomplete list of some of the more important new features:Professional-grade implementation of Inverse Kinematics, available as a premium feature.Full integration of Layer Parenting into the Smart Magnet Rig workflow.FreeStyle Rigging tool – now a separate tool, with improved stability and performance.SMR Helpers panel – a new interactive panel with a customizable set of buttons.SMRize Parented – an automated script, which converts a Layer Parenting rig into a Smart Magnet Rig.Layer Parenting Toggle – a new toggle command which works with SMR.Make Edaptable – an automate
This topic has been posted around online a few times but I still have yet to find an answer on it, so here's my problem: ever since a week or so ago I noticed that the brush tool in Flash CS6 begins to lag after I've been animating for about an 45 minutes or so (I haven't timed it but it seems to get progressively worse the longer I spend animating). If I draw slowly there isn't an issue, but if I draw the lines fast, the system will not seem to "catch up" to the speed I'm drawing at and I'll get jagged lines when I'm trying to draw smooth curves. This only occurs when the sensitivity is turned on; when it's off, the problem vanishes completely. The only fix is to restart the computer; restarting Flash does not solve the problem. I don't have this problem with Photoshop, only Flash, and, as far as I remember, I never recall it doing this up until recently. I have the latest Wacom driver and NVIDIA driver. I have tried two previous Wacom drivers as well, but the problem was no
Is it possible to sync or have just one custom ease for both location and transform in a motion tween?
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.