actionscript-2 Questions
3
Solved
I've looked all over the Haxe Flash Command-line compiler website but was unable to find any detailed documentation of the HXML files (scroll down to the "Changing SWF properties" section) which de...
Janessa asked 10/1, 2009 at 3:48
4
Hi all i want to know what is dispatchEvent in AS3.
I didn't get any idea while Googling it. :(
So please help me
Edit 1:
public static const SET_VOLUME:String = "setVolume";
private function ...
Noma asked 6/12, 2009 at 17:12
7
given the following
function A(b:Function) { }
If function A(), can we determine the name of the function being passed in as parameter 'b' ? Does the answer differ for AS2 and AS3 ?
Unlikely asked 2/4, 2009 at 20:9
18
Solved
I'm talking about an action game with no upper score limit and no way to verify the score on the server by replaying moves etc.
What I really need is the strongest encryption possible in Flash/PH...
Lebel asked 16/9, 2008 at 16:1
1
My AIR app is loading an SWF file which contains a text field for input. I can type into the text field but copying and pasting is broken. When I try to paste something using the keyboard shortcut,...
Verso asked 2/4, 2013 at 13:59
1
Solved
What more can be done if I extend MainClass with MovieClip rather than Sprite. I know that MovieClip extends Sprite and it has Timeline defined under it. but still how it will be usable to me by Mo...
Negotiant asked 29/3, 2012 at 8:13
1
Solved
I am trying to play with google's swiffy to convert as2 content into html5.
so far it has been amazing.
using getURL, I can make javascript calls.
But, will I be able to get sort of response fro...
Thatch asked 9/2, 2012 at 15:1
6
Solved
I am trying to enable communication between Javascript and Flash via ExternalInterface across domains. The Javascript works great when it is located on the same domain as the SWF. But in one case, ...
Polka asked 24/6, 2009 at 14:17
3
What are the main differences between the versions?
Bipolar asked 24/5, 2011 at 5:32
5
Solved
You know it's bugger-all when your computer can't get a sum right!
I have not the slightest idea why this is happening:
_root.attachMovie("clippy","aClip",_root.getNextHighestDepth());
trace("al...
Russi asked 30/7, 2010 at 16:35
6
Solved
I've noticed that some programmers animate objects based on the difference in time. I am not sure why or even if this is logical. Does anyone know the significance?
Below is a snippet of code tha...
Semiyearly asked 5/1, 2010 at 22:33
3
Solved
I love the AS3 event model - it helps keep my code clean and lossely coupled. When I used to work on AS2 projects, my code was not so neat and classes were more reliant on one another. Due to AS2's...
Wellgrounded asked 2/4, 2009 at 10:5
5
Often I find if my SWF file size is on the large side, when deleting media altogether or perhaps deleting and re-inserting compressed versions of images, sound etc, it has little or no effect on th...
Dhow asked 10/2, 2009 at 16:36
4
Solved
In ActionScript, how can you test if an object is defined, that is, not null?
Wellstacked asked 17/11, 2008 at 20:48
1
© 2022 - 2024 — McMap. All rights reserved.