Get help using Adobe Animate and creating animations.
Recently active
When I crunch some PNGs, when I place them in the animate file, it exports them to the image folder huge. EG import at 8k, and it exports to the image folder at 59k?
I just updated to 2020 version of adobe animate cc and i try to load flash fiiles ive been working on and it just shows a white screen, I start a new project WHITE screen. Is there a way to go back to earlier versions or somthing because i cant get any work done just white screen every time.
MovieClip extracted with texture atlas is shaking as it appears in the attached gif.
When I open Adobe Animate, animate opens a trial version. Adobe believes that someone else should log in. I can not choose another (me). I have two choices: either shut down, or start trial. How can I tell that I want to start as another subscription (dsa-eltron@odfjelldrilling.com)?
How can I add audio to a VR background created in Animate?
Hi all, I work making HTML banners and since last friday have encountered a major bug that is preventing me from publishing any. When I go to select the destination folder to publish to, it does not publish anything. Nothing to the chosen folder (it used to work just fine, worked even earlier that day) and nothing anywhere else. I tried deleting my preferences folders and nothing has fixed it. I even tried to complete my animation on a friends computer using his version of Animate and still ran into the same issue. It will not let me pick where I am publishing to (or will let me pick, but won't register where I have picked). Is this a software issue? Bugged update? Thank you!
Reporting a graphical glitch in Actions Panel.OSX 10.13.6, Animate CC, latest. It's been happening for a while now.Boxes (or holes showing content underneath) appear while editing ActionScript.
I need to play the video automatically and jump to the specified frame at the end.I need help. this.stop();var op= this;stage.on("drawstart", initVideo, this, true);function initVideo() {alert("yes")$("#video1")[0].addEventListener("ended",nextFrame);$("#video1")[0].play();}function nextFrame(evt) {evt.currentTarget.removeEventListener("ended",nextFrame);op.gotoAndStop("ed");} @JoãoCésar17023019 @kglad @Colin Holgate @
I have created a Fla in Animate. Under my Publish Settings, there is no "Gif" option, and no way to prevent looping (see pic). I don't understand this. When it was still Flash, this was easy to do. How do I stop my animated Gif from looping?
Hey there, I am trying to make objects (shopping bags) on the main stage draggable and have actually managed to do that. But it would be really nice if the user could only drag the bags by "picking them up" at the handles.For the bags itself I used the code shown below, it works well (with the draggable mc's being "bag1", "bag2", etc.). Inside the mcs of "bagx"is another movieclip with the handles called "bag_handle".So, clicking and dragging "bag_handle" should move the whole "bag" MC where it's in.Is that possible? Here is the code I used for the regular dragging:this.stop(); createjs.Touch.enable(stage); var dragItems = [this.bag1, this.bag2]; for(var i = 0; i<dragItems.length; i++){ dragItems[i].on("mousedown", onMouseDown.bind(this)); dragItems[i].on("pressmove", onMouseMove.bind(this)); }; function onMouseDown(evt) { var reg = evt.currentTarget.globalToLocal(evt.stageX, evt.stageY); var p = this.parent.globalToLocal(evt.stageX, evt.stageY); evt.currentTarget.regX
var Bt = new lib.objetos;this.addChild(Bt);Bt.x = 275, 5Bt.y = 200, 5var child = Btthis.setChildIndex(child, this.numChildren - 1);//////////////////////////////////////////z-index continue 1 dont 0!//////////////////////////////////////////
var Bt = new lib.objetos;this.addChild(Bt);Bt.x = 275, 5Bt.y = 200, 5var child = Btthis.setChildIndex(child, this.numChildren - 1);alert(Bt.numChildren)alert(this.bt18.numChildren)see the addchild behind the component how to pass it on?
I had an idea to make a start menu for my animation (similar to DVD start menus). Behind the button, I want a small animation to continually play (loop) until I press "play", where the actual animation will begin and the previous small animation will not be visible. How would I do this?
import flash.utils.ByteArray;import com.adobe.serialization.*;import com.adobe.serialization.json.JSON;import br.com.MundoSabido.Base64;////////////////////////////////////////////////////////////teste.addEventListener("click", btnClick);var request = new URLRequest("http://192.168.0.105:3000/imagens/1");var reqSwf: URLLoader = new URLLoader();function btnClick(event: MouseEvent): void {request.method = URLRequestMethod.GET;trace("antes");try {reqSwf.load(request);} catch (error: Error) {trace(error.message);}trace("OI")}////////////////////////////////////////////////////////////var Xpos: Number = 0;var Ypos: Number = 0;var swf: MovieClip;var loader: Loader = new Loader(); reqSwf.addEventListener(Event.COMPLETE, function (e: Event): void {var decodedObj: Object = com.adobe.serialization.json.JSON.decode(e.target.data);//trace(decodedObj.arquivo);/* trace(decodedObj.firstName);for(var key:String in decodedObj) {trace("Name: " + key + " - Value: " + decodedObj[key]);}*///trace(deco
I want my frame rate to be 100 and it is until I play the animation, when I do the frame rate drops down to 25-30 fpsanyone can help me please
Hi everyone So I have an animation which has several frames. There is some code using drag and drop in a certain frame (say frame number 100). Finally, there is a replay button, clicking on which takes the user back to the first frame (There is simply a 'this.gotoAndPlay(5)' attached to the event listener of this replay button). This is where all the problems begin.There is a part of code on frame number 100 which involves 'if' and 'else'. Everything works fine the first time the frame is played.However, when, after pressing the replay button, the frame is played again, the part of code inside the 'else' block is executed even when the part inside the 'if' block is executed!! In general, going back to previous frames create lots of troubles. Things that work perfectly while the frame is being played first time simply defy logic when being replayed. Any help would be appreciated!
SecurityError: Error #3226: Cannot import a SWF file when LoaderContext.allowCodeImport is false.at flash.display::Loader/_loadBytes()at flash.display::Loader/loadBytes()at Function/<anonymous>()[ANDROIDCARREGARSWFDIMANICO_SWF__fla.MainTimeline::frame1:44]at flash.events::EventDispatcher/dispatchEventFunction()at flash.events::EventDispatcher/dispatchEvent()at flash.net::URLLoader/onComplete()
hello, can't someone help me? when I want to download Adobe Animate it always stops about 92% and after about 5 minutes it throws me an error. Does anyone know how to solve this problem?
Can I use pressure in animate to make light or dark brush strokes? I think it is possible in illustrator but pressure in animate only adjusts the width of the stroke not the darkness.
Hello,Someone knows how to export the Paint brush I created in Animate to send it to other people ?The tutorial on the website it's for animate 2017 and lots of buttons are not there anymore... Thanks for your help ! Julien
Adobe Animate brush tool not working, display toogle seems to be the cause of this from Wacom tablet, does not affect other software. Dual monitor setup.This is with what am i dealing with... Sample of the problem.
I am working on creating a spinning Earth animation which I have completed, but at a complete loss for how to export the final product as a sprite sheet. I need to export it in this format for a game I am working on but have been struggling with the sprite sheet feature so much.
when i try to import the audio it only apears on one frame and when i reapet that process on about 15 frames the music dosent play, plase help im doing a animation for a due date and this is really frustrateing especially since my audio has been working fine.
I want to know how to save animate videos in mp4 format.
When I'm trying to add a sound to TouchEvent Function the sound doesn't work on the Android emulator. But it works fine if I replace the TouchEvent with MouseEvent and test it on Adobe Animate. What am I doing wrong? Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT; var mysound: ClickTap = new ClickTap(); var mySprite: Sprite = new Sprite(); var myTextField: TextField = new TextField(); mySprite.graphics.beginFill(0x336699); mySprite.graphics.drawRect(0, 0, 40, 40); addChild(mySprite); mySprite.addEventListener(TouchEvent.TOUCH_TAP, taphandler); function taphandler(evt: TouchEvent😞 void { mysound.play(); myTextField.text = "I've been tapped"; myTextField.y = 50; addChild(myTextField);
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.