Get help using Adobe Animate and creating animations.
Recently active
I added this to as button and it doesn't do anything:ga('send', 'event', 'nav', 'cheer', 'click'); My GA is on the page? Ideas?
I'm creating an animation and I made some graphic symbols with animation inside. The timeline on the scene is as many frames as the animation in the graphic symbol but it seems as though if I make keyframes and create motion of that symbol, the graphic symbol's animation stutters.. Is there a setting I need to turn off for the animation to play inside the graphic symbol without stuttering? Thanks, Line
I still use Adobe Flash cs6 since it is a very good program. But it keeps doing this weird crash thing which im not sure how to fix.
Any help i just install right now adobe animate cc and i get this black screen
Just updated to Animate 2021 via my creative cloud account on my MacOS 10.15.7 (MacBook Air). The updated app will not open. I uninstalled and then reinstalled the An 2021. I also restarted my Mac.The problem persists.Any similar experiences? Any advice?Is there a way to uninstall 2021 and then install Animate 2020? I found 2018, but I'd rather not go back that far.Thanks.
I'm sure something like this has been asked but not finding it. I've created an animation in Animate...I simply want to export it in a format I can use in Premiere to put after some video footage. I can't seem to find a format in the Export Video/Media that will work. So far I've gotten a dinky little version of it and just an audio track. I have an early version I made that is mp4 that works ok, but not sure how I made it.Thanks,Dan
I wanted to update one of my apps, but when I try to publish it, I receive the following message:What is wrong with my certificate?
Hello, I am making a six frame animation. However, for some reason, whenever I play back my animation, it is very clearly pausing on frame 2 for at least a frame longer than the other frames every loop on my playback. Is there something I accidentally enabled?
I'm not sure if i am posting in the right forum. But I created a graphic design in illustrator. I'm trying to make all those tiny pieces, like the stars and circles have a like a twinkle effect as if they were lights on a Christmas tree. I have practically no experience in adobe animate or after effects. Any advice is greatly appreciated. Thanks!
Hey Folks,this should be a rather simple one:I have rigged up a character a friend of mine sent me as PSD file.Now I have the problem, that the symbol contures are the size of her initial canvas. So that if I want to select the Leg it selects the glasses, because they are the utmost layer. Is there a way of telling animate to disregard the transparent parts of a layer while selecting? Or can you resize the window each symbol is in? So that the glasses are only selected when actually clicking on them.Cheers and thanks in advance
So i have been making this logo in 7 days and it doesn't work, only when testingWhy?
Good day. Can anyone share a simple example of best practices to export my HTML5 created animation, import into dreamwaver, and create a start/stop/ toggle? Also, a jump to frame label "gotoAndStop()" but in Jquery. The simpler the better. I have been able to load my files in as an oam file package, and do certain things: (slideUp, hide, etc). But I have not been able to control the playback. There is little to no support out there anymore for this product. Thanks for any support you can lend.
I just updated to O/S 11.0.1 (Big Sur) and also to Adobe Animate 2021. I unwittingly agreed to allow Adobe Animate to access my Documents folder. How can I disable that? Why does it need access? So that it can open my files? Since when is that permission required? Where are the settings for these permissions?Thanks!
When drawing with my pen I get extra strokes even if I haven't lifted my pen. Here's an example showing how 4 strokes without lifting the pen actually are 10 strokes. Is it me?Thanks,Line
I understand that video components in html5 exist as div layers floating above the canvas, so I was wondering how to use a different method. I came across a post by ClayUUID with the code posted belowI have 2 questions about using this :1. I added the video path location of my video to this code, and put it in my first frames actions on the top layer in my html5 doc. But nothing is happening, I dont see a video. Am I using the code wrong? 2. How can I go about stopping and hiding / starting and showing the video and changing the size? var myClip = makeBitmapVideo(this, "C:/Users/Blah/Downloads/video.mp4"); myClip.video.play(); myClip.rotation = 45; // accepts target clip to create bitmap in, file path to video // returns reference to bitmap object, with access to video element via "video" property function makeBitmapVideo(clip, path) { var vid = document.createElement("video"); vid.src = path;
Is this possible? Basically I want to make the background of the Dynamic Text box have a color. How do I do this using AS3?
Can any one help I'm trying to download the adobe animate free trial onto a new laptop google chrome book. So I get to the point where it says click for a download link to be sent to email address. I do this an email gets sent with a link, I click the link and end up back at the point where it says click to download a link to your email - ahhhhh what am I doing wrong!!!
Is there a way I can assign extra/other data params to movieclips like we can do with html a tags - https://www.w3schools.com/tags/att_global_data.aspI have.a bunch of movie clip icons where I need to assign each a group of values I can access in an onclick function. For now I just need to do a javasctip alert and show the values when an icon is clicked. For example, I'd like to add something like data-name="Thunderbird", data-level="Expert", data-link="https://mylink.com".
My pen pressure is not working in Animate on my new Samsung galaxy book flex. The pen pressure and tilt buttons aren't there even though i am using a pen device. I know they can only be seen on specific tools such as the brush tool, and I know they don't show up if you are using a mouse. I am using the built in pen on the device and I can't find any information regarding fixing this issue for the Samsung galaxy book flex, I only see fixes for Wacom or Surface products. The pen pressure is working just fine in Photoshop.
Hello,I have tried the new visual skeleton tool and I always get this when I apply the skeleton, i.e. after having manually assigned the different parts of the skeleton to my character without any problem.Thank you in advance for your help
Dear Sir, I need a confirmation if Adobe Animate software is going be discontinued after December 2020. I understand it a flash player that will be discontinued and not the Adobe Animate software? Please confirm. I hope the animators will still be able to use the Adobe Animate software and create animations and will have the feature of exporting the animation in mp4 format (video format). Kindly confirm. Thanks
So I have an html5 canvas - the mp4 plays everywhere except Safari Mac OS. I've added mime types, I've implemented byte range servers and I've even hosted the video from vimeo.com and it just won't play using the component. Any ideas? These videos play back in safari mac os when visited directly... interestingly once I do that in a separate tab the video loads fine in the component... I'm really stuck.
I need this to only run on layers in the active/open timeline and not go diving into symbols, etc. So for example, the layers…ManWomanDogBackground Would change to…01 Man02 Woman03 Dog04 Background I found this in the Illustator forum, and I assumed the syntax would be similar but I can't get it to work. var docRef = app.activeDocument; with (docRef) { for (var i = 0; i < layers.length; i++) { layers.name = layers.length - i; } } Any help is appreciated!
A newb to actionscript. I have to incorporate this into my Adobe Animate Ad for it to run online. Not sure exactly on how to add this in actionscript. <a href="javascript&colon;window.open(window.clickTag, '_blank')">Click Here!</a> I added this action to my ad but it didn't work: var _this = this; /* Clicking on the specified symbol instance executes a function. */ _this.button_1.on('clickTag', function(){ /* Loads the URL in a new browser window. */ window.open('_blank'); });
Hi, Is there a book or books on writing code in Animate HTML5 Canvas. I used to have a number of books on AS3, but I can't find the equivalent for Canvas. 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.