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

Flash actionscript 3.0 How to go to an specific scene based on a button from an earlier scene?

So I have made 4 scenes. In the first scene there are 2 buttons, they both go the same next scene. In this next scene there's another button, but based on which button you clicked in the first scene, you go to the next. Lets make it more…
Gíp
  • 3
  • 7
0
votes
2 answers

AS3 animate dynamically created movie clips with ENTER_FRAME

I have some code which loads a movie clip from the library, reproduces it and spreads it around the stage in different sizes, positions and rotations. What I can't figure out is how to then animate each one with an ENTER_FRAME event listener - So…
0
votes
1 answer

As3 set set end-Date using value in array

i want to make end-subscription after admin enter the value/date into text_box then it will push to array,after that i want when time reach the date that been enter the application will exit. But I don't know the method. below is my code var…
0
votes
1 answer

Looping in Adobe Animaate ActionScript 3.0

I'm trying to run code to show 30 different images each that have their own 30- second music clip using ActionScript 3.0 in Adobe Animate CC. I'm having a problem trying to loop through the set (load the next image after the song for the image shown…
0
votes
2 answers

Actionscript 3 - alternatives to .hitTestObject or position constraints

I need to detect when MC2 is over MC1 that it is inside MC1's borders. to do this I would usually use 4 separate if x y constraints, and unfortunately .hitTestObject in my creations also seem to need 4 separate if x y + - constraints. Does anyone…
Sean Carroll
  • 107
  • 1
  • 14
0
votes
1 answer

SWF cannot load local XML file in browser

I need a local SWF to load a local XML file when running in a browser. The SWF and XML are placed locally on my HD in the same directory, which - as far as I understand - should be OK? But in a browser the XML does not load - output reads "begin"…
0
votes
2 answers

Animate CC (canvas) how to access variable inside e.currentTarget?

If I have a movieClip on the root timeline with the instance name of box. Inside the MC I have a colored square shape and the following code: myNum = 5; EDIT: In desparate act to get any response I have also on the line below: var myNum = 3; just…
Michael
  • 119
  • 1
  • 13
0
votes
1 answer

How can I load library assets from a separate project at runtime?

I'd like to set up a project so that there are two HTML5 createjs projects, with one loading assets from the other at runtime. This is so that I can have part of my project that's shared across lots of files, and can be updated separately. Ideally,…
Jezzamon
  • 1,453
  • 1
  • 15
  • 27
0
votes
1 answer

Adobe_Animate module does not initialize properly with requirejs

The self invoking module exported by Adobe_Animate does not initialize properly with requirejs. The module (Test.js) looks like this: (function (cjs, an) { var p; // shortcut to reference prototypes var lib={};var ss={};var img={};…
Stig
  • 1
  • 1
0
votes
0 answers

Make MC visible depending on how make key presses AS3

Probably another easy one, but after hours of searching and trying I still cant get this working. I have a keypad with 10 buttons (0 - 9) - I want to create a variable that stores the number of key presses on the keypad and displays each MC…
frltd
  • 13
  • 7
0
votes
1 answer

Stop All Animations In Stage

I'm using Animate CC 2017 to create HTML banner animations. After certain time, I like to stop animation. This code below stops the main timeline: setTimeout(function(){ stage.getChildAt(0).gotoAndStop(90); }, 1000); But if there are other…
0
votes
1 answer

Adobe Animate EXE and Analytics

I am trying to find a solution for integrating Google Analytics into an Adobe Animate exe file. I know there is information about plugging Google Analytics into Flash, which I had hoped would work in Adobe Animate CC, but it does not. Has anyone…
0
votes
3 answers

Adobe Animate CC 360 Spin

I am trying to create a simple 360 spin in Adobe Animate CC. So the user needs to drag the image left and right to change the frame of an movieclip. (i have a car rendered in a 360 degree animation in 32 pictures) I have the following…
-1
votes
2 answers

get var from inside a function to return it AS3

I have this static public function berechne() and I want this function to return data. But data is inside another function, so I can't access it outside the function to return it. I also can't let the second function away, because it is necessary to…
-1
votes
1 answer

How to wait till adobe animation canvas drawn in iframe?

Adobe Animate Canvas generates content and I attach that content in iframe. Then canvas is drawn and various script variables are created in iframes document. I need to access variable 'stage' that is generated when iframe of adobe animation is…
LuckyLuke
  • 1,028
  • 2
  • 14
  • 28
1 2 3
10
11