Most voted "actionscript" questions
Actionscript is the open-source object-oriented programming language (POO) of Adobe Flash and the AIR platforms. The latest version AS3, is widely used for RIA’s, mobile apps and desktop applications. (Actionscript 3 is a dialect of Ecmascript.)
Learn more…7 questions
Sort by count of
-
3
votes0
answers102
viewsHow to detect when 3 equal numbers come out and show a message?
Good afternoon, I’m making a scratch card in Actionscript and PHP. I have 9 boxes and when I click the buy button it goes to a PHP file and generates in a cycle is a Rand of random numbers to be…
-
3
votes0
answers268
viewsHow to make flash animation like a scratch card?
I’m doing a flash slushee and I’ve got nine boxes of gray color that you’re doing right now and when I click on the boxes it changes color and shows me the random numbers of luck, what I want to do…
-
2
votes1
answer277
viewsError loading web address XML file
I have a flash game where I load the words through an XML file: var carregaPalavras:XML = new XML(); carregaPalavras.ignoreWhite = true; carregaPalavras.onLoad = function(success) { if (success) {…
-
2
votes1
answer170
viewsWhat is the best IDE to program in AS2?
I will start programming in an AS2 application and would like to know which is the best IDE to use. I searched and found these two: Flashdevelop and Intellij IDEA. I’ve worked with Android Studio…
-
0
votes1
answer54
viewsPage does not load on screen size
I want to change the code to open the screen size. I am using: import flash.geom.Rectangle; import flash.media.StageWebView; var webView:StageWebView = new StageWebView(); webView.stage =…
-
0
votes0
answers149
viewsIs it possible to recompile a decompiled flash game with Sothink SWF Decompiler or JPEXS Free Flash Decompiler?
I have many games in the format swf, but I want to collect for 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…
-
0
votes0
answers19
viewsAdobe Flash AS 2.0
My problem is that when the character moves diagonally, he doesn’t do the animation (which is the same as -x or x). Here is my script: onClipEvent (enterFrame){ if (Key.isDown(Key.UP)){…