Get help using Adobe Animate and creating animations.
Recently active
Hello everyone,I am making animated button. When click on the button, it changed color slowly and have effect bounce. I did it using MovieClip in down state.The thing is, when I click on the button and later hover on it. The movie clip run again. How can I prevent it? My button's hover state is just image. I don't know why it's happened.Please help.
hello,I made an ios mobile project with adobe animate version 20 at work. but at home at adobe animate version 18, I can not run my .fla . it says all movieclips, buttons not have this kind of property. thank you.
Hello,I'm having an issue with going backwards on a movie clips own timeline.The forward button moves timeline to the right frame, the second on that frame will not return it back.I've tried both the follwoing codes:var _this = this; _this.back_bt.on('click', function(){ _this.gotoAndPlay(10);this.back_bt.addEventListener("click", fl_ClickToGoToAndStopAtFrame.bind(this)); function fl_ClickToGoToAndStopAtFrame() { this.gotoAndStop(0); } The forward button is exactly like the first bit of code, takes the mc to frame 24.Not sure if this is causing the issue but the mc in question is loaded from library.Thanks
I'm creating an app in AS3 and publish setting in "Projection Windows" (.exe) or "Projection Mac" (app)It's working fine but I need it to launch automaticly in Full Screen Mode. How can I do that ? Thank you
my problem is having the animation inside a graphic symbol reset and start over when i tween it or make a keyframe and move it in the main timeline or in the main graphic symbol. so im doing an animation and i have a talking character .the character is a graphic symbol (lets call this Tom)on the main timeline and inside it i have him split up into different symbol per body part . i have entered the head graphic symbol ( lets call this Tomshead) and animated the mouth lip synch to my audio file. now when i got back to Tom graphic symbol i want to make his head move up and down in a tween as he talks. the problem im having is that when i tween it in Tom as soon as it hits the tween section the mouth animation inside Tomshead resets and starts over. also if i make a newTomshead keyframe in the Tom timeline the lipsynch inside Tomshead starts over. ( not just the lipsynch all the eye and eyebrow etc expressions start over) it doesnt do t
Can some help to recover my .fla filei used .rar and .zip methode but archive file is courrepted
Use alone “alert”,It can be run.If use "on click", an error occurs.Browser console.log "Uncaught SyntaxError: missing ) after argument list"It should be an error caused by the name in "for"But i don't know how to solve var map1 = [{id:11}, {id:12}, {id:13},{id:14}, {id:15}, {id:16},{id:17}, {id:18}, {id:19}],jswz = 0 Object.prototype.myUcase = function() { alert("map1" + this.id) //It can be run this.on("click", function() {alert("map" + this.id)} ;//error, Unable to run } for(i = 0; i < map1.length; i++) { //asa0 to asa8,This is a movie-clip on stage exportRoot["asa" + i].id=map1[i].id exportRoot["asa" + i]=map1[i] exportRoot["asa" + i].myUcase()//Error, }
I'm trying to do a simple drag and drop using "pressmove." The problem I'm having is that the object being dragged is only centered on the mouse pointer when it is a 0, 0 on the stage. The further right I go, the more the object lags behind the cursor (object X < cursor X). The more down I go, the more the object lags in the Y direction. So, it is perfect in the upper left-hand corner and totally off (~100 px) in both dimensions in the lower right corner. What the heck? var a17 = new lib.A17();answer1Array.push(a17);a17.addEventListener("pressmove", moveItem);function moveItem (e){e.currentTarget.x = e.stageX;e.currentTarget.y = e.stageY;}
Recently my friend is doing the actionscript in his computer which successfully run an interactive app with buttons. But when i get the fla working file and open in different computer, one of the code error appear as below: TypeError: Error #1006: enableButtons is not a function. at _1097x1920_fla::Music1_4/frame810()We are using the same version animate cc2019, i searched for TypeError but didn't find it out.
Hey, I heard after Adobe ended online sales for CS6, you were still able to purchase via a phoneline. Is this still possible in 2021, and what would be the price for Flash CS6?
I am creating a simple interactive exe by animate cc 2019. Now I have 5 buttons layer in a scene, there are animated movie clip inside the button and each button's down state had inserted a VO sound over 10s. long.Here I got a problem that when one of the button clicked and playing the sound, I can still click other buttons which lead to multiple sound playing at the same time. I can't find a script or any way to stop the mouse click event of other buttons until the VO sound is completed. The simplest way seems to disable the other button clicks. And then return to normal when the sound complete.
Me da incompatibilidad con mi sistema operativo y se supone que puedo instalar la versión anterior (y no se como hacerlo)
Can someone help me. How can i transfer files from adobe after effects to adobe animate
I need a scrollable text field for my banner.The easiest way I found to do that is using label component:Then I added a custom style to the html file for .ui-label (overflow:auto) and for the ::-webkit-scrollbar, and here's the result:BUT... I can't apply any style to this text, and the client suddenly decided to decorate the hell out of it: bold, italic, bullets, margins, etc. I tried to put parts of the text in <span>, but all tags just appear as plain text in this text field. Does anyone know any good tricks for this case? Is there any way to format this piece of text in Label component? Maybe replace it afterwards (in .html or .js) somehow with formatted version? Please don't force me to remake the whole thing in Google Web Designer, where a scrollable text can be done in 1 minute.
Hi,I want to develop interactive infographics:- educational displays with pop up boxes, multiple choice questionaires.Basically, animated images/displays with active areas/buttons that will work on touch screens to launch various elements. I'm just looking for confirmation really. I think Animate is the way to go because I have some experience producing some apps with that which have those features. The area I'm new to is that I want this interactivity to work in a browser on the web, and in a touch screen display (like you see in various public places like exhibitions and conferences for example).Also, because it's relatively easy to produce advanced animated inforgraphics in After Effects and Premier Pro, I would like to import those video animations in to Animate and they would work in a browser and touch screen devices and larger screens.And lastly, obviously these interactive graphics would have to be responsive also (especially when used in a browser).Am I correct in thinkin
I want to make infographics/flowcharts like these.https://www.bustle.com/flowcharts https://lemonly.com/marriott/family-fun-in-scottsdale/ I am having so much trouble finding much else like this online. Am I able to do something like this using Adobe Animate?
Hello I've been trying to adapt the following code with out success, can someone tell me where I'm going wrong? Need one button to add and another to remove: var that = this; this.buttonAdd.addEventListener("click", addFromLibrary); this.buttonRemove.addEventListener("click", removeClip); function addFromLibrary(e) { that.addChild(new lib.Rectangle()); } function removeClip(e){ this.stage.removeChild(myRectangle); } Thanks
Hey guys,I am taking a course and my instructor wants me to export my interactive Animate .fla file as an HTML5 output and upload it to my HTML website (totally coded from scratch, not a Wordpress site or anything like that). So I have published the file as JavaScript/HTML and it tells me it's a JavaScript file now (.js file extention). I have no idea how to do this and he is not helpful in the least. Could someone please explain or at least direct me to the right place where I might learn how to do this? Thanks 💚
Hi,I wanted to ask you if or how I can break down into parts (that I can move and animate) imported SVG picture? I used lasso tool but it doesn ´t work. For example I imported human body and I want to move with the hand. Thank you for your answer,Tereza
Recently, I had to uninstall and reinstall Creative Cloud and Adobe Animate 2019 as I couldn't uninstall Creative Cloud without deleting Animate aswell. I reinstalled Creative Cloud and when I installed Animate again I noticed under the other versions tab there was no option for Adobe Animate 2019. And I REFUSE to use Adobe Animate 2020 or 2021 since the UI is terrible. Is there anyway I can get all the prior versions of Adobe Animate so I don't have to suffer with the new UI?
I am very new to using HTML format and have two main questions. I have 9 AS3/swf projects I want to convert and publish in HTML canvas so I don't lose them completely....! My AS3 project was working perfectly last week but, after coverting from AS3/swf to javascript/HTML canvas, my project will not play in test / animate or on my desktop or in the latest update of Google Chrome or Safari or Firefox. I can't see it at all. I have included the html formatted code below for reference. Also, can somebody please tell me why HTML creates separate files after published (html / js / images) and how I must organize them so Chrome can play my interactive video? I was told that all you need to do is upgrade Chrome - I did that - not working. Also, I read that in order to play HTML media, one must have server access to play it. I have 2 domain names that I can use verified on wix.com & Netlify/GitHub. So, what do I do? Please walk me through the process of "HTML rules". I just bought the book;
I'm looking for a solution to a project I need to do. This is to feature a building that is in construction and coming soon. I need to highlight areas of the building and pop-up a layout/diagram, and possibly some copy, for each. Here's a scenario:I will have a rendering of a building as the background.There will be various 'areas' of the building that are highlighted somehow. Perhaps slow, pulsing dots with for each area so users will know what is active.As the mouse rolls over various dots on the photo they would have the ability to click and pop-up a diagram/floor plan of that area, which might have some copy as well.To close the popped up window, they can click a corner 'close', or simply click off anywhere in the background. In the past, I might have used Flash for this but I don't know the best way to do it now. Is Adobe Aminate something that can handle this? Are there Envato Elements templates like this that I can start off with? Or
Hi! this is my first time using a forum, so I hope I'm doing it right! 🙂 So bacialy, to zoom in and out on photoshop, all I do is hold Ctrl and the spacebar, and drag my tablet pen to the left or right to zoom in and out. However, I've recently started using adobe animate, and though I can still zoom in like this, I can't zoom back out again. It's not really a huge problem, since I can just zoom out with the mouse weel, but I've used photoshop for so long that the first way is very ingraned in my muscle memory! Hence, I always end up zooming in alot when I want to zoom out. It's just a bit annoying haha. So my question would be: is there a way to set up preferances to zoom the same way as photoshop?If not, it's quite alright, but if there's something my usless-tech-wise self is missing, I'd love any advice!Cheers! 🙂
Hello I need Help and completed the development of an Indie video game in Adobe Animate I would like to publish it so that users who download it do not need to install adobe air also to be able to compress it into a separate installer
Trying to create a simple bone rig with two siblings and this wonderful piece of software crashes every time I try to add a second sibling. Disappointing. I used to love Flash.
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.