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

Gaps appear inside the sprites from SWF

I'm using Adobe Animate to draw assets for my game, however, small gaps appear between different parts of the sprite. How to fix it? Comparison between how it appears in Adobe Animate and how it appears in game:
Gulvan
  • 305
  • 2
  • 12
4
votes
0 answers

TypeError: child.transform is undefined Pixijs Webpack

I am developing a game based on pixijs, in which animation is generated using Adobe Animate and Pixi-Animate and all this setup is configured with nodejs 8.11.1 and webpack 4. But when I load my texture on Pixi Animate getting the following…
Sahadev
  • 1,368
  • 4
  • 18
  • 39
2
votes
0 answers

Responsive HTML5 Canvas - make stage and objects resize, objects keep aspect ratio in Adobe Animate CC

i’m trying to achieve a specific type of responsiveness in my html5 canvas project created with adobe animate cc. i would like the stage to dynamically scale and reshape so that both the width and height are always the same size as the browser…
2
votes
1 answer

How can I prevent the softKeyboard from hiding textField in landscape fullscreen mode on adobe air?

When I put an Input textField on stage in an ActionScript Adobe Air and click on it, the softkeyboard comes up but behaves differently in fullscreen landscape. In normal landscape, the softkeyboard comes up and allows me to edit my field without…
trafal
  • 23
  • 3
2
votes
0 answers

Adobe Animate AIR 30/32 Invalid Bitcast

I am getting Invalid Bitcast error when trying to compile with Adobe AIR SDK for app store. What I've tried: Tried with SDK 30 and SDK 32 - same error Removed temporary files Removed all ANEs I tried removing all code and it worked I built a…
2
votes
1 answer

Saving a high-resolution bitmap from vectors in Adobe Animate

Is there a way to let the player save a high-resolution image of the game, while still maintaining all effects? For example, I have glow filters set to 2px. When I use the regular drawBitmap, everything is pixellated and the filters don't look…
2
votes
1 answer

actionscript 3 stretching and rotating a movieclip arrow with drag

I am quite new to actionscript, and a bit stuck now. I am trying to make an arrow that is fixed at one end, but the pointy end should be draggable with mouse drag, thus streching and rotating the arrow. It would be also great if I could keep the…
Murmeltier
  • 23
  • 1
  • 3
2
votes
1 answer

Adobe Animate Starling Error

I have created hungryherogame (recreate) in adobe animate using starling framework.. download from this address below : ( http://www.test.farsvila.ir/animate_starling_Error.rar ) package { import flash.display3D.textures.Texture; import…
1
vote
0 answers

Adding dynamic inputs to a symbol in an animate html5 document

Am trying to add an input to a symbol in an html5 file using adobe animate, but the inputs is not seen on stage but I can see it when i console log Here is the script; var symbolInstance = this.pos; var inputElement =…
aircube
  • 11
  • 1
1
vote
0 answers

I'm having trouble using TextInput boxes for user input and output coding on Adobe Animate

I'm using TextInput boxes for users to put in numbers and for my code to output new numbers but when I go to click the button to make the calculations and output nothing happens. Each box has an instance name and my button is labeled. Can you tell…
cpez21
  • 11
  • 2
1
vote
1 answer

Can we recall a set of variable inside the Sequence Array?

I'd like to ask about my program bcs it doesn't work correctly. I want to recall a set of variable in two different Sequence Array. Here is my code. // Array of Arrays var SequenceGo:Array = \[ {dt:dt1, P:P1, s0:s01, s:s1}, {dt:dt2, P:P2, s0:s02,…
1
vote
0 answers

Why can't I see my messageField created from class file?

class Game { constructor(root, lib) { this.root = root; this.stage = this.root.stage; this.canvas = this.root.canvas; this.messageField = this.root.messageField; this.lib = lib; this.init(); …
subtlefly
  • 11
  • 1
1
vote
0 answers

GotoAndStop in Adobe Animate

So I'm very new at writing code and I'm having trouble trying to create a slideshow/book and I've got the next and prev button working. But I want to have Tabs on the side that when you click on them it will go to that frame that has the picture and…
Jamie
  • 11
  • 1
1
vote
1 answer

hitTestObject is not working in actionscript class

I am trying to test if the bullet defined in the .as file is touching the player defined in the .fla file. I have this if statement in my .fla file if (spaceBarPressed == true) { var eb = new EnemyBullet(player) stage.addChild(eb) eb.x =…
Master_JLM
  • 46
  • 1
  • 7
1
vote
0 answers

Why can I see some HTML5 banners locally but others not?

So client is wondering why is it that some the banners I've built can be seen and others not and I have no good reason. Why is it that some HTML5 banners show locally and others not? I have reviewed the code on my own banners as well as others that…
DiBobble
  • 21
  • 5
1
2 3
10 11