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

AS3 Custom Cursors Invisible

I've made a new question since it makes sense since the problem isn't the same anymore. I'm making a colouring game. CanvPark_mc is the Movieclip with the details of creating the canvas and where all the brush details are located. The Huge, Medium…
0
votes
1 answer

AS3 Custom Cursor On Click

I'm working on a painting game, that once you click on the brushes, the mouse switches to the graphical counterpart of said brushes and will let you paint on screen. If no brush has been selected, the mouse will remain the same. The Rectangle and…
0
votes
1 answer

AS3: How do I reference a Scene in code?

I have objects in the main scene and I wish to reference them on a movie clip. If it was the other way around, I could do Movieclip.button_btn(...) What is the equivalent to do that but with a Scene?
0
votes
2 answers

Adobe Animate CC- Dynamic text layer pulling from JSON or TXT file?

I've create a basic HTML5 Canvas animation in Adobe Animate CC 2015.2 with a 3 line headline. I need to be able to feed the text in from an external file to be able to change it for translating into different languages. Is there an easy way to do…
0
votes
2 answers

HTML form in Adobe Animate CC

How to insert a HTML form to a website designed using Adobe Edge Animate CC. Is there any simple way to implement ? Please Help!
user5959404
0
votes
1 answer

"Mute All" action in Animate CC

I'm trying to make a paged interaction, where at anytime a user can click on a button to take them to any other page. Each page is just a point on the timeline where it stops, and plays the page movieclip. like…
Mike
  • 48
  • 1
  • 14
0
votes
1 answer

How to recombine html5 Animate-CC Publishes (because the file was too big before)?

I have an html5 canvas project that's made to function as a multi-page eLearning interaction. Each "page" is designed to be a movieclip set on a main timeline, and buttons (page indicators) just use gotoAndPlay(); to get to the right page. I ran…
Mike
  • 48
  • 1
  • 14
0
votes
0 answers

Test SWF full screen w/ Flash CC/Animate CC

When pressing CTRL+ENTER to test the SWF the generated HTML seems to always use pixel in size format. I'd like the HTML to use a percentage say 100% in format, so that I could test the SWF full-screen. Is this possible? I'm using Animate…
Jack X.
  • 85
  • 2
  • 10
0
votes
1 answer

Fix CreateJS in Adobe Animate HTML5 Ad for IE9/10

I'm creating an HTML5 ad in Adobe Animate CC, which in itself is fine. I'm trying to put in place browser fallbacks. When I test the ad, it displays fine except for in Internet Explorer <= 10. What's odd is that, per this whitepaper by Cory Hudson,…
Matt Mc
  • 8,882
  • 6
  • 53
  • 89
0
votes
2 answers

TypeScript exporter from Animate CC

is there any plane to create TypeScript exporter for Animate CC ? or is a tool that help converting the result JS to TypeScript ? regards
Hani Safa
  • 91
  • 5
0
votes
0 answers

How to load an external image (generated on the fly) in Adobe Animate CC?

Problem I'm building an HTML5 banner with Adobe Animate CC (replaces Adobe Edge Animate). I have to integrate an external GIF called via the following URL: "https://widgets.mobilenorth.eu/widgets/counter/0574PromoKidsFR". It should start and end at…
Sven
  • 1
  • 2
0
votes
2 answers

Way to handle colors visually/manually AND with code, in Flash/Animate?

I used to use a lot of Filters in Animate, and it was glorious because I could make a color filter by hand, see what it looks like, and then integrate code into that too, eg: object.filters = e.currentTarget.filters; But I'm trying to be good and…
ola.rogula
  • 307
  • 1
  • 9
0
votes
1 answer

How to get the canvas element without jquery from Animate CC 2015

I'm trying to access movieClips from Animate CC 2015 via external javaScript file through the canvas. (I'm avoiding jQuery for file limit restrictions). All clips have instance names, in the past I had no issues using jQuery and…
ulittle
  • 156
  • 1
  • 6
0
votes
2 answers

Flash An Error- 1013: The private attribute may be used only on class property definitions

I'm trying to make a timer countdown, I believe I have all the pieces there its just keeps giving me this error when whenever I test it. Any idea what's going on? package { import flash.display.MovieClip; import flash.events.TimerEvent; …
0
votes
1 answer

Controlling an Animate CC animation in javascript

With Adobe Animate CC - is there a way to control Symbols from a javascript file? For example, canvas = document.getElementById("canvas-octo"); exportRoot = new lib.octo(); stage = new…
JCoulam
  • 181
  • 2
  • 13