Get help using Adobe Animate and creating animations.
Recently active
Some friends and Me finished a game with Action Script 2.0and we wanted to know if there is a compiler for ActionScript 2.0 like Adobe Air.
So when I tried to generate sprites that I had made, all of them did not fit on it. I used images that I drew on my iPad as I did not have a drawing tablet. There are alot of empty spaces on the sprite, and there are only 10 sprites when there are supposed to be 16. Is there a way to fix this? My workspace is sparrowV2, max width and heigth, basic algorithm trim and stack frames enabled.Is there a way to reduce space between sprites?
I am very new to javascropt so keep answers simple please.I have a dynamic text field with the instance name "Genealogy". I would like to load an external text file named "Genealogy.txt" file to it. I did it with flash before. How do I do it in an html5 canvas document using javascript?Keep it simple please. (A newbee with javascript)🙂Thank you in advance for your help.
Hello allI am using Mac OS. On Windos this function is available, but on mac it not. on my portal is show "Updated" Can you please help?Regards Anand.
<global script>var a="a";var b="b";var c="c";var d="d"; <first frame>////////////////////////////////////////////////////////////this.stop();this.home1.addEventListener("click", home1_ClickToGoToAndStopAtFrame.bind(this));function home1_ClickToGoToAndStopAtFrame() {this.gotoAndStop(0);}this.more1.addEventListener("click", more1_ClickToGoToAndStopAtFrame.bind(this));function more1_ClickToGoToAndStopAtFrame() {this.gotoAndStop(1);}this.dt_a.text = a; // goodthis.dt_b.text = b; // good <second frame> ...............presss more1 btn....... frame move////////////////////////////////////////////////////////////////////this.stop();this.dt_c.text = c; // badthis.dt_d.text = d; // bad //////////////////////////////////////////////////////////////////I try to divide a lot of variables into two pages.Please teach me how to use it
I read through many forum posts, but none seem to explain my issue. So whenever I try to use the paint bucket tool, it doesnt work when I click. I tried to fill the gaps but that didnt work either. I restarted my adobe animate, again no help. I hope I can find answers here.
This is my first time exporting an image in animate 2021. I have clicked on File>Export>Export Image.There are a lot of settings and it is a bit overwhelming. The inital preview is not as crystal clear as it was in adobe animate. What are the best settings? I am hoping to print my image with the best quality for a Christmas gift. I do have adobe illustrator if it would help to use this program (?)
Hi, I have a button that I want to have set functions, but I want it to contain dynamic text so that whatever the name of the instance, it is also the text of that instance...so my standard button could be used in an instance called hello-where the text is hello and an instance called goodbye where the text is goodbye. Any suggestions welcome
Hi there, i have a basic problem to ask i want my pictures to move from the right to the left. I can do it BUT i want it to move smoothly. any suggestion?
So after getting frustrated with the bone tool rig causing adobe to freeze up and lag I tried using the parenting feature and found that as soon as I tried to parent one layer to another it caused the program to immediately crash. I've checked my resourse values in task manager, and nothing is being pushed to 100 percent yet even when I'm opening a file it freezes for a good 10 seconds before it opens. What is causing this?
I just started my trail yet the app keeps telling me to start a free trail or buy it. I'm concerned about this because when my trail is over and I purchase it will I be able to even use it? How do I fix this glitch?
Hello, I'm making animated ad banners for a company using an HTML5 canvas in Adobe Animate. I'm looking to do a kind of glitch effect/transition and only know how to do that with After Effects. The final file has to be an HTML5 package. Is there any way to either transfer the finished comp from After Effects, or if that's not possible, is there a tutorial for making a glitch animation with Animate? I can only find tutorials for After Effects, which will not help me if I can't transfer the AE file to Animate. Any help would be appreciated! Thanks
Hello. This is Jude from Shreveport, LA. I'm an 8-year-old, and I have no idea how to get into cs6. Can you help?
Adobe Animate unexpectedly crashes when any file is open and I press the apostrophe (') key in the keyboard by accident. To confirm, I'm refering to the key that usually sits to the right to the semicolon/colon (;/:) key - usually found in this sequence in a full keyboard J K L ; ' . No warning is given, and the program closes without prompting to save the file. I've tested this behaviour with different files and the conditions are usually the same: one file open, it does not matter which tool is being used, one or more presses on the key in the keyboard causes the program to close.
Hi.I trying to make symbol, with Christmas tree. This tree have to move 5 seconds. I changed position of that symbol with deformation tool. This tree has inside some dark elements, so after Classic Tween - parts of my object (filled) disappears.I dont know why. What i do wrong? Thank you.
Hi I'm having this weird issue where logging into my production and test servers from my AIR desktop app works fine, but when running on localhost the php returns itself as a string to the app (it should be returning JSON). The paths are set up ok, as the app's update checker, which runs first, communicates with the server fine. Here's the basics of the AS3 code that has worked fine for years on the production server, adapted for localhost (_uploadObj cotain vars for post): var array:Array = new Array(); array.push(_uploadObj); var request:URLRequest = new URLRequest("http://localhost/login/login.php); request.method = URLRequestMethod.POST; var sendVars:URLVariables = new URLVariables(); sendVars.userData = JSON.stringify(array); sendVars.token = _token; request.data = sendVars; _loader.load(request); _loader.addEventListener(Event.COMPLETE, completeFunc); _uploader._loader.addEventListener(IOErrorEvent.IO_ERROR, displayErrorMessage);I have a trace set up in the f
what is the difference between after effect and animate
Hi Im still a beginner at this and im attempting this code and I was wondering how I would go about accesing a text field inside a movieclip? Any help would be appreciated, plz and thank you.
Hi everyone. I'm making a game wherein the user has to drag the object to its correct position. Please check this screenshot of my game: As you can see, the buttons on the right appear different than its placeholder. I want the placeholder or slot to change appearance when user dropped the correct item like this: Here's my current situation: I use root.s1Slots.visible=false; at the beginning to hide all placeholders/slots. And when the objects match, I hide my button using Pieces1.target.visible = false; Here's what it looks like: https://html5-converted-ready.s3.amazonaws.com/Test/Game+5/Untitled-1.html I'm stuck with making the target placeholder/slot visible. I use root.s1Slots.visible=true; but it shows all the placeholder/slots. I tried s1Slots.target.visible = true; but it doesn't work. @JoãoCésar I learned drag and drop from you and I'm really grateful for your help. I was hoping you could hel
I just started using Animate and I have the newest versions of all programs (2022) I try to export my fla to mp4 but it is not working. I'm currently using a Mac
I happened to save a file I'd been working on and it finished saving. Seconds after it saved, the program crashed and opened that dumb Send Report box (which opens anytime I close the program, anyway). Opened my file again to find all the progress I'd made since I first opened this morning was gone. Which is weird because I MANUALLY SAVED anytime I made any significant changes. Anyway to reverse it?
I have two buttons on a canvas. They are slightly overlapping. When the user clicks on one button, I would like that button to be brought to the top (or in front) of the other button. So, a click on a button should always bring it to the top so the whole button is visible to the user. Thanks for any any help on this!
Please solve the problem quickly and quickly I can't export Adobe Animate files to MP4 format Even old and previously exported files I can't export Tried on two computers and every time the export fails I love Adobe and I am an old customer with you but now I am very upset because my work and projects have stopped I do not know how to contact technical support to help me. I searched your site and only found this email in my messages I hope it doesn't take long to solve the problem Your speaker: Tahir Award-winning film production on Adobe Animate
Hello. I am new to animate and trying to export my first scene. It's around 15 seconds long. I am unable to export as a .MOV or .swf file. When I test my movie in animate there are no issues. When I try to export as a .swf file the progress reaches 50% and crashes the whole program. When I try and export movie through AME, it comes back as an error message every time. Based on some other posts I've found, I tried exporting a simple 1-layer animation and had the same error (shown below). What am I doing wrong? ------------------------------------------------------------- Encoding Time: 00:00:0111/16/2021 02:50:30 PM : Encoding Failed------------------------------------------------------------Export ErrorError compiling movie.Export ErrorError completing render.Writing with exporter: H.264Writing to file: \\?\D:\NMPD Sem1\NMPD Harddrive\Rich Media 1\VIDEOTEST.mp4Writing file type: H264Around timecode: 00:00:00:01 - 00:00:00:08Component: H.264 of type ExporterSelector: 9Error code: 3
Hi, I built an app for android. With many videos. when i test them on debugger, and on an android emulator (blue stacks) on my mac. videos start playing immediately. When i install the app on a viewsonic touch monitor. which is the final device where the app will run. The videos take too long to start playing. Im encoding h264 mp4 videos , via adobe premiere. at 10 Mbps. could this be a hardware issue. Is there a way to have all videos already loaded in memory so they don't have to load each time? I get faster video start if I encode smaller (2 Mbps) but this way the quality of the video decreases too much. Thanks for any advice.
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.