The flex tag has no wiki summary.
0
votes
0answers
39 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 ...
1
vote
1answer
171 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? ...
0
votes
1answer
154 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
197 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 ...
2
votes
2answers
677 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 ...
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 ...
4
votes
2answers
205 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, ...
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 ...
3
votes
3answers
185 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 ...
12
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 ...