Tagged Questions
-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
1k views
AS3 Calculating Delta Time In Seconds
Here is how I've been trying to implement delta time based on different internet resources.
var startTime:Number = getTimer();
game.Update(deltaTime);
deltaTime = Number(getTimer() - startTime) * ...
-4
votes
1answer
295 views
Multidimensional Pathfinding Algorithms
When trying to program hostile AI units for a war strategy game using pathfinder methods, do programmers ever have one algorithm for the unit to move and a separate algorithm for the unit to actively ...
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 ...
2
votes
1answer
296 views
Does PushButton Game Engine have the notion of a Camera?
I am playing around a bit with the PushButton Engine for game development in Flash and have come across a need for a Camera like the Camera that follows Mario in Mario Games. Flashpunk has a nice ...
17
votes
7answers
5k views
Easiest, most fun way to program 2D games? Flash? XNA? Some other engine? [closed]
this is a post detailing my search for the most enjoyable way for a hobbyist game programmer to sweeten his free time with making a game.
My requirements:
I looked at Flash first, I made a couple of ...
4
votes
2answers
512 views
Flash game engine
I need simple game engine with pixel-perfect collision detection, camera component with following function, network and particle components would be desirable. Anyone knows whether the engine right ...