『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help using Adobe Animate and creating animations.
新着順
Hi All, can somebody help me with this, Actually I'm trying to create a banner like dynamic ads? but it will not be a dynamic ad. It should have a simple animation if someone clicks on the next button the images should scroll and show the next image if the user clicks one previous button then the image should show the previous image. also, every product has there own different web URL. It would be great if you can help me with this.It's my office task. So need to submit it asap. I'm attaching the source file here. https://drive.google.com/file/d/1G9AK9AVpIiBgP3pADoAOkW4Tp4jOOMFm/view?usp=sharing Thanks,Jonathan
Hi thereI was used to play with Flash several years ago and today i'm trying to create some funny staff in order to learn AS3 and Animate basics. I have a "truck" movie clip on my scene. This movie clip has a stop(); action on the first frame and a gotoAndPlay(2); on the last frame of its timeline. When the global timeline plays i wrote this code in order to get the truck bigger and to get it play if the truck's x is greater than 300. I have 3 questions:1 - is it possible to simplify my code specify x > 300 and < 9002 - is it possible to scale x and y in the same time (rather than scaleX and scaleY)3 - I would like to apply this code to several other movie clips, is there a way to for example list my objects and then apply my code to all this objects addEventListener(Event.ENTER_FRAME, transform_objects); function transform_objects(event:Event):void { truck.x += 5; if(truck.x >= 1400){ truck.x = -150; } if(truck.x >= 300){ truck.play
I'm having this weird bug where my audio is not playing on my timeline, I'm running on action script 3.0 and its set to stream, audio can be heard when tested and in swf movie form, i just cant hear it in the timeline
Hi!Just two comments for Animate that wanted to ask:Why oh why, when creating a new document is actionscript3 even an option anymore?I'm a college instructor and it confuses students to no end...Second comment: Since frame numbers in Easel JS start with zero, shouldn't the software's timeline start with zero, too? OR couldn't we just -1 when compiling?Thanks for your time.Jason
Hi, I am a beginner in adobe animte CC, in my staging animation works fine, but aftre rendering some of the elements and motions are missing , attached is the video, please help.
why my adobe animate is not showing
Nothing in Animate works, espeically export.
Greetings, I'm new to Adobe Animate, and I was wondering if anyone knows how to recreate the Rocket Ship asset.I'm just fascinated by how smooth the animation is. I mean, it rotates just like it's 3D but it's not as far as I believe (I might be wrong).Thank you
Good Morning! I have published two animate art work as responsive html separately and need to combine them like a landing page website. i have try to give different names to those image or variable folder but also failed.Can any experienced give me a hand? Thanks you very much!
Hello, I was wondering how to save and load game progress, like check points or something so everything you had when you lasted saved is till there when you log back on. How could you do this?
been on this for 10 mins... 0%.cant work like this.........
Ever since I have been on a new mac with an M1 chip, Monterey, I cannot export MP4. That is it makes the file, but it is all black, looks like an empty quick time icon, no preview. With the same file, same versions of Animate and Encoder, same setting, my old mac exports it. I am using the export to MP4 in the upper right UI but I tried both ways.Someone, please help!!!
Good night to you all! I'm using Adobe Director 12 in my Windows 11 Pro x64 OS. And i can't open .cct files for modding "burnin' rubber 3" game can you guys help me? if i click "ok" my screen is like this:
Hi Is it possible to use a mask layer in a 360 scene? The option to transform a layer into a mask is unavailable. Any idea? Thank you
I am having an issue with tools not showing up in Animate. On one computer all of the tools show up in the timelineHowever, on another computer all of the tools for inserting frames and keyframes do not appear. Even, my ability to select frames by highlighting and adding is different from one computer to the next.I am assuming it is an option somewhere that I have not selected, but find it odd that the defaults would be different. The software is up to date on both computers so I am stumped.
Hi, my son have currently the following issue with Adobe Animate. When he is using vector wrap asset tool, he is loosing colors in regions. On the attached example picture, the bootom is loosing pink color and turn to white. Any idea what it can be? thanks
Hello all!Back in 2019 I was using Adobe Animate to create animations for a training course used on low powered devices in poorer countries. We were using canvas export so that the learners could view the course in their browser. Because we did not want to overload the device's CPU, we did our best to avoid having symbols drawn on the stage at run time, and instead used the Export Image assets as Texture setting. Therefore, all the image assets in the course ented up in several texture atlas'. From there, we could analyse the texture atlas and find ways to optimise our image assets down to the bare minimum. With that we were just able to create something that would not overload our learner's phones CPU. Now I have been asked to come an update certain parts of the course. I am now using Adobe Animate 2022. However, with the same export settings I find that the Texture export no longer exports all symbols to a texture atlas. In fact, only a very small number of images are added
I created an HTML ad using Animate. I edited my HTML file and added the META tag and click tag. I uploaded a Display Ad to CM360 and it will not click out or get the click icon when hovering over it. I know it has to do with something in the code but can not figure out what.. I have over 50 ads I need to do. Can someone please look at the code and let me know what it is I'm doing wrong or if there is a publishing template I can use for google? The zipped file I uploaded to CM360 is below. https://www.dropbox.com/t/9jfKiPrxoSHfL1yHHere is the HTML <!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="ad.size" content="width=160,height=600"><script type="text/javascript">var clickTag = "http://www.google.com"; </script></head><meta name="authoring-tool" content="Adobe_Animate_CC"><title>Customers_Different_A_160x600</title><script src="libs/1.0.0/createjs.min.j
Having "Export Video/Media" issues.Error was, 'requ'd vers of AME is not installled or the install is damaged. reintall.' So I did. Removed old versions and kept prefs, and updated both to newest. Did not work, and now after several attempts, including just adjusting timeline for a GIFs, 'cmd-e', nor selecting Export video/media does NOTHING. I am working on a:iMac (Retina 5K, 27-inch, 2020)OS: macOS Monterey 12.3.1;Processor: 3.6 GHz 10-Core Intel Core i9Memory: 64 GB 2667 MHz DDR4;Storage: 1 TB with 701 GB freeGraphics: AMD Radeon Pro 5300 4 GB Built in Retina Display 27” (5120 x 2880) w/Apple Thunderbolt Display, 27” (2560x1440)
I've encountered issues with the functionality of buttons in Adobe Animate CC 2019 (Build 326) and am curious if anyone else is having the same problem or knows how to resolve the issue. What I've found is that if I create and add AS3 script for a button, it works fine if it is on the first frame. If you move the button and accompanying frame script off of the first frame, to say frame 2 or 10 or 20, it fails. Sometimes it throws an "access of undefined property buttonInstanceName" error (even though the button is correctly named and present on the same frame as the script) and sometimes it makes the rollOver states wacky and ceases to function. Strangely, when I open old projects in 2019, they function fine. But, if I copy the layers from an old project to a new document created in 2019, it fails. I can't figure out what is going wrong and any advice/assistance would be appreciated. I made this video documenting the issue if you'd like to see what I am talking about: buttonProbl
After scrolling through lots of questions already asked, I didn't see my question: How do I set the DPI of a project? I normally make web banners in photoshop. I see online, several crystal clear ads where the products and type are clear and I want the same outcome. I also need the program to create the HTML 5 file for me... I though Animate was the way to go, but I'm struggling with poor resolution. I understand that web banner ads are usually set to 72 DPI but I have a special circumstance needing a HTML file with better resolution. I was wondering if that was possible, and if so, how to do so.Also, none of these banner ads will have animation if that helps at all to know...Any assistance would be great. Thanks a bunch.
I have read all over the internet, and this forum, and still i cannot find the answer.When I export in .SWF, the file of my animation looks like this.Using adobe animate 'export video' option, the quality turns into this:My previous method around exporting my animations has been to 'screen record' my .swf file, and use that as my vidoe file. The problem is the .swf file, while looking great, can get jumpy (laggy). Where as the .mov file has no lag (just looks terrible).This has been a big pain for me, I feel like it should be more simple than this. Please can someone tell me what I am doing wrong. How can I just simply export a good looking .mov file?
Hello all! I'm using Chrome to test my canvas and I get a lot of these warning message: Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently b._testHit @ createjs.min.js:13 b._getObjectsUnderPoint @ createjs.min.js:13 b._getObjectsUnderPoint @ createjs.min.js:13 b._testMouseOver @ createjs.min.js:13 (anonymous) @ createjs.min.js:13 setInterval (async) b.enableMouseOver @ createjs.min.js:13 handleComplete @ Burger_08a.html?8407550:116 (anonymous) @ Burger_08a.html?8407550:94 b._dispatchEvent @ createjs.min.js:12 b._dispatchEvent @ createjs.min.js:12 b.dispatchEvent @ createjs.min.js:12 b._sendComplete @ createjs.min.js:16 b._loadNext @ createjs.min.js:17 b._processFinishedLoad @ createjs.min.js:17 b._handleFileComplete @ createjs.min.js:17 (anonymous) @ createjs.min.js:12 b._dispatchEvent @ createjs.min.js:12 b._dispatch
im tryna export a spritesheet in animate cc 2022 but i wanna make it not have anti aliasing. how do i turn it off when exporting
I created an animated banner ad for a client. Now I would like to share it with them for them to review. I tried packaging the .html file and the Images folder in a new folder but as soon as I move it from its original location, it stops working. From what little I know about html, I would have thought that it would continue to work as long as the files' relative location remained the same but clearly this isn't the case. Is there something in the code that I can adjust so that it will work?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。