Questions tagged [adobe-animate]

Adobe Animate is an app (the next generation of Adobe Flash) to create animation for the web and also support the old format .swf

Adobe Animate is part of the Creative Cloud suite, and as of this has been renamed Adobe Animate CC 2018. Its latest update was on October 18th 2017.

http://www.adobe.com/il_en/products/animate.html

157 questions
1
vote
1 answer

Actionscript 3.0 - Using an if-statement with colorTransform

I am assigning colors to movie clips when buttons are clicked. These movie clips are vector shapes contained within an oval shape imported from Illustrator. Each oval has a top color, a bottom color and an edge/rail color. I want the edge color to…
1
vote
0 answers

Adobe Animate JSFL: Is it possible to get the ease used for a tween?

I am attempting to make a mini animation engine using a texture atlas exported from Animate, then using GSAP to perform the animations in my game. However, I find the frame by frame JSON that is exported from Animate to be too large and unwieldy.…
Clif
  • 98
  • 7
1
vote
1 answer

Harman Air and IOS - Error ITMS 90034 again

I'm looking for help to solve an ITMS 90034 error: I can no longer install an application under development for testing, nor publish it on the AppStore. I downloaded the new AppleWWWDRCAG3.cer certificate. Re-applied for the authority…
Boc
  • 21
  • 2
1
vote
2 answers

HTML5Canvas, remembering the last instance made visible

I would like to do a simple task in Adobe Animate under HTML5Canvas environment. There are a couple of buttons on stage and corresponding circle symbol instances beside them that are made invisible at the beginning. When I click a button, an…
1
vote
0 answers

Adding and Removing Event Listeners in Adobe Animate (HTML5)

I'm trying to create an interactive HTML5 animation with Adobe Animate and I'm having an issue with my event listeners not being added or removed properly. My intention is for the animation to always be listening for a mousedown event. When that…
Kohi
  • 11
  • 1
1
vote
0 answers

AS3: Excluding duplicate classes from child SWF to reduce file size

I'm using Adobe Animate to make a parent SWF that loads other child SWFs. When I'm compiling the child Flashes, is there a way to exclude certain duplicate classes which will already exist in the parent Flash in order to decrease the file size? I…
BladePoint
  • 632
  • 5
  • 16
1
vote
1 answer

Execute a jsfl script on a FLA file from command line (in Windows)

This question has already been asked and had been closed that's why I ask it again in the hope that it will help someone. How to execute a jsfl script on a file.fla using a command line with the terminal of Windows (CMD). Not within Adobe Animate. I…
YYY
  • 91
  • 2
  • 11
1
vote
1 answer

Stopping sound when going to next frame- Adobe Animate/AS3

I have three frames, each has their own animation movie clip in them. To get to the next scene, you press a button on the current scene, and it goes to frame two. I have audio in each of the three movie clips, but when I click on the button to go to…
S.Joey
  • 29
  • 1
  • 8
1
vote
1 answer

Convert many .fla files to .swf or .mov files at once

I have a folder with many FLA files (files.fla) in it. I was wondering if there is a way to convert all those .fla files to .swf or .mov files at once (not opening each fla file in Adobe Animate and then export them to swf). I'm also wondering if it…
YYY
  • 91
  • 2
  • 11
1
vote
0 answers

android camera mobile application development with actionscript 3.0 and Animate CC and AIR

I am new in coding and especially in ActionScript 3.0 and Adobe Animate. I am trying to develop, for practice, for android smartphones, a simple camera application to shoot and save photographs. The main issue is the correct landscape-portrait…
1
vote
1 answer

AS3 Color.interpolateColor giving error only in app version?

I have an old Flash game where I used interpolateColor to blend colours extensively and it worked. But it's giving an error now. Here is the code: var firstColour = firstFusionGenes.girl.body.head.shapes.transform.colorTransform.color; var…
ola.rogula
  • 307
  • 1
  • 9
1
vote
1 answer

Call Recorder ANE (AirNativeExtension)

in my adobe air application, I want to call and record it, now this is my question, is there any ANE that recording phone calls?
1
vote
0 answers

Software Alternative to Flash/Animate that allows Custom Components?

Is there a Flash or Animate alternative that similarly allows creating custom components to be used in the IDE? I only care about static drawing output / no animation. Think: custom button with definable color and drop shadow strength, or character…
GGibson
  • 354
  • 2
  • 9
1
vote
1 answer

Adobe Animate ReferenceError: Error #1069: Property loopMode not found on _ and there is no default value

I faced below error when I add a .as class to a MovieClip in Adobe Animate 2019: ReferenceError: Error #1069: Property loopMode not found on Symbol1 and there is no default value. at privatePkg::___LayerProp___$/executeFrameHelper()[C:\Program…
1
vote
1 answer

Loop function to play random movieclip

I'm using Adobe Animate to create a simple HTML5 Canvas animation that has stars animating randomly in the background. I have 10 stars named star1 - star10 as I want to only have 10 of them playing in specific places. I've been trying to create a…
mortalbug
  • 13
  • 3
1
2
3
10 11