Questions tagged as 'actionscript'

0
answers

How to do flash animation type a scratch card?

I'm doing a scratch card in flash and I have 9 boxes with definite color gray what are you doing at the moment and when I click on the boxes it changes color and shows me random numbers of luck, what I want to do and an animation like a real scr...
asked by 11.01.2017 / 10:15
1
answer

What is the best IDE to program in AS2?

I will start programming in an AS2 application and would like to know which IDE to use. I searched and found these two: FlashDevelop and IntelliJ IDEA . I've worked with Android Studio, which is said to be very similar to IntelliJ an...
asked by 29.04.2015 / 22:29
1
answer

Error loading web address XML file

I have a flash game where I load the words through an XML file ie: var carregaPalavras:XML = new XML(); carregaPalavras.ignoreWhite = true; carregaPalavras.onLoad = function(success) { if (success) { parsePalavras(); } else {...
asked by 05.02.2015 / 11:51
0
answers

How to detect when 3 equal numbers come out and show a message?

Good afternoon, I'm making a scratchpad in ActionScript and PHP. I have 9 boxes and when I click the buy button it goes to a PHP file and it generates in a loop a rand of random numbers to be shown, when clicked on the boxes, what I intend now a...
asked by 10.01.2017 / 18:09
0
answers

Flex 3: Adding an image to an AdvancedDataGrid

Good morning, I am modifying an old project in flex 3 and I need to create an AdvancedDataGrid as shown in the image example: Ineedtoindividuallyaddtheiconsinthefirstcolumn.IhaveanarraywiththeinformationofwhichiconsIhavetoadd.Atthispointmyta...
asked by 29.12.2018 / 12:39
0
answers

Adobe Flash 2.0 Inventory

I'm trying to do some sort of inventory in Flash in AS 2.0. But as much as I try the objects either do not go to the site or do not intersperse with each other. I used the Scripts: george = 0; manuel = 0 function onEnterFrame() { if(key.hi...
asked by 21.06.2018 / 22:36
0
answers

Adobe Flash AS 2.0

My problem is that when the character moves diagonally, he does not do the animation (which is the same as -x or x). Here's my script: onClipEvent (enterFrame){ if (Key.isDown(Key.UP)){ this.gotoAndStop(2); } if (Key.isDown(Ke...
asked by 20.06.2018 / 16:35
0
answers

Is it possible to recompile a decompressed flash game with Sothink SWF Decompiler or JPEXS Free Flash Decompiler?

I have many games in swf format, but I want to recompile to swf in Adobe Flash CS6. The problem is that they are in ActionScript 1 and ActionScript 2, how can I recompile? Another problem is that I have many files in .as t...
asked by 20.06.2017 / 22:03
1
answer

Page does not load in screen size

I want to change the code to open in screen size. I'm using: import flash.geom.Rectangle; import flash.media.StageWebView; var webView:StageWebView = new StageWebView(); webView.stage = this.stage; _stageWebView.viewPort = new Rectangle(0...
asked by 07.03.2016 / 12:44