ActionScript is a scripting language used for RIAs, mobiles applications, web applications, etc.
0
votes
0answers
6 views
External image not in same folder in actionscript
I want to add a picture to my SWF file as a loadeMovie() to a symbol or to my whole page. I can do that and I know a lot of ways but in all of them you have to put that image file beside your SWF in ...
0
votes
1answer
5 views
hitTestObject in a saprate class
i am making a simple game. here is the problem i am facing, but first i will tell you my class structure.
(i am using flash cs5.5)
Enemy.as : this class is linked with a MovieClip(in library), having ...
2
votes
2answers
23 views
Resolution of graphics degrades when I run my flash Game
Why does the resolution of the graphics that I use for my flash game degrades when I run the game, though the graphics seems great when it is in the development environment???
0
votes
0answers
11 views
copy and paste from an advanced datagrid
I need the ability to make one column of an advanced data grid editable so my end user can right click and copy the data from it to another source via there clipboard.
I am looking to implement the ...
0
votes
0answers
7 views
Programmatically create and add video to the stage using Actionscript 2
I'm attempting to write an AS2 RTMP player, doing every programmatically.
I think the code is almost there and know almost zero about Actionscript but I am vaguely aware that I need to add something ...
0
votes
0answers
8 views
action script 2.0 simple string comparing with conditional statement
So I have this crazy problem with comparing 2 strings in ActionScript 2.0
I have a global variable which holds some text (usually it is "statistic") from xml feed
_root.var_name = ...
0
votes
1answer
16 views
Box2d c++ what is the similar to ActionScript b2Body SetPosition?
i tring to port some code from ActionScript to c++ box2d
the code from ActionScript is from 2011 so im not sure which version of box2d its using .
im using the latest .
any way this is what i have in ...
0
votes
1answer
17 views
Pick a random frame from one ranges of keyframes
I'm trying to do a Quiz game with 10 levels. In one level there will be 6 frames. For example , level 1 is 1-6 frames , level 2 is 7-12 frames , level 3 is 13 - 18 frames... When the user move from ...
0
votes
1answer
28 views
How to retrieve a function or method's argument / parameter list from outside the function in Actionscript 3
Very simple question, I'm having a bit of difficulty finding the answer to this.
public class Foo
{
...
public function bar(a:Number, b:String):void
{
...
}
}
In another ...
0
votes
0answers
4 views
VSlider Negative Minimum snapInterval Accuracy
The problem I have is when I assign my VSlider's minimum property to a negative value my snapInterval doesn't work properly.
<s:VSlider id="position" x="5" y="65" maximum="50" minimum="-50"
...
0
votes
0answers
7 views
Saving Data for a game in Flash CS6 with AS3
I need help for saving the data (player's score) for a game, Rock Paper Scissors Lizard Spock. This is because I can use this particular player's score and compare with the highest player score, so ...
1
vote
1answer
11 views
How do I launch an EXE from Flash SWF using ActionScript?
I want my Flash SWF to open an external EXE from the native operating system and I have tried:
protected function LaunchExe():void {
flash.system.fscommand("exec","Test.exe");
}
But nothing ...
0
votes
2answers
17 views
Small Caps in Flash
I'm trying to figure out how to use small caps in text areas in AS3.
Right now I'm doing a work around were i wrote a function that replaces lower case letters with a capital letter in a smaller font ...
0
votes
1answer
25 views
C# equivalent of Actionscript's function apply and call?
I'm just curious, in AS3 I can use the methods apply and call, as in:
aFn.apply( thisObj, arrayOfArgs );
or
aFn.call( thisObj, a, b, c );
is there an equivalent syntax in C#?
Preferably without ...
0
votes
1answer
10 views
adobe air ios7 notification center behaviour in FS app and non FS apps
When in fullscreen app, when you pull finger from above, the notification center icon pops out, and than you have to pull it again to open notification center, but in non fullscreen apps, notification ...