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

How to add a list of images with Sprite. as3

I am trying, adding it to an arrangement, but only the last image added appears to me, the goal is to have several images on screen at the same time. So far this is my Code import flash.display.Sprite; var sprites:Array = []; var…
0
votes
1 answer

Changing colour of the shape clicked in HTML5 canvas Adobe Animate

this.movieClip_1.addEventListener("click", fl_MouseClickHandler.bind(this)); function fl_MouseClickHandler() { movieClip_1.fillColor = color.green; } I am a beginner here and I am unable to find any online resources which can allow me to learn the…
Bhavesh Shaha
  • 717
  • 5
  • 21
0
votes
0 answers

What do I need to do to have the new version of Animate run Actionscript 2.0?

I am currently trying to work on a old flash file that was written with Actionscript 2.0. How can I debug this file. I am trying to open it in animate but cannot figure out how to change the ActionScript to 2.0 from 3.0 (Publish settings only has…
Soxman
  • 75
  • 1
  • 7
0
votes
2 answers

CreateJS MovieClip performance issue

I'm using Adobe Animate HTML5 to create a board game to run on Smart TV (low-performance machine). All my previous games were done using AS3. I quickly found there is no way to create a Sprite anymore (A movie clips with only 1 frame). After…
Lior
  • 1
  • 1
0
votes
1 answer

How to make a class file apply an eventhandler to instance or object on main stage asides from itself?

I'm pretty new with ActionScript 3 and I'm stuck with trying to perform the following above in a class file. I tried to look for a solution online, but I can't find a suitable answers, perhaps because I'm not looking for the right search terms,…
0
votes
1 answer

CreateJS: numChildren doesn't work with code generated by Animate

So I have a bunch of movie clips on the main timeline but using numChildren property always returns 0 because the code generated by Adobe Animate adds them to the main timeline using addTween() and numChildren only work when children are added to…
DT DT
  • 378
  • 2
  • 6
  • 16
0
votes
0 answers

How to create a Drag and Drop class in action script with control features while still being generic?

Let's go straight to the question I want to do this in Adobe Animation and whit Action Script language,please help me write code Rules of the game: Each colored circle will hit its color rectangle and the circle will disappear and the will be Change…
0
votes
1 answer

How to executes a .bat file on local machine from adobe animate application?

I build a button on adobe animate project and I want to import a (.bat) file but it's open with browser. how does it open with Cmd ???? import flash.net.URLRequest; var batURL:URLRequest=new URLRequest("71.bat") function…
0
votes
0 answers

Rotate an object in Adobe Flash/Animate and ignore anchor point

Currently, I have an objects anchor point set to top left. So if I set object.X = 500, it moves the top left corner 500px in from the edge of the stage. Now, if I rotate the object 45 degrees for example, the top left corner is still 500px in from…
0
votes
0 answers

How to add score when collecting things (Actionscript 3 Adobe Animate)?

How to create an incremented score after he pickup the rubbish? I am very new on this thing and need help on coding. My code below is on a separated .as file (movieclip). As you can see, there are codes for when the player hittestobject, the…
Shizu
  • 66
  • 1
  • 11
0
votes
1 answer

How to STOP looping sound when going into next frame/Errors

I have a flash project broken up into multiple frames, with a button on each frame that goes to play the next frame. (And a movieclip on each frame that plays until you hit next frame button) On each frame, I want audio to play, and loop. But, I…
S.Joey
  • 29
  • 1
  • 8
0
votes
2 answers

Animate Actionscript 3.0 scene not found, but scene exists

My project is an interactive ebook and I created different scenes for each page ( there are 1 to 19 scenes) I need to insert some ActionScript in order to be able to return to the homepage, and go to some other pages but when I click in the button…
0
votes
1 answer

if statement skipped , uppercase letters not displaying

I'm making a mini game for my multimedia class using Adobe Animate with ActionScript 3. The first question requires the user to fill in the blanks to print "hi" like in python. the question looks like this _____("hi") then you would fill in…
0
votes
0 answers

actionscript "var myObjectInst:myObject = new myObject(params);" in createJS

Sorry about the title gore. I'm currently getting back into Animate after leaving it when we could no longer use flash at work. So now I'm trying to figure out how to do things I would have done in AS, one instance of that is creating object scripts…
James Hill
  • 19
  • 4
0
votes
0 answers

Saving Image In Adobe Animate Air For Android

See My Code. I read many blogs and also checked my XML permission all done. Image exporting into my pc but when I published APK. and I installed it on my phone. my code does not work properly. I can't saw any save image and folder in my gallery.…
Anas
  • 153
  • 1
  • 10