Questions tagged [animate-cc]

This tag is for question pertaining to Adobe's "Animate CC" software (formerly Flash Professional).

Adobe Animate (formerly Adobe Flash Professional) is a multimedia authoring tool/IDE and computer animation program developed by Adobe Systems.

It is used for creating animation/video, desktop applications, RIAs ("Rich Internet Applications"), HTML5 web content, and Android/iOS mobile applications.

Adobe Animate CC (Creative Cloud) was first released in Dec 2015. The version at that time was labeled "2016". New features included:

  • Adobe Stock integration
  • 4K resolution video export
  • Creative Cloud Libraries support
  • TypeKit integration
235 questions
0
votes
0 answers

Is there a way to add physics to static animations in AS3(Adobe Animate CC)

I made a simple swing animation in adobe animate cc(AS 3.0) but the problem is that user needs to interact with it causing gravitational reactions.For e.g:When the user interacts with the object,the speed at which the object is moved results in the…
0
votes
1 answer

Function to automate buttons

I have to do this code 103 times, but I can't create a function so I don't have to write it for each of the buttons (working with animate-cc + createjs). this.Box1.addEventListener("click", click1.bind(this)); function click1() { …
jepeca
  • 1
  • 2
0
votes
0 answers

HTML5 canvas issue when I test on mobile's browser

I'm working on an Animate cc project. to make an HTML5 canvas page. The issue will appear when I see the page on my mobile's browser. the issue is when I click any buttons in it then a blue transparent overlay will appear on all around of the screen…
0
votes
0 answers

How to create aab via air33?

I want to create aab (bundle) using air 33 but it show following error. Bundle tool failed:Error while parsing the flags: Syntax error: flags should start with -- (Video) The command line that I used is: adt -package -target aab -storetype pkcs12…
TheGunners
  • 185
  • 1
  • 13
0
votes
0 answers

ActionScript 3.0: How to get the use count of a library item in Animate?

In an Animate project, I can see the use count of each item in the library. I open the library with Ctrl + L and I can see that some items are used 1 time, 19 times, or 0 times. I want to use CS5 JavaScript to get the use count for each item. There…
HighHopes
  • 2,014
  • 3
  • 23
  • 33
0
votes
1 answer

Can't loop layers in animateCC using javascript

I have a project to do about the solar system and as my main page, I want to put an animation of all planets circuling about the sun, but since each planet has it's time for the loop around the sun, I need to repeat each layer diferent amount of…
0
votes
1 answer

Is there anyway to make resolution settings using AS3 in Animate CC?

I have a project that needs to be made in Animate CC using ActionScript3. The situation is that I have to make resolution options, meaning that if I select a button it will change the resolution of my project to said resolution like 800x600 etc.…
0
votes
1 answer

Go to random frame, excluding current frame

Here is my problem. My main timeline has 3 frames. Each frame contains different movieClip. I created a button, and when user clicks this button, I want a random movieclip to play. But, I don't want to play the same movieClip again. So, when user…
Tane
  • 481
  • 2
  • 9
  • 20
0
votes
1 answer

Animate CC - if Else statements

I am currently trying to get a grasp of Adobe Animate CC, and how if Else -statement can be used with the tool. In this case, I would like to create a play/pause button. I could probably achieve this with JavaScript, but Animate CC doesn't tell me…
Tane
  • 481
  • 2
  • 9
  • 20
0
votes
1 answer

In AnimateCC, when I add a button from the library it doesn't work and instead runs through all of the states continuously

I'm currently using html5 Canvas. When I add an instance of my button to the stage it works perfectly fine. But when I add it programatically to the stage, it's almost like it acts like an animation. It just runs through the up, over and down states…
0
votes
0 answers

sync external audio with html canvas animation

long story short, i want an html canvas animation to behave like a video, I want to add play/pause button and skip forward or backward buttons that jump number of frames/seconds. the problem is this, if I imported the audio into animate cc timeline,…
Mr T
  • 75
  • 10
0
votes
1 answer

Animate CC - Call instance with var Strings

I'm trying to make a function that make play a symbol animation (hijo) when i click other one (padre). I want a function to use them many times so I'm trying to automatized. Im getting the instance name of click button "padre" and try to add some…
Scrabech
  • 3
  • 3
0
votes
1 answer

canvas js delay or wait() before running the following code

I have been trying to find a way of delaying the running for the JS code in a HTML canvas document. I know how it is done with TweenJS see below: I know how it is done with TweenJS see…
0
votes
1 answer

How to load json from rest endpoint in Adobe Animate CC using javascript

I am using the latest version of Adobe Animate CC and have created an HTML5 canvas project. I am not sure how to go about calling a REST endpoint and parsing the response data using the latest version of Animate CC. In previous versions (i.e. Edge…
0
votes
1 answer

How to use CreateJS / Tween in order to affect both X and Y for Parallax on mouse moves?

I'm trying to get a bit of code (I found in a tutorial) that does parallax on X axis to also affect Y axis according to mouse moves.. only I am very new to JavaScript syntax and don't know how to implement this. I have only 2 layers I want to move…
So SWXI
  • 11
  • 2