Tagged Questions
0
votes
1answer
145 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
votes
1answer
160 views
Any multiplayer webgame engine based on Flex
My team is developing a multiplayer webgame (like a virtual world) in a short time(several months using after-school time), and I wonder if there are any webgame engine based on Flex.
When I googled ...
1
vote
1answer
161 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
89 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
662 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 ...
11
votes
2answers
1k 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 ...