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

"TypeError: Error #1010: A term is undefined and has no properties." in Adobe Animate

i am creating a game rn, and i have popup feature on my game,i make 2 popup for my game, but when i aplly the code for the second popup, it doesn't work, can you help me by seeing my code, thank you. there's an error appeared. TypeError: Error…
0
votes
1 answer

Question about hide button on click or show

How can I force my button to hide or show or change appearance on click? I use actionscript3 by adobe animate. Mouse over and mouse down are working. But on release I see mouse up image. Note: I shouldn't have more than one scene because all of my…
0
votes
1 answer

How do you display google sheet data in Adobe Animate?

Just a quick one. Someone I know is using google sheets as a Read database. Their data needs are very small so that's what they want to use. I have built an App in Adobe Air and this person wants to be able to display the sheet data inside this app.…
James
  • 1
  • 2
0
votes
0 answers

Adobe animate : scene was not found

if my output says that "Attempting to launch and connect to player using URL .... after decompression. ArgumentError: Error #2108: Scene materi was not found. at flash.display::MovieClip/gotoAndPlay() at…
0
votes
0 answers

Update Score when bullet hit specific object

I am trying to update my score only when hitting on one specific object, out of 4 types of different object spawned. Code that I have made updateScore when all objects are hit. I just cant figure out on how to update score only when it hit 1 type…
0
votes
0 answers

Print button in as3 adobe animate

I have two keyframes in the main timeline I want to print when the user clicks a button on frame 1. I am trying to do this with the code below but although I get the print dialogue to come up it doesn't see to add the pages. Not sure if I am…
0
votes
0 answers

How to open Adobe animate project in Xampp

I have an old Adobe Animate project and I want to add a feedback scene at the end which will require the user to send an email with their feedback. In order for this to work I have to place my project in a server and I used Xampp, I placed the whole…
r2000_na
  • 49
  • 7
0
votes
1 answer

Movie clip equivalent in Google Web Designer

Simple question: Does google web designer have something similar to a movie clip in Flash / Adobe animate cc? If not: why is that? info: A movieclip is like an animated element of which the timeline runs completely independent of the main timeline.
Bigman74066
  • 408
  • 4
  • 12
0
votes
1 answer

Unexpected variable reassignment in Adobe Animate using JavaScript

I have very recently started playing around with Adobe Animate + JavaScript. I am trying to increment a variable every tick. When in Adobe Animate project, at some point I encountered unexpected behaviour when reassigning variables inside an event…
Sarunas
  • 65
  • 7
0
votes
0 answers

How do I create a dynamic lower thirds i AS3 based on width of dynamic text

This is for big screen event and i've only got a inputfield in another program to work with. So i've got some dynamic textfields which are for commentator / experts name and title called name & title. i really like to mask the underlining bg shape…
0
votes
0 answers

Stop scene from symbol actionscript

I'm new to ActionScript. I have a scene with a timeline, and inside the scene, I have a symbol with its own timeline started animation at frame 10. I want the scene to stop when the symbol animation hits frame 60. I can use a scene action script to…
Youssef Maouche
  • 175
  • 1
  • 2
  • 10
0
votes
1 answer

How to access createjs instance from zim npm

My project is developed using createjs in react framework. I have added zimjs npm in my project. on console.log(zim) I found zim object contains window.createjs, I can't figure out how to access createjs library. I don't anything for this in zim…
Amit Shakya
  • 962
  • 3
  • 16
  • 30
0
votes
0 answers

How can I add more colors to color picker component palet? (Adobe Flash/Animate)

I want to add more colors as in the basic Adobe Animate Color Picker component color palet (see picture), but I dont't know how. Currently I only have this code: Re-imagined new color picker: This is my code: import…
0
votes
2 answers

1084: Syntax error: expecting rightparen before colon

I'm new to ActionScript and I'm confused about these two errors. I already have some prior coding experience from other languages. Scene 1, Layer 'Actions', Frame 1, Line 78, Column 20 1084: Syntax error: expecting rightparen before colon. Scene 1,…
0
votes
1 answer

TextEvent.TEXT_INPUT does not work as expected

Hello there i had another problem but this one is weird and does not work as expected I had a text input component i add a function to it, when a user type a text it start to search in an array, the problem is when i type the first letter the…
Ali Nabeel
  • 50
  • 5