Get help using Adobe Animate and creating animations.
Als letztes aktiv
Hi guys I newble using Animate. So I just wanna use Asset Warp tool My İllustrator Art Work.I upload my project Animate. BUT I CANNOT USE ASSET WARP TOOL. Can you guys help me?
I want to make a responsive HTML5 banner. So far so good. Now the entire browser window should be filled with a background image. There should be no white streaks visible at any time. The background image should practically be behind the stage and should always adapt completely to the browser window.Does anyone have an idea?
I have set some shortcut keys according to my own habits, but occasionally the customized shortcut keys are cleared and must be reset. Why is this?
I tried downgrading to an older version (I went from 24 to 23.0.3 I think), and still nothing worked. The people in Hyun's Dojo also tried to help but to no avail. For some reason, this also causes my Mouse cursor to look distorted like someone put it into a shredder and then tried gluing it back together afterward if that makes sense. I also cannot screenshot this because strangely, the glitching stops happening if I move the mouse out of the canvas window. I took a photo using my phone since the glitching stops when I try screenshotting: Quick note: This never used to happen before, I accidentally factory reset my laptop in an attempt to try to get OneDrive to stop automatically deleting my files, and when I reinstalled Animate, that's when the issues started occurring. (This is weird to me since I had been using Animate for almost a year and there were no issues till now, even when my laptop was low on storage or battery.) somebody please help i just wanna animate &#
Can someone help me with a convert a scrollbar in actionscript 3.0 to html5 canvas with javascript. Starting withHow do I code this from actionscript 3.0 to html5 canvas (javascript). this is class file in .as that I want for .js you see this:// CLASS file as actionscript 3.0 package { // import flash.display.*; import flash.events.*; import flash.geom.Rectangle; import fl.transitions.Tween; import fl.transitions.easing.*; //import ph.graphic.RectScuare; //----------------------------------------------- public class Zscrolla extends Sprite { // private var holder :MovieClip; private var clip :MovieClip; //var clipMask :MovieClip; private var dragger :MovieClip; private var slider :MovieClip; private var bgAlpha :Number; private var bgColor :uint; private var hg :uint; private var scrolled :uint; private var friction :uint; private var currentY :int; private var draggerHg :uint; private v
Hello, I'm new to AS3 and I'm trying to do a right click button but I can't do it. I'm trying to create a maze but since we need a drag and drop button and resize button, we decided to make it look like a puzzle and they will drag the puzzle all together. However, I don't know how I will make the resize button because we have 8 objects. Is it possible to put in one button only? or no? Sorry I'm really new here. Here's my attempt ddmaze8.addEventListener(MouseEvent.CLICK, incHeight);function incHeight(event: MouseEvent): void{ ddmaze8.height += 5; ddmaze8.width += 5;} ddmaze8.addEventListener(MouseEvent.RIGHT_CLICK, decHeight);function decHeight(event: MouseEvent): void{ ddmaze8.height -= 5;  
Hi. I am following this tutorialhttps://blog.adobe.com/en/2019/06/27/adding-interactivity-to-vr-360-content-in-animate-2019.html#gs.v0t528 and trying to get the event handler:AnEvent.MOUSE_DOWN to work, but it won't work. I'm trying to get it to trigger an alert to test it.I was able to get AnEvent.MOUSE_OVERto successfully trigger an alert. Here is my code: this.movieClip_2.addEventListener(AnEvent.MOUSE_OVER, mouseover);function mouseover(){alert("Moused over");} this.backg.addEventListener(AnEvent.MOUSE_DOWN, mousedown);function mousedown(){alert("Moused down");} Any help?
I made an exit button in adobe animate as 3 for publish android. The exit button uses codingstop();btnya.addEventListener(MouseEvent.CLICK, closeapp);function closeapp(e:MouseEvent):void{NativeApplication.nativeApplication.exit(0);} but access of undefined property nativeApplication. Do i have to name it anywhere?
I need help downloading text from an external xml file Animate CC canvas HTML5:this.stop();// Load the XML filevar req = new XMLHttpRequest();req.open("GET", "tekst.xml", true);req.addEventListener("load", transferComplete);req.send();function transferComplete(e) {// Check if the response from the server has a status of 200 (OK)if (e.target.status === 200) {console.log("The XML file has been loaded successfully.");/ Parser XMLvar parser = new DOMParser();var xmlDoc = parser.parseFromString(e.target.response, "text/xml");//Return an array of all matching tag valuesvar textEntries = getTagValues(xmlDoc, "TextEntry");// Check if there are enough elements in the arrayif (textEntries.length >= 3) {// Transcribe text into text boxes in Animate CCthis.textFile01.text = textEntries[0];this.textFile02.text = textEntries[1];this.textFile03.text = textEntries[2];} else {console.error("Error: Not enough TextEntry in the XML file.");}} else {console.error("Error: Failed to load XML file. St
I cant seem to edit the frame
Basically the title. I press my pen down to the tablet, begin my stroke, but nothing appears on screen. No brush stroke goes through until a few more tries. As you can tell, that's quite the massive hindrance. I don't know if it's adobe or my Gaomon tablet, because in Ibis Paint X the strokes always go through without fail, and in Adobe Animate my mouse has no issues making brush strokes. So I'm... not sure what the issue is. Any help is appreciated, thank you.
I've made a simple animation of a logo that fades to white and rotates. Everything is fine in the App, but the rendered movie has a weird hickup / jump. Very hard to know how to fix a problem when it looks great in the application - bug? Thanks all
Hey there, tried to google it, but I'm not sure what to choose making Google Display Ads:Adobe Animate or Google Web Designer? I do favor Animate, but I do fear not knowing enough code that I need for i.e. mouse events. Or that it is working in Animate but not for Google Ads. Could I use GWD to get to the javascript codes for events and use it in Animate? Or where do you get the codes from? That's still confusing me. Is there an official list, plug-ins? 😄 Thanks,Julia
package { import flash.display.Sprite; import flash.utils.Timer; import flash.events.TimerEvent; import flash.events.KeyboardEvent; import flash.display.DisplayObject; import flash.events.KeyboardEvent; import flash.ui.Keyboard; // The main class for the Tetris game, extends Sprite. public class Main extends Sprite { // Constant representing the size of a single tile (in pixels). private const TS: uint = 20; private const ROWS: uint = 20; private const COLS: uint = 10; // Array to numerically represent the game field. private var fieldArray: Array; // DisplayObject to graphically render the game field. private var fieldSprite: Sprite; // Arrays to store different types of tetrominoes and their colors. private var tetrominoes: Array = new Array(); private var colors: Array = new Array(); // Sprite to represent the current tetromino. private var tetromino: Sprite; // Variables to store the current and next tetromino types, current rotation,
im using auto lip sync for animate, and its actually 100 percent not accurate (no exageration). i only have the voice for the audio, with no other backround noises and i did it with a paid adobe animate tutor but it still is 100 percent not accurate and we both dont know whats going on. PLEASE HELP THANK YOU.
I cant seemed to find any setting to do that
I am using version 2023 i have created a line using the line tool and have changed the origin point using the transform tool but animate automatically switches the origin point back to where it was. the line is not a symbol.Help is needed.
Hi All,I'm working on setting up my first ad to be run in 6Sense. I'm using a dynamic text field to populate a specific company name using URL mapping. Attached is a screenshot of the ad. The yellow copy (company name) is what will change. So it will be company + Premier. I have the text field set to dynaimc but am totally confused to what to do next. Should there be specific placeholder text since it will change and what would I use as the instance name? I'm totally confused on what all I need to do in animate and if there is any code I need to add in the actions panel. Below is example code I received from 6Sense to ad in the html and js files. Add Company Name and define landing page url based on Company: var companyUrlMapping = { "UW Medical": "https://www.uwmedicine.org/", // Key is used as custom "OHSU": "https://www.ohsu.edu/", "Virginia Mason": "https://www.virginiamason.org/", "Seattle CCA": "https://www.seattlecca.org/", // add your additional // [Compan
I've made an animated ad in Adobe Animate, and I'm trying to publish and pass it between devices to see it rendered on mobile and desktop. I want to troubleshoot and mimic what it'd be like to send previews to a client so they can view the ads in their browsers and on their phones—does anyone know if an html5 animation is able to be viewed without having to upload it to a server or ftp?I have the .js, .index.html and images folder all zipped, and when I unzip it and open the index.html between 2 computers I'm able to see the animation. But when I try to test the same thing on my phone, index.html is rendering as a blank page on 2 different browsers.Any ideas or insight would be really appreciated. Thank you!
Ever since I got the new adobe animate 2024 update the vcam has not been working properly. I mean, it works but it is just not accurate. So for example, if I were to make the vcam the same size as the canvas, the vcam will not display everything in the canvas despite it being the same size.
I've been using animate for a little over a year now and have had relatively no issues. However, recently, whenever I use my wacom intuos tablet to use the brush or paint brush tool, tapping the tablet even once causes the tool to make a line that shoots off to the left where the drawn shapes actually appear. The strange thing is, this only happens with animate and on my second monitor. With a different program, this doesn't happen and using animate on my primary monitor works fine too. I've tried updating my tablet's drivers, uninstalling and reinstalling them, turning the computer off and on again, nothing works. Any help would be really appreciated as I don't like using animate on my smaller primary monitor.
Why doesn't mask work with javascript codes in Animate. I have tried with mask graphic symbol and content movieclip but I have not succeeded. But in zim's scrollbar there content.setMask(mask) works; why not working content.mask = mask;
// Import necessary classes for the Tetris game. package { import flash.display.Sprite; import flash.utils.Timer; import flash.events.TimerEvent; import flash.events.KeyboardEvent; // The main class for the Tetris game, extends Sprite. public class Main extends Sprite { // Constant representing the size of a single tile (in pixels). private const TS: uint = 20; // Array to numerically represent the game field. private var fieldArray: Array; // DisplayObject to graphically render the game field. private var fieldSprite: Sprite; // Arrays to store different types of tetrominoes and their colors. private var tetrominoes: Array = new Array(); private var colors: Array = new Array(); // Sprite to represent the current tetromino. private var tetromino: Sprite; // Variables to store the current and next tetromino types, current rotation, // and the current position of the tetromino on the game field. private var currentTetromino: uint; private var ne
Hi all! I have a problem with a project I'm working on. On different devices (home desktop and work laptop, both Windows devices, using the same font files from the project's fonts folder), my lineheight is different in Animate, despite the number being 0 in both cases.The font in question is Work Sans. I've tried re-installing the fonts a few times. The folder includes both a variable font file, as well as all the different weights separately. Both options yield the same results. Does anyone know what might be the issue here? If more information is needed, let me know and I'll do my best to provide it!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.