Questions tagged [adobe-animate]

Adobe Animate is an app (the next generation of Adobe Flash) to create animation for the web and also support the old format .swf

Adobe Animate is part of the Creative Cloud suite, and as of this has been renamed Adobe Animate CC 2018. Its latest update was on October 18th 2017.

http://www.adobe.com/il_en/products/animate.html

157 questions
1
vote
0 answers

Trouble uploading html zipfile to Google Adworks

Hey I’m having trouble uploading a html5 banner advert to Google Adworks, it passes all of the checks apart from the relative asset check. I get this error message come up and I’m not sure what the solution is. I’ve tried removing the bit of code …
DBass
  • 11
  • 1
1
vote
0 answers

Adobe CC motion presents in HTML5 Canvas

I've created a simple animation which uses the motion present "fly-in-blur-right". Here's how it moves within the stage: When I output to HTML5 Canvas, it converts the animation to a classic tween, moving from one point to another. I receive the…
Sam
  • 1,401
  • 3
  • 26
  • 53
1
vote
1 answer

Key-up events in Adobe Animate CC (HTML5 Canvas)

I am creating an interactive product in Adobe Animate CC 2017 using the HTML5 Canvas. I am trying to detect a keydown and keyup event on the arrow keys so that I can animate a character walking when the user presses the arrow key. I need to listen…
ALR
  • 441
  • 2
  • 7
  • 19
1
vote
1 answer

How to smooth 'zoom' and 'pan' of image in as3

I am using ActionScript 3 in Adobe Animate to zoom and pan for drawings. Whenever the center button in the control panel is clicked, the image doesn't appear in the center, it appears a bit right below.. Example of how photo inside MovieClip is not…
1
vote
1 answer

how to export adobe animate CC fla to illustrator CC

I am trying to export an adobe animate CC file to illustrator CC. I have googled but they tell you to export as SVG. I haven't got that option and I have the latest 2017 release. Any help would be appreciated.
user3149225
  • 93
  • 1
  • 11
1
vote
0 answers

Exported Adobe Animate User-Interface Components, behave weirdly in the IntelliJ IDEA

I've exported some of the User-Interface components inside of the Adobe Animate into a .swc file to be used at runtime: public class Main extends Sprite { public function Main() { var checkbox:CheckBox = new CheckBox(); //…
user5222086
1
vote
1 answer

Adobe Animate JS Output File

What is the purpose of the JavaScript CreateJS file exported with a sprite sheet from Adobe Animate and how, if possible, can it be used to assist in asset creation with CreateJS?
1
vote
2 answers

EaselJS Drag Drop - With Drag Drop within Responsive Publish

Software: Adobe Animate Type: HTML5 Canvas Publish Settings: JavaScript/HTML (Loop Timeline | Include hidden layers | Center Stage: Both | Make Responsive: Both | Scale to visible area: Fit in view) I've created a circle and converted it to a Movie…
1
vote
1 answer

Is it possible to loop this createjs.sound?

I've used this script to make it possible to turn on and off my audio. However, as I don't have an option to click and loop my song on my timeline. When this song ends, it doesn't play again. I would like to know if I can add something to this…
1
vote
1 answer

Disable button on frame label once I used it?

I think I'm doing it right as I have some references from this forum. My question is (not only for me but for some co-colleagues and I also think it can help other users). I have this original frame, imagine something as a map, and then I press a…
Sara Silva
  • 85
  • 2
  • 8
1
vote
0 answers

EaselJS how to change dynamic text inside a clip

I have a clip with 3 frames. Every frame has a Dynamic Text object. I need to change dynamically those text contents. But... if I change the text, for example with instruction: my.object.text = "new content"; I see in console log that this…
Zauker
  • 2,344
  • 3
  • 27
  • 36
0
votes
0 answers

EaselJS: update tweens as fast as possible while playing MovieClips at 30 FPS

I have Adobe Animate project exported to HTML5 which uses CreateJS as a backbone. All animations in AA (in terms of MovieClips) seem to be implemented with 30 FPS in mind. So, when I have CreateJS ticker defined like this: …
Slaus
  • 2,086
  • 4
  • 26
  • 41
0
votes
0 answers

Can Adobe Animate CC export be imported in Vue 2?

I've been trying to turn the export into a Vue 2 component but for some reason it does not work. Here is the component I've got so far: