Adobe Flash is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.
0
votes
1answer
64 views
Stage3D: Camera pans the whole screen
I am trying to create a 2D Stage3D game where you can move the camera around the level in an RTS style. I thought about using Orthographic Matrix3D functions for this but when I try to scroll the ...
1
vote
1answer
88 views
How fast do games in Flash C++ Compiler execute compared to C++?
Flash Player can now run C++ code, that is cross complied with the Adobe Flash C++ Compiler. How fast does such code run in comparison to a C++ application running as an EXE, in the context of gaming?
...
19
votes
8answers
3k views
How can I develop Flash games without expensive software?
I've been playing with writing flash games in my spare time, but up to this point, I've just been using a trial version of Adobe Flash Professional. I'm aware of FlashDevelop, but their documentation ...
5
votes
4answers
947 views
How to eliminate screen jitter in Flash game?
We made a flash game with a big screen size(1000x600), and the terrain graphic will jitter while the screen scrolling(that's, camera moving with player) continuously.
What's the root cause? Or if you ...
4
votes
5answers
3k views
Convert Flash game to work on Android devices
Is there any way to convert a Flash games(file with .swf extention) to work with android devices? I want the game to use Android device native controls like sensor, accelerometer, etc.
0
votes
0answers
39 views
Socket.io v.9 with Actionscript
I'm attempting to develop an online multiplayer game using Node.js for the server and Flash to display the client.
I've been reading up a bit and have found quite a few recommendations for the ...
-3
votes
0answers
24 views
What reference point/ tutorial could I use to help me make a “Ball rolling” game in flash? [closed]
I am a complete newbie to programming, only took high school Computer science so I kind of know what im doing, I just want to know how I can make a ball rolling game that I want to make, could anyone ...
13
votes
2answers
2k views
Ways to earn money through Flash games
If you like developing flash games just for fun, why not make money through them?
There are different ways you can monetize your flash game:
In Game Ads: Some common examples:
Mochi Ads
gamejacket
...
2
votes
3answers
79 views
Tile-based maps in AS3
I want to make a tile-based platformer in AS3.
I want my game to read an external maps file (in xml or json or somethimg similar) to draw a tile-based map.
I've seen loads of tutorials for this in ...
-3
votes
0answers
128 views
How does Realm of the Mad God manage its network with tcp? [closed]
As client is made on flash, suppose it hadles connections with tcp. But as far as i know, tcp is a bad choice for fast paced games, and 'fast' could easily describes what RotMG is. So, how can it have ...
2
votes
2answers
106 views
Zelda like multiplayer combat
I have in mind coding a multiplayer game with a similar combat to zelda's. Since i will use flash, i'm limited to use TCP. My question is, is this goal possible? It's not as fast-paced as some ...
0
votes
0answers
34 views
box2D simulation doesn't work
has been a while since last time i used box2D, and i needed to make some stuff, and i saw that my simulation don't worked (compiles, but do anything). i haven't been able to even have working the ...
3
votes
1answer
387 views
Rendering performance in FlasCC + UDK when compared to Stage3d and UDK on Windows?
Adobe recently released the Flash C++ Compiler, which UDK uses to target Flash Player.
Developers can now access UDK for browser applications. Does this mean greater performance than using a Stage3D ...
0
votes
3answers
120 views
FlasCC requirements and limitations?
It is now available for download.
It says you need twice* as many bits as I have. Why would you need more bits to compile code? Does that mean you need more bits to run flash games writtes with flasCC
...
0
votes
1answer
113 views
How to Generate Spritesheet from a 'problematic' animated Symbol in Flash Pro CS6?
In the new Flash Pro CS6 there is an option to generate spriteheet from a symbol. I used these tutorials:
http://www.adobe.com/devnet/flash/articles/using-sprite-sheet-generator.html
...