Get help using Adobe Animate and creating animations.
Recently active
Obviously I don't mean pirating. I'm looking to get a few copies for staff. I've vetted out several versions of Flash and Animate, and CS3 works the smoothest with our pipeline, so now I'm trying to get more copies of it. Is there any way to do this with a CC subscription? Or purchase seperately?I wish I could use Adobe Animate, last time I attempted using it it seems to be a cocktail of problems. (But has great export featues!) Which is too bad, Flash used to be such a powerful tool.
I have a movieclip that I made on the timeline (a blue square) which I have given the instance name of "blueSquare". The following code works:this.blueSquare.x = 800; But when I try to put that in a function, it throws an error saying blueSquare is undefined:function moveMe() { this.blueSquare.x = 800; } moveMe();This also is undefined:function moveMe() { blueSquare.x = 800; } moveMe();I've tried calling my square 'stage.blueSquare', 'stage.canvas.blueSquare', and others. Any idea why this doesn't work?
Hi! I need to export my animation so it loops. I've been trawling through the options on media encoder and can't seem to find any option. Can anyone help? Thanks
Ever since I updated Adobe Animate, it keeps crashing. I'll open a project and begin working on it, and then all of a sudden it'll freeze and close me out. It keeps doing that and it's getting real frustrating. I tried signing out then signing back in Adobe, which worked for a second, and it just did the exact same thing. Any solutions?? Please and thank you!
Hi everyone, I have the problem, that when I publish my video sitebar and want to test it offline (opening the html file) I can not take any click actions (like sound buttons or clicktag). When I open it in the animate preview (strg + enter) it's working. Also when I test it live on the server. What can I do? Anyway, I have another problem with my animate preview (strg + enter). I binded a video and a background picture with code, so it's not in animate but in the folder where all the other files are. Everything is working fine until I want to test it with the preview. It's always loading the first video/picture I put in the folder, but when I change it, it's not the current one but the one that was in the folder first. When I test it offline or on the server it's working. Can anyone tell me what to do? Help is much apprechiated! Thank you everyone in advance.
Goedemiddag, is er iemand die mijn kan helpen met het laten optellen van een nummer? Dit nummer moet op verschillende plekken steeds opnieuw optellen. Ik heb het via de engelse vragen geprobeerd, maar helaas snap ik dit niet goed genoeg. Dankjewel alvast!
here is the code I used : import flash.events.MouseEvent;stop();var p1StartX: int = 56var p1StartY: int = 112var p1EndX: int = 368.15var p1EndY: int = 162.05p1.buttonMode = true;p1.addEventListener(MouseEvent.MOUSE_DOWN,startDragging);p1.addEventListener(MouseEvent.MOUSE_DOWN,startDragging);function startDragging(e:MouseEvent):void{e.currentTarget.startDrag();}function stopDragging(e:MouseEvent):void{e.currentTarget.stopDrag();} and compiling this I get error:play, Layer 'Actions', Frame 2, Line 10, Column 1 1120: Access of undefined property p1.play, Layer 'Actions', Frame 2, Line 11, Column 1 1120: Access of undefined property p1.play, Layer 'Actions', Frame 2, Line 12, Column 1 1120: Access of undefined property p1. Guess instance name is alright.It would be very nice if anyone can help me out.
Come on Adobe! Photoshop is blue icon - Animate is RED icon - it makes it so easy to spot. Why have all icons blue with just the letters?Also - PLEASE support GPU in the IDE - so i can use my graphics card when doing the designs.
var _this = this; _this.gotoPlayBtn.on('click', function() { _this.gotoAndPlay(216); }); window.addEventListener("keydown", function(e) { if (e.code === "Space") _this.gotoAndPlay(216); }); I tried to use "Space" and "Enter" key. They worked well.But I wonder why other keys(ex: p key, s key , alt key, ctrl key and etc) except Space and Enter key don't work.How can I use other keys(ex: p key, s key , alt key, ctrl key and etc) except Space? Thank you.
How can I copy a layer into a symbol while keeping it in the center of the stage. When I copy it, the layer is of the stage and has grown.
I have a project that im working on adobe animate html canvas when i publish the project everything is publish perfectly but the only thing is that the text of the page i can selected on the browser is there but cant select it. Is there a way of making that text selectable on the browser? On the project i have dynamic text and the font is a adobe font but still i cant select it online. Maybe you can help me out. Thank you
I've set up a character rig with symbols and layer parenting. When I click the "Flip Horizontal" option, my character model becomes deformed and the symbols aren't where they are supposed to be. How can I fix this?
Hello, I have a button that is being animated within a movie clip. I'm using gotoAndPlay() at the last frame of the movie clip to repeatedly loop back to a previous frame. Upon mouse-ing over the button, the movie clip is going back to the beginning and staying there (not playing). This movie clip is nested in a parent timeline, whose frame is calling gotoAndPlay(0) on the child clip.I can make a pared-down file to share, but I'm hoping someone has some clues before I do that work.Thank You!!
Hello,We are creating UI for video games in Animate. That's right! We would like to have nested runtime shared library items. What I mean by that is:A.fla defines some movieclip "share1", which is marked for export for runtime sharing.B.fla imports "share1" as runtime shared from A.swf, and creates an instance of it in a movieclip called "share2", which is also marked for export for runtime sharing.C.fla imports "share2" from B.swf.We are doing this so that the "share1" moveclip can be used in many files. Let's say it is a set of icons. (it is a set of icons.)Now, this is fine up until you give the instance of "share1" that is inside "share2" a name, let's say we call it "icon". Obviously we do this so that in the game we can reference it by name and move the timeline to the desired icon frame.At this point, B.fla fails to publish, with error 1046: "Symbol 'share2' 1046: Type was not found or was not a compile-time constant: share1." This scenario can easily be reproduced in a sin
hello, i'm new using adobe animate and i tried to use adobe animate 2019 to make a quiz. there are some errors:Scene 15, Layer 'Actions', Frame 1, Line 68, Column 7 1083: Syntax error: else is unexpected.Scene 15, Layer 'Actions', Frame 1, Line 63, Column 47 1084: Syntax error: expecting semicolon before rightparen. Scene 15, Layer 'Actions', Frame 1, Line 62, Column 53 1084: Syntax error: expecting identifier before logicaland.Here's my code: import flash.events.MouseEvent; //melakukan inisialisasi posisi awal dari object//fungsi ini dibuat terutama untuk keperluan "me-reset posisi object"function inisialisasi_posisi():void{ // benar_mc.visible = false; salah_mc.visible = false; //posisi ayahayah_mc.x = posisiawal_ayah_mc.X;ayah_mc.y = posisiawal_ayah_mc.Y; //posisi kakakkakak_mc.X = posisiawal_kakak_mc.X;kakak_mc.Y = posisiawal_kakak_mc.Y; //posisi ibuibu_mc.X = posisiawal_ibu_mc.X;ibu_mc.Y = posisiawal_ibu_mc.Y; /
I'm very new to Animate and I'm trying to make a cartoon chicken talk with four different visemes (including the neutral). I've made the different visemes on the same graphic symbol and placed them on different layers. After I go back to the chicken and place the mouth onto the chicken, I press the lipsync button. But it doesn't let me set up different visemes when I click on the different pronunciations? Can someone help please 🙂
When I publish my HTML5 creative from Animate 2020 (v20.0.3) in Windows 10, the resulting Spritesheet PNG image is heavily compressed with a lot of dithering artifacts. When I try v19.2.1, the PNG is clean and sharp as expected. Here are the Image Settings under Publish Settings I'm using in v20.0.3: Try as I might, I can't clear up the dithering artifacts when publishing the document from my Windows 10 machine! Is this just bugged or what? Is there a way to rectify this so that the Spritesheet PNG exports as intended?
Hello, I just downloaded the latest update to animate CC, and my pen pressure has become really bad. Don't get me wrong it's very smooth but it isn't accurate at all and the line I draw Buggs out and gose upwards giving the pen strokes this melted look. The drawings appear no where near the place I'm atually drawing them.take a look this is what I mean, its almost impossible to draw.Nothing is wrong with my pen, it works fine on Adobe Photoshop, illustrator, and InDesign. It's just this software that has issues with my pen. If someone could give advice I'd really appreciate it.
helloI have a simple project to convert swf to apki need help to integrated distriqt in adobe animate ccbecause I have working with MILKMANGAME Extensionand I have my apps need updates in play storesthanks
Flash won't open because of an error. The error says: Configuration error"Please uninstall and reinstall the product.If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of this screen.Error: 1http://www.adobe.com/support/ "What does error 1 mean, how did I start getting it all of a sudden and is there a way of fixing it without reinstalling? Please help! Thanks in advance.
Hello, I use Animate since flash launched many years ago. My problem is that when I place a voice mp3 or wav file in the last scene it start playing at the second or third scene, instead of the 14th scene. I place them in the second frame and select Stream. The files are either 44 or 22 rate. I am working in action script document, its an animation with no code. Hope you can help me, have spent many hours and nothing works. I've tried to delete all sound files of all scenes then I add the voice file and works but when I add music to any of the scene the problem starts again.Never had this problem before, thank you
I think my title is clear... I'm looking for a way to increase my productivity. I spend a lot of time of redefining each library ane files and swc one by one in ANimate CC...It's a real pain in... Anybody knows a method on how to accomplish this?Maybe Adobe should think about it seriously for developers that maintain many applications it would be a nice contribution!
I've tried everything from uninstalling Animate with preference remover to trying to make the preference folder editable in my Appdata. When trying to edit my keyboard shortcuts in Animate, the window does not show up but the program acts as if it has and doesn't allow me to do anything in it until i press the esc key. Is there a fix for this? (btw I'm using a windows computer)
=========================var _this = this;_this.gotoPlayBtn.on('click', function(){_this.gotoAndPlay(216);});=========================When I want to use both "mouse click" and "keydown", how can I insert "keydown(ex:space key)" in the above script?I hope you will help me again.Thank you. Regards,buksori
I just finished a short, 12-second practice animation on Animate CC. When I finished, I added the integrated camera, and I tried to publish and export my animation. I discovered that when I added either the integrated camera or an external actionscript 3.0 camera that the program crashed whenever I tried to export or publish it. When I removed the camera from the animation, I was able to export and publish it without a problem.I thought it could be a problem with too many vectors or something like that. So I experimented with a new file and tried exporting a very simple animation. Again without the camera, it worked fine, but when I added the camera and tried to export and publish the animation, the program crashed. I am not sure what the problem is and some assistance would be greatly appreciated. I am using the latest version of Animate CC.My animation is a total of 270 frames with about 30 layers. The simpler animation was 24 frames with 2 layers. I hope I
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.