Adobe Flash is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.
0
votes
0answers
10 views
Z ordring with as3isolib problem
I am using as3isolib in a big game. It is grate and easy to use but I face a big problem with the Z order of the objects after added to the scene.
In the start every thing looks fine and sort very ...
1
vote
1answer
42 views
AS3 move object to a point
I'm trying to make a room full of monster each side and the player stay in the middle. I have a problem, I don't know how I move each monster to the player and rotate each of them to face the player, ...
0
votes
1answer
38 views
Do games developed in Flash have capped frame rate?
I used to be sure that all Flash games are capped to 30 FPS, Edmund McMillen's (Super Meat Boy, The Binding of Isaac) Flash engine games run at that frame rate (personally I've only confirmed the ...
-4
votes
1answer
109 views
How to make game like Gals Panic [closed]
Any one have a idea how to build game like Gals Panic. I want to know the basic idea how can i start building the game.
Note : im a flash game developer.So anything related to flash would be helpful.
...
0
votes
1answer
24 views
Which better? Write all scripts on timeline or write it partially on `.as` file?
I'm going to create a flash game. But I don't know which way for me to write my scripts.
Is it better if I write script part by part and by object so every object has they own script .. or write all ...
2
votes
1answer
221 views
How should I animate sprites with separate body parts?
I am not an artist. I have a 2D Sprite broken up into different body parts that I want to animate. I know how to do it in Unity, but every artist I know would prefer to use Flash. I am trying to ...
0
votes
0answers
70 views
How can I export Flash XML that includes the symbol name used each frame?
After creating animations in Flash, I use Export Motion XML to get the animation data I need, which includes things like the xy movement, rotation, scale, etc.
It includes everything I need EXCEPT ...
1
vote
1answer
73 views
How to create UI for 2D games? [closed]
I'm working on a game using Haxe + Flambe but I'm having a hard time making the UI part of it (main screen, level selection, etc).
And I began to think... is there another way?
I would love to have ...
0
votes
0answers
10 views
Flash Menu - Show image in an specific coordinate
I have a custom mouse and two buttons and I'd like to when a I click in the button it shows an image (a bullet hole in case) in my mouse coordinate (like if the button had been shot)! Thanks everyone!!...
0
votes
0answers
20 views
Trying to package my AIR project into a single .exe file
I successfully generated wrapped AIR around my SWF file and with bat files in FlashDevelop (and modifying them a bit) could manage to generate a folder that has an executable along my swf.
I was ...
1
vote
1answer
59 views
Performance problem with porting my Flash game to Adobe AIR
I've made a game with flex SDK that I want to port to PC (to have executable) and I think the only way is AIR.
So I've done the AIR wrapper but the performance is very bad, since my game is fast ...
0
votes
0answers
124 views
From Flash to Haxe - rendering a complex 2D scene (aka “My Graphics Hell”)
(note - This is not a technical question as such, more a query on design and structure)
I'm working right now to remake and finish an old Flash game of mine in Haxe with a new engine (Luxe).
I've ...
1
vote
0answers
71 views
Host Migration (P2P) with RTMFP and AS3
I was wondering if this is a possibility with RTMFP since it acts like UDP/P2P..
Host Migration
Player A starts and host a game..
Player B and C connects..
Player A quits..
Player B is now assigned ...
0
votes
0answers
77 views
pick up items in inventory box in adventure game with Flash AS3?
I use Flash with AS3 to design an adventure game. 4 rooms in 4 frames.
Each room has its own layer plus its own button layer. The button layer also contains the objects.
In the Bedroom is a ...
1
vote
1answer
101 views
Is Flash (Flash/Flex/AIR) a still maintained technology (either officially / 3rd party) suitable for Web Player (linux) and mobiles? [closed]
Today I use Flash Player 11 since it's the last one released by Adobe, for linux-based OSs. The same applies to Flex/AIR platforms: I use Flex 4.1.4 and AIR 2.6, while Windows and Mac systems have ...
1
vote
1answer
249 views
Flash animation or Sprite sheet animation good for Unity mobile games
I would like to develop dress-up and cooking kind of games. So it needs lots of animations. Our designers done the animations in the lash. I found the plugins callued GAF and UniSWF to convert flash ...
0
votes
0answers
19 views
How do I make a FlxSprite do something if it is falling or rising?
I want to make my FlxSprite play an animation when it falls or rises. Something like:
override public function update():void {
if(player.movingUp)
player.play("animUp")
if(player....
1
vote
0answers
51 views
How to create animations for a game like Creative kill chamber?
Lately, I have been playing Creative kill chamber game (https://www.youtube.com/watch?v=SW6PyOy34fY). This game is a flash game where gameplay is "hardcoded". I mean, it is a game where player can ...
0
votes
0answers
44 views
Advice on adding RGB values
I am trying to make a flash game (I don't want to say too much).
Part of the game is mixing colors. The problem with this is that these are colored wooden tiles and at first I was going to have each ...
1
vote
1answer
310 views
Accessing a C++-based optimization library in FlashPunk
Some time ago I launched my FlashPunk primer, an adaption of Asteroids, which mainly served as a basis for trying out a simple optimization algorithm.
Now I'm planning to take this concept a level ...
1
vote
1answer
44 views
AS3 - Increase tint as health decreases
I'm working on a game where enemies continually spawn with more and more health based on how long you've been playing. As the enemies take damage, I'd like their sprite to get darker and darker, until ...
1
vote
0answers
215 views
How do I create this type of mixed 2D/3D character model?
I'm interested in how this little Lively Hamster Flash game's character is modelled and animated.
The head seems 3D. The back always shows a black outline, so I assume it is 2D.
Is this a Flash-...
4
votes
3answers
434 views
Level Design: Char Traveling to and from a Site
I'm developing a 2d platformer game where your character can travel to and from sites as he pleases. To travel to and from these sites the character must travel along a path between his current ...
-2
votes
1answer
64 views
addChild does not work in Flash [closed]
Have been trying to understand this problem for two weeks.
When I use addChild(movieclip) in the Main.as file, it works. When I try to use it in a function in a separate class file it does not work.
...
0
votes
1answer
93 views
Calculations for a camera system
I am building an interactive application in Starling for which a camera system is required. Since there is no existing camera system in flash and the addons for starling do not meet our requirements, ...
3
votes
1answer
138 views
How to achieve smooth sprite movement with a scaled up canvas?
I'm developing a simple 2d platformer using haxe & openfl (currently targeting flash). To achieve the old school pixelation effect I draw 16x16 sprites over a 4x scaled up canvas. With this ...
0
votes
1answer
38 views
AC3 FlashPunk Console doesn't show anything
I am making my project using flashpunk , I knew that it has a good console gui to give feed about states of the game , however when I tried making it appear with the FP.console.enable() method it ...
0
votes
1answer
244 views
Port sandbox flash game to Android and iOS
I'm want port my sandbox game to Android and iOS. Game written in AS3 (i'm use my simple 2d engine on stage3d). What do you recommend I use?
Haxe + OpenFL
MonoGame + Xamarin (C#), or other 2D engine ...
1
vote
1answer
470 views
Framerate on AIR for Android - Actionscript 3
I am currently working on making Android apps using AIR for Android.
This is a sample file and package that I am running to test the FPS and Memory usage of my application while it is not even doing ...
0
votes
0answers
105 views
importing images as pixel-perfect from flash to Unity
I am not sure if this works, it just feels like it should. So I have this character in flash:
And what I want to do is import him into Unity, and making him pixel-art. (And yes, for those wondering; ...
0
votes
0answers
54 views
Using Flash IDE to link nodes for Dijkstra algorithm
I'm trying to use plash to set up the node connections, but having a really hard time to use the IDE as a tool to do so. Before giving up completely, and getting into creating a tool that would take ...
1
vote
0answers
189 views
How do I pause and resume a game in ActionScript 2?
I'm making a game where the player must avoid random falling objects. I dont know how to implement pausing. I've been stuck on this for 2 days!
I tried using gotoAndPlay and such, but the objects ...
0
votes
0answers
310 views
isometric movement
I'm developing an isometric strategy game in flash using the Starling framework.
I wanted to know what is the best way to move units about the isometric grid, and to render them the right way.
Now I'...
0
votes
1answer
78 views
Change DisplayObject's bounds in Flash/AS3
I'm developing some platform-like game using AS3 and Flash CS5 for animations. I've already done most of the mechanics now, and I've starded to drawing characters and animating them. But some problem ...
0
votes
1answer
77 views
Controlling depths of objects in Flash
I am trying to change depths/ layers of my gameobjects inside the game using flash. To be more specific, I have a horse object and a fence object. I set them up initially on stage and the horse layer ...
0
votes
1answer
122 views
multiple flash timeline animations with actionscript
I am not new to AS3 and Flash but new to Flash timeline animations and controlling them with AS3. Had posted a similar question last week but the solution did not work. Hope someone could help me out ...
1
vote
1answer
180 views
Multiple animations on flash timeline
I am working on a game inside Flash with ActionScript 3.
I have a horse game object with different animations for Walk, Run and so on. I have never worked with different animation types with Flash ...
1
vote
1answer
562 views
Mouse follow precision in flash
I am trying to implement a simple movement for one of game objects in flash/ AS3. I am using mouseX, mouseY for my object to follow the mouse pointer. It works fine but the problem is the precision of ...
1
vote
1answer
129 views
How do I combine matrix transformation with non-uniform screen scaling in Flash?
I'm using a Flash transformation matrix for affine transformation.
I have a rectangular image being rotated and scaled (in 2D). There are two sets of scaling variables, ScreenScaleX and ScreenScaleY, ...
3
votes
5answers
1k views
Can I extract Flash SWF sprite frames to bitmaps?
I want to create the 2D graphics of my game in Flash Studio, but then get all the frames from my SWF movies into C# for further work in Unity3D.
I find it easier to create nice smooth animations in ...
1
vote
1answer
220 views
integrating leaderboard from Newgrounds in flash game [closed]
I have made flash game and I want to show a leader board in that game.
I have uploaded my game to kongregate.com.
I have made a scoreboard there with the name of overLoadScore (overload is the name ...
0
votes
2answers
753 views
How can I save a global high score for all players in AS3?
I am developing a game in which I want to make a scoring system where the global high score is stored and shared by all players.
I am using Flash and ActionScript 3. Until now I've used SharedObject....
2
votes
1answer
487 views
AndEngine GLES 2 Animate Character [closed]
I want to animate my character in game. My graphic animator prepare for me three options.
Frame-by-frame by this is over 9MB for one animation. With TextureSpriter 4-5MB.
Spriter but I can't find how ...
1
vote
1answer
174 views
Effective content manager on AS3 Flash
In my game more than 600 images and 200 sounds. I'm try organize effective images and sounds manager for fast access. This is a good approach?
public class Images
{
public static var image_1:...
0
votes
1answer
90 views
Shared Object Not saving the level Progress
I am making a flash game in which i have a variable levelState that describes the current level in which user has entered I am using SharedObject to save the progress
but it does not do so
first i ...
-1
votes
1answer
431 views
AS3 eventListener not working [closed]
I am making a game with as3. I have a Mian Class.In its main function i am putting a movieClip stored in a variable named btn and attaching an EventListener to it for CLICK which envokes a function ...
0
votes
1answer
3k views
AS3 Starling in Fullscreen Mode cuts off most of the screen
I have a mixed mode (classic Flash Renderer + Starling) AIR AS3 project that I'm switching to fullscreen with
stage.align=StageAlign.TOP_LEFT;
stage.scaleMode=StageScaleMode.SHOW_ALL;
// Swtich to ...
1
vote
0answers
469 views
Big game in Flash - how to create levels structure
I'm building a game in Flash similar to the structure of Angry Birds or Cut the Rope (where there are a number of "rooms" and unique levels created within each "room").
The user gets through the game ...
1
vote
3answers
2k views
Flash game on Steam
I have almost completed a game written in flash/as3 using flixel.
How can I sell it through steam ?
A few years back, (I was a full-time flash game dev back then..) there were 2 choices:
Use Adobe ...
0
votes
1answer
62 views
How can I manage an animated UI from ActionScript?
I'm trying to code a game of Poker in AS3, using Flash Professional CS5 (although I try to keep as little code as possible in the .fla).
When a player bets, for example, I need to be able to show an ...