Get help using Adobe Animate and creating animations.
Recently active
Hello,I have read almost all the articles in this forum about the touch function and I can't find a solution that works. I have the following code that doesn't work on tablets. Could someone please tell me where is my error? I'm new to HTML5 canvas.Thanks in advance for any answer. createjs.Touch.enable(stage, false, true);var m_X;var m_Y;this.movieClip.addEventListener("mousedown", maFonction.bind(this));function maFonction(evt) {var st = this.globalToLocal(evt.stageX, evt.stageY);var c_X = st.x;var c_Y = st.y;var d_X = this.movieClip.x;var d_Y = this.movieClip.y;m_X = (d_X - c_X);m_Y = (d_Y - c_Y);}this.movieClip.addEventListener("pressmove", maFonction2.bind(this));function maFonction2(evt) {var st = this.globalToLocal(evt.stageX, evt.stageY);var c_X = st.x;var c_Y = st.y;var mt1 = m_X;var mt2 = m_Y;var z_X = Math.round(c_X + mt1);var z_Y = Math.round(c_Y + mt2);this.movieClip.x = z_X;this.movieClip.y = z_Y;stage.update(event);};
Losque je publie mon animation en javascript/html, j'ai un fichier .js qui fait plus de 1mb, je n'arrive pas à le réduire… Quelqu'un. pour m'aider ?
I just worked with the world sphere tutorial and could not get it working no matter how many times I tried following the steps from start to finish. It appears there is a step missing after step 3 where you have to insert a keyframe at frame 4 before you move the map and create the tween. Once I did that, it worked as advertised.
Hello Members..!!!!Can you guys help me out in making an animation of this website ?is it possible to do so & what are the tips and tricks you guys suggest for making of this type website?link of the site is given below:Crystal Heating Services
Nothing fancy. Can someone please help me make a rectangle that a user can click on and move it around.And it stays where the user moved it after they stop moving it. That's it. Reading other tutorials, this appears to require either learning spanish, or getting a degree in computer science. I've just spent 4 hours trying to figure this out, and I am about to give up.
Hi, my Wacom preferences are not working in Adobe Animate, and only this software. I am using a Wacom intuos on a Windows 10 pro machine. Windows, Adobe Animate, and Wacom drivers are all respectively up to date. The option to edit my settings particular to Animate is listed in preferences, but simply the preferences do not take. For the task I am doing I wish to use mouse mode not pen mode, but the switch will not register, same for changes to accelaration. This specification works fine in other Adobe platforms (photoshop, AE) open at the same time. Only animate is refusing to acknowledge the settings specified. Resets, device removal etc not helped. The same Wacom works fine with Animate on my OSX machine.Advice?
What codec should be used when exporting into .mov for Quicktime?The receiver of my animation cannot open the file due to codec failure (0xc00d5212). Is there a common solution for that?
Hello, I have an odd problem with animate since I opened my project again after 2 months. I animate a Känguru jumping into my scene and moving his head.My problem now is that on my Timeline play Button function everything is fine but when i open up the SWF play function. The movement of the Head gets very odd, I drawed into the layer means I have 4 layers in the main layer. I putted pictures down below. It looks like it just plays the first keyframe but not stays in the position... for the x ( for example eight )frames. I tried to convert it in to normal Graphic Symbol. The only way I could fix it was to convert it into Bitmap. But it looks very odd with this configuration. I putted a short Video down below with the play function of the Animate Timeline and the SWF Result.I'm very new to animation and animate cc it's my very first complexe Work. Sorry for the bad english I hope it's not that hard to understand.Thanks. Greetings
Video included. Basically, I made an animation of the boat bobbing up and down and water lapping at it's sides. That works great.But when I try to tween the boat to move across the screen, the bobbing and lapping animations don't play; the both simply moves. The boat starts to bob on the last keyframe. I'm new to the program, so I'm sure there's something simple I missed, but I was following a tutorial and have retraced my last several steps. I'm wondering if there isn't something about the boat animation itself that's not set up right, causing this issue.
var that = this; that.ATt.visible = false;//that.ATt.invisible();that.A.addEventListener("click", fl_MouseClickHandler_1.bind(this));function fl_MouseClickHandler_1(e) {that.AT.visible = true;} why the movieclip(ATt) not visible in vr-panorama-360 file ??
Hello all,I'm not sure whether this is the right forum, but here goes. I'd like to make a film that combines digital drawing with film. The film will be approx 20 minutes long featuring a drive along a section of motorway/freeway. I would like to create a selection of 3D digital interventions as I drive along such as bridges, various drawn shapes. My question is this: which programme will best suit me?I've included a few images to give you an idea of what I'd like to produce....
Hi, I am using ActionScript to create animations. The Export Video/Media option is great except when I want to create a PNG sequence with a transparent background. Then I am getting an ugly edge appear...Any ideas? Many thanks. 🙏
I am a beginner trying to create learning content with Animate. I found curveTo.html in createjs demos and wanted to embed it into Animate to make drawing lessons. The results are in the link. https://kong.or.kr/curveto_in_animate.html However, the mouse cursor and the drawing position are different.Running the original source in createjs demos works fine. Here is the link. https://kong.or.kr/curveto.html I don't know why inserting the curveTo.html source in Animate makes the mouse cursor and drawing position different.I am wondering if there is a way to match the mouse cursor and the drawing position in https://kong.or.kr/curveto_in_animate.html.
I've developed a Projector app which loads a 6 digit number (in a text file) from a remote web server when it opens. The purpose of this is: I've hard coded a version number into the app, and it automatically compares this number against the latest version (stored as a 6 digit number) on the server. If the server number is higher, then it informs the user that a newer version of the app is available for download. I'm using the following code which I think is fairly standard: var url:String = "wwvv. URL GOES HERE/c-024.txt";var loader:URLLoader = new URLLoader(new URLRequest(url));loader.addEventListener(Event.COMPLETE, onFileLoaded);function onFileLoaded(e:Event):void{ var loader:URLLoader = e.target as URLLoader; var loadedVersionText:String = loader.data; dataLoaded_txt.text=loadedVersionText;// This is a dynamic text box on the stage} (NOTE: THE URL ABOVE IS DELIBERATELY NOT VALID, SO THE POST ISN'T FLAGGED AS SPAM) 🙂
i publish my work for test debugging / ad hoc with air for ios.although i downloaded all icons in all sizes in the air for ios and all of them can be seen in the previewthe icon is not seen while testing and only the white icon appears. the app is working ok.
hello everyony! Im planning to buy a HUION drawing tablets but dont know much about them. does HUION 1060PLUS Graphic Tablet or HUION H610PRO V2 compitable with Adobe Animate? if not, what is the best drawing tablet that is compatible with adobe animate ,bellow 100$ ???
Hi there, community,sorry if it has been already discussed, but I haven't found the solution.I'd like to add shine animation at this circle (look at the screenshot). How do I do that?example page: https://www.craftyhangouts.com/best-mug-press/my website: www.craftyhangouts.com Thanks!
Hello, I'm using adobe animate HTML5 canvas to create an application with multiple menus and languages. I thought the best way to implement a language change is to simply swap to another frame (static keyframe) and simply change every text to the right language. However it appears that when I have something(like text) in a movie clip I actually have to duplicate every single element in a clip for each language because if I change the text inside a clip it will change in all other frames 😞I understand that this is just the way that animate works but is there a better way to do this?I'm still very new to animate, thanks for the info.
I've made plenty of animations in the past that all work fine, but recently my 19.2.1 Animate hasn't been able to export the camera layer when the Animation is exported as a video. It has the following error:Line 1, Column 1057: A conflict exists withnherited definition flash.displayDisplayObject.y in namespace public.The camera works fine in preview but only when exported does the issue occur.Any ideas as to why?
Hi community! I'm making another game which has the same type as hangman. Whenever the user clicked the wrong answer, the tires of the car gets damaged. This is the type of code I used and it goes on until btn_z._this.btn_a.on('click', function(){ _this.Message.text = "Try Again!"; createjs.Sound.play("miss_sfx"); _this.gotoAndStop('Percent75'); }); I only did the simplest way which is when user clicked a wrong letter, it goes to this frame and so on.. until 4 attempts then game over: The answer here is "STOP". And I used dynamic text so when the user clicked on either of the correct buttons, it will just display the letter to the corresponding box. I haven't figured out yet how to move to next frame when the answer is complete. Is there anyone here who have made this kind of game before? If so, how did you make it? My codes are very long. I'm looking for more ways to improve this 🙂 Thank you in advance!
https://documentcloud.adobe.com/link/track?uri=urn:aaid:scds:US:27cf3e2f-4e3f-4fff-b2d3-988eb6d4f318 I put the parenting option in my rig in adobe animate 2020 and i notice when i adjust the charactor to create my walking cycle the rig distorts in between the key frames . my quetsion is there a way to fix this. I thought the parenting tool prevented the rig from being distorted is there a trick to fix the broken rig example in image in between the key frames the classic tween, the robot leg breaks in the bottom portion even though my parenting option is on. is there a video that teaches how to rig character correctly so that when you parent it and use classic tween the rig stays intact as it moves. https://documentcloud.adobe.com/link/track?uri=urn:aaid:scds:US:27cf3e2f-4e3f-4fff-b2d3-988eb6d4f318
I'm a studentI need Adobe's original license key. Can you support the ban on this issue to do my projects?
I have an animated map project that I need to consult with someone about and hoped I could find the help I need here or be directed to someone who can help me. I am a beginner. I have been watching tutorial videos in Animate and After Effects, and have become convinced that I need assistance to focus on the animation commands I need rather than wading through a lot of commands I will never use. The map animation is not a game but a simulation of an historical battle. The hoped for result is a video, viewed looking down on the map (file obtained from the Library of Congress), of military units, scaled to the map, moving over the map in real time, to show the entire scope of the battle that took place over the course of 12 hours. The video would hopefully be able to be adjusted to speed up the time, able to focus on particular areas of the site, able to have embedded narration, and able to have embedded written comments, likely in the form of speech bubbles used in cartoon books.&nb
HelloHow can i modify the size and color of the checkbox component, using animate CC for HTML5 canvas.Thanks for your help.
Hi!When I import an illustrator file into animate, the outlines and lines of the elements get much thicker.How is it possible and especially how to fix it?Thank you in advance for your reply.
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.