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
2 answers

Adobe Animate CC - Export WebGL with transparent background

I've been trying to find a way of exporting a WebGL project with a transparent background in Adobe Animate CC. I've tried setting the CSS background-color to transparent, but that didn't work, and it doesn't appear that there are any preferences in…
JCoulam
  • 181
  • 2
  • 13
0
votes
1 answer

globalToLocal not behaving as I expected? (pretty sure I'm just not getting it)

I've asked a few questions on this already, for other issues on it, but I've almost finished it! I'm working on a Drag and Drop interaction in Animate CC, and I've almost got it working. It recognizes on drag and on drop, but the locations on the…
Mike
  • 48
  • 1
  • 14
0
votes
1 answer

Drag and Drop not recognizing child of drag object in Animate CC

I'm trying to make a drag and drop, but it's been giving me a bunch of issues. I fix one and another comes up. I had it working where it would see if any part of my drag object entered a target area, but I wanted it to just recognize one part (it's…
Mike
  • 48
  • 1
  • 14
0
votes
1 answer

Actionscript 3.0 Preloader Instantly Finishes

I have had a lot of trouble trying to make a preloader work in Actionscript 3.0. I'm also using Animate CC. So to try to figure out how to even make it work, I downloaded Simple NG Loader from Newgrounds…
0
votes
1 answer

Launching apps made with Air for Android stand alone

Do Air for Android apps need Adobe Air to be pre-installed on the device to run?
0
votes
2 answers

How to continue formatting of box through key frames

I'm making a quiz in flash using action script 3. The code below makes the text smaller if it goes over 2 lines so it can fit in the question box. This works! However, when you change key frame the formatting of the box changes. For example, when…
alan smith
  • 127
  • 1
  • 11
0
votes
1 answer

How do I get Animate CC to recognize drops in my drag and drop?

I'm trying to build a drag and drop interaction in animate CC using a movie clip symbol. The goal is for it to animate when it's dropped in a drop area. I've seen, but haven't implemented a sprite sheet for that, but it seems like a good…
Mike
  • 48
  • 1
  • 14
0
votes
1 answer

Flash Commands for Exporting Jpg. in Adobe Animate CC

I made a game that would allow users to dress up my company's logo. The problem is that I am a total coding novice and I'm stuck on a task that is pretty difficult for me. I want to export just the logo and the items that the user places on it.…
Coding Novice
  • 437
  • 2
  • 8
  • 22
0
votes
1 answer

Event does not happend on moving symbol in Animate CC (HTMLCanvas)

Hi this code is working well on moving symbol(classic tween) var frequency = 3; stage.enableMouseOver(frequency); this.movieClip_1.addEventListener("mouseover", fl_MouseOverHandler_9); function fl_MouseOverHandler_9() { alert("Moused over"); …
0
votes
1 answer

How can I trigger a Button Rollover from a function call in Animate CC?

When you create a Button Symbol in Animate, it has the Up, Over, Down states. Is there a way to trigger that button Over state from a function? something like: button.onRollOver(); Thanks
Retropunk
  • 19
  • 1
  • 5
0
votes
2 answers

Use Animate scene in existing website

I have created an animation in Adobe Animate CC, which I want to use on an existing website. My folder structure is: - root/ - src/ - html.index - generated/ - symbol/ - symbol.js - images/ - image.jpg The…
uldall
  • 2,458
  • 1
  • 17
  • 31
-1
votes
1 answer

Convert getClass from as3 to html5 canvas

I'm trying to convert my as3 project to html5 canvas using animate cc I have the as3 code below to clone MovieClip on stage and need it using html5 canvas. function getClass(obj:Object):Class { return…
Enas S3efan
  • 81
  • 1
  • 11
-1
votes
1 answer

Actionscript 3.0: How to create fast forward button without skipping any code written on particular frame?

I've made 3 layers. 1 layer as follows: I've created fastForward & fastPrevious buttons using ** > function whatever() { frame=currentFrame+90; this.gotoAndPlay(frame); } ** I wrote down this code in the beginning of this layer 1. Layer 2 as…
-1
votes
1 answer

Most of audio not playing in HTML Canvas after this.gotoAndPlay(1+Math.random()*3456);

I have an animated HTML Canvas that I produced in Animate cc The whole thing ran well with all audio playing in sync to the animation. But I needed to load it from a random point, which I accomplished using the following…
Magnomic
  • 1
  • 4
-1
votes
1 answer

External video will NOT loop

I am frustrated by this problem and cannot understand why the code that works for others does not work for me. import fl.video.*; video_player.addEventListener(fl.video.VideoEvent.COMPLETE, completeF); function completeF(e: fl.video.VideoEvent):…
pstadnyk
  • 1
  • 2
1 2 3
15
16