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
votes
1 answer

Adobe Animate video for mobile

I'm working on an HTML5 banner in Adobe Animate. In this banner, I am using a video. I know that video can't autoplay on iPhone and iPad, so I just want to show a static image, but I don't know how? Until now i used the "poster-image" of a still…
-1
votes
2 answers

Am I using `button.disabled = true;` incorrectly?

I'm trying to build an interaction in Animate CC that plays movie clips, and the buttons disappear after they are clicked. I'm trying to disable the other buttons temporarily while the movie clip plays over the main background, but it's not playing…
Mike
  • 48
  • 1
  • 14
-1
votes
1 answer

TypeError: Cannot read property of instance

I'm trying to make eye following for cursor like this http://www.flashuser.net/eyes-following-mouse-cursor-as3 in Adobe Animate 2015 function getMousePos(canvasDom, mouseEvent) { var rect = canvasDom.getBoundingClientRect(); return { x:…
leporel
  • 23
  • 4
-1
votes
1 answer

How can i add cash to shapes generated from animate cc

How can i add cash to shapes generated from animate cc i don't want to miss with the file generated from Animate CC , in addtion , the file get complected quickly regards
Hani Safa
  • 91
  • 5
-1
votes
1 answer

How can i add oncomplete evetn to movie clip generated from animate CC exporter

i have a canvas project created by Animate CC , i need to add "onComplete" event to a movie clip generated from Animate CC canvas project , the solution present from createjs site : target.alpha = 1; createjs.Tween.get(target) .wait(500) …
Hani Safa
  • 91
  • 5
-1
votes
1 answer

Random frames (no repeating frames) HTML5 canvas for Adobe Animate CC

I have a very strange problem, I'm a designer, I do a little bit a programming, now working on a HTML5 canvas project. I'm applied the code this.btn.addEventListener("click", fl_MouseClickHandler.bind(this)); function fl_MouseClickHandler() …
zybertime
  • 1
  • 1
-1
votes
1 answer

EaseJS Drag & Drop (Animate CC) Mouse coordinates of Movie Clip

Im working on slider: volume, timeline, screen brighness, ect. but I cant get actual movie clip X coordinates, all I get is parent HTML5 canvas coordinates, not actual "DragZone" coordinates. I just dont get it, how do I need to code…
-1
votes
1 answer

How to stop item from going back to original place?

This is a drag and drop matching game, my question is how do I stop the items from going back to its original place when I matched it wrongly? I want the items to stay. Please explain in details for me, would appreciate it a…
CHIGGAJX
  • 41
  • 8
-2
votes
1 answer

Object is not moving proper with mouse movement in mobile devices

I am trying to move an object with mouse using pressmove event on the object. In PC and Tablet it is working well. But, in the mobile devices it is not working well as those have different width and height. You can view the following…
-2
votes
2 answers

multiple ADOBE ANIMATE CC buttons to control the timeline not working

I have to control the timeline of an animation for html5 canvas. I made all buttons and edited all codes. strangely all buttons execute the same…
1 2 3
15
16