ActionScript 3 (AS3) is the open source object oriented programming (OOP) language of the Adobe Flash and AIR Platforms. AS3 is widely used for RIAs, mobile apps, and desktop applications. (ActionScript 3 is a dialect of ECMAScript.)
8
votes
4answers
11k views
How do I find the length of an associative array in ActionScript 3.0?
Is there a simple way to retrieve the length of an associative array (implemented as an Object) in ActionScript 3.0?
I understand that there are two primary ways of creating associative arrays in ...
0
votes
1answer
19 views
ActionScript 3 - save movieclip “state” between different frames
We're developing a prototype for an university exam, using FLash CS6 and AS3.
We are building a device to manage the hospital's food service, but we encountered a problem with the handling of the ...
2
votes
1answer
32 views
Undefined index when trying to GET variable
In my Flash file I have the following Actionscript code:
gameEnd.submitBtn.removeEventListener(MouseEvent.MOUSE_DOWN, submitScore);
The submitScore function is as follows:
public function ...
0
votes
0answers
11 views
How To Use “Direct Input” Instead of Keyboard Events In ActionScipt 3?
As you may know in "real" games you need to check if a key is pressed at this time. Right now I'm using events and I remember if last event was a key-up or key-down to know if a button is held down.
...
-2
votes
1answer
16 views
AS3 game with levels as movieclips?
I am making a game and each level is contained in a sprite. When I exit a level the sprite is removed from the stage and set to null. The problem is that all of the variables and event listeners ...
1
vote
0answers
23 views
ActionScript 3.0 How to create ProgressEvent instances in for loop with multiple files loaded from XML
Since I developing some app I encounter some problems with ProgressEvent.PROGRESS. I try to assign this event do every image that is loaded from XML data. Every single image that is last called ...
0
votes
4answers
92 views
AS3 How to communicate between frames
I have been writing a game in timeline code. I want the different frames (rooms) in the game to be able to share information between each other. Of course, timeline code is limited to the frame it ...
0
votes
1answer
243 views
event listener won't work second time around AS3
I'm stuck! If I need to go into more detail please just leave a comment and I will elaborate.
I've tried to create some code that dynamically adds linked objects to the stage and then removes then ...
0
votes
2answers
21 views
Character Jump with Animation
Im trying to create a platform game but im struggling with the jump part of the game. I have got the jump working but when I try to add the animation it goes all wrong. When I hit the jump button it ...
0
votes
1answer
13 views
How can i move code from a frame to another so i can create a menu?
i'm creating a videogame and so far i've been messing with it on the frame 1 since it's code just needed a frame to run, altho, now i have come to the place where i want to create a menu, and so i was ...
0
votes
2answers
46 views
How to move a flex page from bottom to top?
I have a Flex component that is very long. I want to add a save button in the bottom of component. when i click on save button i am changing the state where it displays another component. Do anyone ...
0
votes
1answer
10 views
Custom Mouse Pointer in Flash AS3
I have created a game with custom mouse cursor. the problem is, its not always on top of all moiveclips. I am keep adding new movieclips on every stage. I searched through the net but not got the ...
0
votes
1answer
11 views
how do i loop instance name without using “this” keyword?
I created a square and saved it as a movieclip called starContainer, i draged three of them on the stage and gave each one instance names in my flash cs6 named - goldStarContainer1, goldStarContainer2 ...
0
votes
1answer
21 views
Toggle sound button?
Say I have two buttons, green and red. How do I make it so that when the green button is clicked once, it stays red until it is clicked again? I want to make a button to mute and unmute music. I am ...
0
votes
1answer
42 views
push objects that equal true, into an array
I have an enemy hitting a bunch of tiles, and through a loop, I check all the tiles if the enemy is hitting them. I trace them and some will tell me if it's true or false. I want to be able to get the ...
0
votes
1answer
7k views
how do I stop a scene and play the next scene in adobe flash cs6 actionscript 3.0
I'm trying to make a loop animation scene where its like an eye opening and closing. I have one black rectangle that goes down and meets with another black rectangle going up to create the blink ...
0
votes
1answer
54 views
Show hiscores within Flash?
I am creating a game in Flash using Actionscript 3 and the game is to be integrated into a Facebook app. My question is how do I go about creating and showing a hiscores table within my game?
The ...
0
votes
1answer
21 views
IPA setup creation FAILED
I'm trying to build AwayPhysics for iOS.
But when i compiling release/ad-hoc or even (slow-debug) under FD:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at ...
0
votes
1answer
18 views
actionscript 3 edit dynamic text in main fla from class file
I am trying to code a card game, but I am stuck with a betting system...
Here is my script of .fla file:
set var pot:int = 0;
set var money:int = 100;
set var smoney:String = money + "$";
...
-1
votes
1answer
29 views
Choice of a physics engine for Flash [closed]
I have been programming for a few years in Flash and in Unity. I made a bunch of games with the physics engine included with unity, but I am now working on my first flash game that needs physics. What ...
0
votes
1answer
376 views
loading gif animated image in flash AS3 by support of as3gif project
Having problem to load external image in gif player.
I am using as3gif class package
This is working :
import flash.display.Sprite;
import flash.net.URLRequest;
import ...
2
votes
1answer
53 views
Actionscript equivalent of “eval”
I'm looking for an Actionscript equivalent for Python / PHP / etc.'s eval() function, which dynamically executes code from an arbitrary string.
0
votes
0answers
9 views
How to move a 3D object to a global coordinate AS3?
Let's say I have a movieclip in 3d space, and want to move it to a specific x/y coordinate in global coordinates, but keeping it at it's Z position. How do I do this? It's much as if you drag an ...
0
votes
2answers
28 views
ActionScript Call Function from JavaScript
I'm trying to call a very simple JavaScript function from ActionScript but I can't seem to make it work. Here is my code:
JavaScript
function alert() {
alert("hi");
}
ActionScript
...
0
votes
1answer
15 views
Can you add an Integer to a loaders instance name?
My project is a slideshow of sorts. I load multiple files and display them one at a time. Unlike most slideshows, each of the loaded files are combinations of SWF's, Jpegs, and Video. My code is a ...
0
votes
0answers
12 views
Facebook Actionscript Api no Error Feedback Messages
I am developing a little mobile project using facebook-actionscript-api.
Things are working fine I am basically using pieces of code from example files. But i'm not receiving feedback messages or ...
0
votes
0answers
18 views
as3 air File.File.applicationDirectory.resolvePath - check when loaded
I am trying to load folder names into an array for later use. It works fine on my desktop but when I test it on a mobile device (both Android and iPhone) and it is calling another function - ...
1
vote
2answers
274 views
Restoring custom class object array from SharedObject
I have an array of Widgets (a class I created) called "widgetArray" that I save into a shared object.
savedGame1.data.widgetArray = widgetArray;
When I go to load this data out and use the widgets ...
5
votes
2answers
33 views
Touch events for empty space inside a starling sprite
I have a Starling Sprite which I want to get touch events for. A am using
content.addEventListener(TouchEvent.TOUCH, onTouch);
function onTouch(e:TouchEvent) {
var touch:Touch = ...
2
votes
2answers
54 views
When to subclass and when to make do with existing class?
I want to dispatch events to announce the progress of an asynchronous process. The event should contain 2 properties: work done and work total.
As the name suggests ;) i could use ProgressEvent; it ...
0
votes
0answers
9 views
pixelbreaker AS3 Mousewheel event not working in Mac
I've a project which I've done it 1 year ago. Now that project have some amendments and I need to republish the flash file. But the mouse wheel event not working anymore even I've change the publish ...
0
votes
1answer
16 views
Why does changing text in Actionscript only preserve included letters?
I am working with Actionscript 3 in Flash, and I have a dynamic text field, instance called "textField" inside an instance of movie clip "mcpoo" and a keyframe with actionscript:
...
0
votes
2answers
37 views
Flash workers - sample application not working
I'm trying to get the hang of the AS3 workers, but there must be some elusive bit of understanding that just escapes me.
I've build a fairly simple PoC to see how it should work, but with no luck. ...
0
votes
1answer
16 views
AS3 Extra Work When Getting/Setting a Property
I don't know if this has a special name or even possible. Consider this code;
public dynamic class Foo {
public function set (_key:String,_value:*):void {
this[_key] = _value;
...
0
votes
2answers
196 views
flsh component slider with as3 class--huh?
attempting to add a flash component slider to my as 3 class and I cant find any examples on the web. I am surprised at the number of funky home made sliders i am seeing. Maybe there is a problem ...
0
votes
0answers
17 views
File upload error not detected by flash as3 with php
ActionScript 3 has a sophisticated way of uploading files with php. A common error (at list for me) is wrong url, so php can't allocate the file. This should generate an error since I put all those ...
0
votes
1answer
15 views
AS3 List with expanding sublists
Basically I have a list of states that scrolls through, and I want a list of towns to appear next to the state once the cursor is over it.
I tried making each state name a button, and going to the ...
0
votes
1answer
22 views
how to create a custom class to determine type of press by type of button
Hey guys I wanted to ask you guys how you would do this because i am new to programming i am still trying to figure out how to do this.
i am building an app with air and i have several buttons with ...
3
votes
3answers
6k views
AS3 - iOS force landscape mode only?
I've built a game for iOS that is designed for landscape mode and it works just fine except that if you turn the device to portrait mode it stops there to with the interface only filling about the ...
0
votes
0answers
13 views
How to program a smooth movement like HaxBall?
I'm learning to ActionScript 3, because I thought that it has a Unity-style (i.e. smooth) movement. But instead, it is C# - style (this.x+=1;) type of movement.
So is there a way to make your ...
0
votes
0answers
26 views
AS3: Detect incoming call without using Deactivate/Activate
I am currently developing a pretty simple AS3 music player using Air3.2 for android.
I need to detect incoming calls without using deactivate/activate listeners because I want the music to keep ...
1
vote
1answer
13 views
gotoAndPlay(label) stop all other actions on the page
I am actually at UNI doing bachelor of multimedia and we are creating a Flash movie for an assignment.
In all my fixing up, I have wrecked some code and I can't see why it won't work, because it is ...
0
votes
2answers
28 views
Passing Data from PHP to Flash
I am trying to get some basic data passed from PHP to Flash. From reading on the topic I understand the best way is to create XML with PHP then read it in Flash. I am trying to start out simple so ...
0
votes
0answers
35 views
Good tutorial for flex 4 in flash develop
I'm looking for a good tutorial, which shows how to develop Flex 4 Apps with AS3 background in Flash Develop.
It should show how to create a Main.mxml with controlled by another Main.as.
Is there a ...
0
votes
1answer
13 views
Not allowing me to add a property to a MovieClip?
var menuButton:Array = new Array(3); //the overarching menu buttons, these lead to a submenu
for (i = 0; i <= 3; i++)
{
menuButton[i] = new BattleActionButton(); ...
0
votes
0answers
12 views
Adobe AIR SharedObject - Android/iOS - On update not found
As the title states, my user's on iOS and Android are reporting their save data has been deleted when I push an update to the respected storefronts. The game saves and restores data properly on ...
-1
votes
1answer
28 views
Actionscript 3 Simple Cookie
I have a flash-based screen that includes a small checkbox indicating whether or not the user would like the screen to show up on future visits. The design is done, and now I just need some assistance ...
0
votes
1answer
361 views
weird errors when using custom swc
i've got some working actionscript3 code that i'd like to present as a library. there's no skins or components, just pure as3 classes. so i created an SWC, put all the code there, packaged it as SWC. ...
0
votes
0answers
25 views
Error 2060 occured in Chrome and FireFox but not IE when calling ExternalInterface.addCallBack()
I search almost the internet but not find the solution.
I just use ExternalInterface.addCallBack() in AS3, and it throws exception when I loaded this swf by Chrome or FireFox. But it's ok with IE.
...
0
votes
1answer
18 views
Button click on viewnavigator in flex 4 Mobile?
ViewNavigator is basically used for navigating around different views, but is there a easier way to just restrict switching to any view and do some operation instead?
eg: I am viewing a product ...


