The flex tag has no usage guidance.
1
vote
0answers
62 views
Drag and drop in Flare3d [closed]
Now iam working on drag and drop prototype in flare3d.I have a f3d object and have different boxes to place the parts of the f3d objects .
when i drag the parts of f3d object towards the boxes,if ...
2
votes
1answer
89 views
How can I display Unity games in Flex?
We have tried the following methods to upload sample Unity3D build to a desktop application in Flex: HTML Loader, NavigateToURL, iFrame and resolvePath.
But we only see the text content, not the 3D ...
0
votes
1answer
230 views
Adobe Air Mobile AS3 app: challenges and how to overcome them?
I made a PC flash game for LD 26 - minimalism and I am working on porting it to Android.
Some questions I'd like to ask:
Is it bad to heavily use vector graphics (ie. this.graphics.lineTo()) in ...
0
votes
1answer
345 views
Hello World with FlashDevelop, Flixel, AS3: uneffective SWF macro
I just started with FlashDevelop and Flixel, and I already have a question. I created this basic hello world:
package
{
import org.flixel.*;
[SWF(width = "640", height = "480", ...
1
vote
1answer
223 views
working in external actionscript file does not show anything on the screen?
I'm writing this code in Flash builder and I tested the file in flash, but nothing appears in the swf file. (no text in the screen show , i don't know why) Is there any missing property in the code? ...
2
votes
3answers
2k views
Can one develop an application with Bluetooth support on iOS using Flash Builder 4.5?
I have heard about Flash Builder 4.5.1. As I have understood, one can make an application using Flex with Flash Builder 4.5.1 and also export the release build for iOS, Android and Blackberry.
Is it ...
2
votes
1answer
92 views
How can I transmit move information from player to player in a web application?
I am trying to create an online chess game using ActionScript and Flex. It works well when I have two players on the same PC, but I want to publish it as a web app. How can I transmit a move or ...
2
votes
2answers
878 views
Game Server Framework / Engine that supports AMF? [closed]
I am looking for a server technology that supports AMF (because I plan on using an as3/flash front end).
I would like to develop game logic / simulations that run on the server. Small number of ...
4
votes
2answers
232 views
Developing an Asteroids successor: which languages/tools/frameworks?
Currently I'm planning to run the Asteroids successor on the Java Virtual Machine, while writing the code in Scala (because that's the language I'm fluent in).
I have looked at different options, ...
3
votes
3answers
199 views
How to make the button rollover by a keyboardEvent
Hey Guys .
I'm designing a game calculator . My problem is how to link between the keyboard event and the button. **When I click no.2 button on my Keyboard the button doesn't roolover .
I want the ...
13
votes
2answers
2k views
What libraries do you use for developing games in Actionscript?
There are a couple of libraries I have used myself when developing games in Actionscript:
Flixel: Created by Adam Atomic, well known as the library created for Cannabalt. Very special for pixel ...