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
1
vote
0 answers

Animate CC using XML file to load image into an HTML Canvas

I am trying convert an Edge Animate project to Animate CC where single images are loaded into a series of empty movie clips using a frame actions and a xml file. These movie clips are all prepositioned in a single movie clip that has an initiating…
Fickersa
  • 11
  • 1
1
vote
1 answer

Touch.enable not working in CreateJS through Animate CC

I've created an html5 canvas file in Animate CC and I can't seem to get it to respond to touches when run on a touch screen device. I've created a stripped down file to demonstrate the issue. Every other post I've found online has been resolved with…
1
vote
1 answer

How do i prevent mouse and touch events from trigger for DisplayObjects below a backdrop

I have several display objects in createjs and event using easeljs i want to prevent from mouse and touch event passing through them. i want like a easy one liner like .mouseEnabled or .mouseChildren is there something will will prevent any other…
1
vote
2 answers

Adobe Animate CC animation export to Unity

We are extensively using Adobe Animate CC for creating assets and their animations(Characters, effects, props, etc) for a 2d game that we are planning to develop in Unity. However, we are unable to export animations from Animate CC to Unity as per…
Bhaijan
  • 81
  • 1
  • 6
1
vote
1 answer

Adobe Animate CC into Vue.js component

does anyone know the best way to embed published Adobe Animate CC HTML5 canvas / JS files into a Vue.js component? Thanks
Phil
  • 41
  • 2
1
vote
0 answers

1120 Error Adobe Animate, button action script doesnt work.

I'm doing an assignment for class and I keep getting this 1120 error on nearly every kind of button I try to create. I have reached out to the teacher for help but have not gotten any assistance back yet. The exact error i am getting is.…
1
vote
1 answer

Animate CC: How to access root stage when button is clicked

Firstly, I create Canvas Project with Adobe Animate CC. But I have a problem with action code. I have 2 symbols on stage. How can I get access the symbol on main movie clip? var _this = this; _this.Text.on('click',…
1
vote
3 answers

createJS - Uncaught ReferenceError: lib is not defined

I am at the beginning stages of creating a game using I am using Adobe Animate CC and CreateJS and I get the following error: Uncaught ReferenceError: lib is not defined. Basically right now I am just trying to get a background and some random…
1
vote
1 answer

Making The Seconds Hand On A Countdown Timer Spin Rather Than Tick

I am a teacher and have been looking for a customisable countdown timer to use in lessons (I also want to be able to embed it Powerpoint). I have found the code below which works but I would like to freshen up the graphics and possibly make the…
lukep1984
  • 19
  • 2
1
vote
0 answers

How to detect when screen is locked when in iOS standalone web app?

When opening page in Safari mobile browser, I managed to use document.hidden to pause looped background music. But when saved on the home screen and used as a standalone web app for fullscreen mode, the sound still keeps on looping even when the…
Trial
  • 47
  • 5
1
vote
2 answers

Animate CC Canvas Export embed in angular template

So I am wanting to bring a small animation I have done in animate cc and embed it into a angular template on a canvas which can be seen below:
Dylan Anlezark
  • 1,256
  • 2
  • 12
  • 27
1
vote
1 answer

loop param not working as expected

I have a single clip on the stage with an instance name of testShape. In frame 1 I have the following code: createjs.Tween.get(this.testShape, {loop:true}).to({y:240}, 1000); When I run this it loops infinitely as expected but what I want is for it…
popClingwrap
  • 3,919
  • 5
  • 26
  • 44
1
vote
0 answers

In Animate CC how to load an image dynamically

Creating an Intro in Animate CC and I have to load images dynamically fetching the image source from a Json file. img source is driven dynamically from .net to Json. there is no click event. image will be in any format. I am not a coder. please help…
Chris
  • 11
  • 3
1
vote
2 answers

Load html5 canvas publish of animate cc multiple times

The publish output of Animate CC gives html file and js file. I want to draw the same drawing two times in the same canvas. From this example, i want to have output as How can i change the javascript to achieve this without having two canvas tag? I…
Amit Kumar
  • 620
  • 4
  • 17
1
vote
1 answer

Will this work against cheat engine?

I started programming a few months ago. I'm making a complete client side game in Animate CC, so I'm trying a simple measure against memory scan software. I'm trying to avoid people to change my money variable. var canMoneyChange = false; var money…
Dave
  • 53
  • 1
  • 5
1 2
3
15 16