ActionScript is a scripting language used for RIAs, Mobiles Applications, Web Applications etc. which was initially developed by Macromedia and then acquired by Adobe. It targets to compile for Flash player runtime which can be deployed in various platforms including mobiles
-1
votes
0answers
44 views
What is the best current Flash game development library? [closed]
I've tried playing around with Flixel this weekend and I'm impressed with the results and
what you can code. Old-school flash with Flash IDE and as3 feels like a bad joke compared
to what you can do ...
3
votes
1answer
249 views
How to get rid of my “Factory” class' countless else if statements
This is a web application based on actionscript 3.
I have all of my modules enumerated in a class, but I never know which modules actually come from database.
Let's say I have 20 modules in my ...
-1
votes
1answer
195 views
What is the current status of Adobe AIR on Android? [closed]
Is it dead? The reason I ask is because I would like to make some sort of applications on the Android platform but don't have the time to learn Android, but would make some sort of application on the ...
-1
votes
3answers
223 views
Why categorization into “Property” and “Methods”
I am looking at the String class in Actionscript 3.0.
It's having a property String.length .
Internally it's a getter function ( or method ?) returning the length of string.
Why it can't be ...
3
votes
3answers
577 views
Using ActionScript without Flash
I'm wondering if it's possible to use ActionScript without having Flash. The reason I'm asking is I used to own Flash 8, but it's been a while and I've gone through a few computers and I no longer ...
0
votes
1answer
157 views
Commenting Code AS3 - Not being an API
How should I comment a method?
What are the best practices on commenting code?
Example:
/* Checks if a color is allowed in a given point
* of the bitmapdata of the current floor
* @param value - ...
4
votes
1answer
134 views
How often is appropriate to destroy objects?
I know this is hard to answer without examples, so I'm looking for general principles or guidelines here. I'm thinking within the realm of small- to medium-sized mobile games and apps.
I've read a ...
2
votes
7answers
738 views
Ideal Programmer for Client-Side HTML5 Game Development
Our next game will be built on Javascript/HTML5 Canvas rather than ActionScript/Flash.
Clearly there are not enough experienced HTML5 Developers in the market (yet), so we'll need to be creative in ...
0
votes
1answer
45 views
Accurate/recommended approachs to tracking play length of a video
I'm working on a flash player that needs to track how long a user plays a video for. In addition, I need to know the user. I can easily do that with a request to the server. What I've thought of so ...
1
vote
1answer
161 views
Help me understand this “mindmap / constellation” visual pattern
Please help me identify and understand this visual pattern, what's the common name used for such mindmap / constellation visualisations?
http://asterisq.com/products/constellation/roamer/demo
...
1
vote
1answer
917 views
Flash development under Ubuntu
It's unfortunate, but I'm taking this course that would require me to work in Flash CS3 (specifically programming), which would make me use windows. I'm very used to development under Ubuntu, and ...
2
votes
3answers
538 views
ActionScript and Python
I am currently using VB.net 2010 and WPF 4 to create an application, but the further I learn it, the more I realize that the two programming languages may not meet my needs, especially where I have to ...
2
votes
4answers
631 views
Do sites like goanimate, xtranormal, and animoto use Flash + ActionScript, OpenGL, or other technology?
What technology is used by sites like goanimate, xtranormal, and animoto? Especially the video compilation engine in the backend of animoto? Could HTML5 be used to do everything that's there?
8
votes
5answers
615 views
Is it better to have C developers learn Flash, than hire Flash guys?
Last year, my department developed web based gaming, and needed Flash. It was difficult to manage. The Flash guys didn't fit in regardless of skill or popularity in the office. Maybe it's prejudice ...
2
votes
4answers
2k views
Best way to learn Java if you already have an OOP background, like ActionScript 3?
I'm looking to learn Java, but I don't want to get a book that is going to tell me what an object is, how OOP works, etc. I know this from my existing ActionScript 3 work.
One idea is to look at all ...