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

Why are there weird black lines all over my lines during motion or shape tweens?

Most of the shapes are fine after drawing them but after a while during animation these random black lines appear and can't be selected or blocked. Weird Lines Block drawn over makes more weird lines Stay there after rotation Anybody know how to fix…
Cobbi Liu
  • 1
  • 2
0
votes
0 answers

How can I force the next tick immediately in CreateJS 1.0.0+?

Under the 2015 version of CreateJS, it's safe to force the next stage tick immediately by calling update(). I've used this in a timeline "change" event handler to force the timeline to stay synced with realtime. But under 1.0.0, even though the…
ClayH
  • 3
  • 2
0
votes
0 answers

Unable to open exe file using Adobe Animate and XML configuration

Unable to open exe file using Adobe Animate and XML configuration I'm trying to open an exe file from another exe file using Adobe Animate and XML configuration. However, the code seems to be correct, but the exe file is not opening. Here's the code…
0
votes
0 answers

Adobe animated output html/js

I don't know if I'm in the right section. I'm working on adobe animated (formerly flash) with output in html and js. I have a scene where I have 2 clips (clip1 and clip2) and within these I have 4 frames of 4 different colors each with an instance…
0
votes
0 answers

How to set every other frame of motion tween as a keyframe by jsfl

How to set every other frame of motion tween as a keyframe by jsfl enter image description here How to set every other frame of motion tween as a keyframe by jsfl
qs K
  • 1
0
votes
0 answers

content tags for android accessibility for actionscript

I am developing an app in animate with ActionScript 3. When I create the aab file and upload it to the Google Play console it gives me a warning that there are no content tags for accessibility. Apparently I have to create them with…
0
votes
0 answers

Adobe Animate shows white screen before playing external videos

In preview, the FLV playback videos are delayed by a several blank keyframes. I have tried exporting the full project/media and this shows up in the mp4 also. I want to say that there are blank keyframes just after the video has played, but I can't…
0
votes
0 answers

Adobe Animate: How to make nested movie clip symbols autoplay and loop

This should be an easy question but through all my searching I cannot find anyone who even so much as mentions this: I want to make a movie clip symbol autoplay. If a symbol is a graphic then it autoplays and loops. Ok, fine. But, once I convert it…
0
votes
1 answer

Simplifying function on ActionScript 3.0

Heloo, I'd like to make an animation in my program. I've tried a function and its worked. But, this function is gonna be very very long if I continue. Here is my function. if(jalan) { dt1 += t; s1 = -A*Math.sin(w*dt1); …
0
votes
0 answers

How to set dynamic text in Adobe Animate

I've just started trying adobe animate, and I want a text field to be a certain number. this.stage.addEventListener(Event.ENTER_FRAME,hello); function hello(event) { var year = (this.currentFrame / 5) + 927; testText.text = "here is the…
Bfyuvf
  • 139
  • 9
0
votes
0 answers

how to resize dynamic text textfield to responsive if stage size change? AS3

I'm working on a puzzle game using text to arrange, for the blocks themselves I create a children DisplayObject which contains a Texfield and I set the size of the texfield using a variable because each frame has a different font size, for…
Ahlan
  • 1
  • 2
0
votes
1 answer

How to get a death animation for my character in ActionScript 3 (Adobe Animate)

So basically I have two questions. I am also copying off this video from 2014: https://www.youtube.com/watch?v=w8JgpEjm8i8&t=2792s Question 1 At the end of the video above the guys computer completely crashed and he wasnt able to show the end of how…
0
votes
1 answer

using this[ ] operator to call sharedObject AS3

it's a bit difficult to explain about this, I'm working on a slightly complicated game using score system made by me, I use the [] operator to call variable names like in this post Calling a variable given its string name the goal is that I can…
Ahlan
  • 9
  • 3
0
votes
0 answers

Can JavaScript extend an object to use another class' member methods?

A bit of background for my current issue: I've been using Adobe Animate to generate HTML5 canvas and create my front-end canvas elements: labels, text fields, and MovieClip objects as well. These are acting as my multipurpose objects. Reason being…
user2529011
  • 705
  • 3
  • 11
  • 21
0
votes
1 answer

Cannot access elements by id/name inside my HelloWorld.js from my HelloWorld.html file

I am using Adobe Animate to export a website and it gives me this folder: My main file is this HelloWorld.html. The other HelloWorld.js gets generated by Animate and here is where all of my html objects get autogenerated (labels, buttons,…
user2529011
  • 705
  • 3
  • 11
  • 21