Adobe Flash is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.
-1
votes
0answers
33 views
Facebook ISO Metric Game
I'm looking for some useful resources on how I would get started with developing an Isometric Facebook game. I thought I'd make my own because a lot of the ones on Facebook have retarded energy ...
2
votes
2answers
187 views
What needs to be done to port a Windows Flash game to Android?
My team has developed a game using Flash (with Lua embeded) that targets Windows. And we want to port that game to Android (also iOS in the future).
It's acceptable to rewrite the Flash part of ...
9
votes
7answers
3k views
How do you make money from html5 games (i.e sponsorships)?
I make games with flash and I am interested in making games in html but I haven't seen any companies or websites which are willing to buy these games (i.e game sponsorships). I was hoping somebody ...
-2
votes
0answers
33 views
Bejeweled clicking code [closed]
So im still making bejeweled. But its like my version of bejeweled. Instead of swapping gems and matching 3 gems in a row.. I am going to have it so the player clicks 3 of the same gems (they dont ...
1
vote
1answer
149 views
How to check the device type using Adobe AIR for iOS
How do I check what kind of device the user is running my Adobe AIR app on?
Example: if(device == ipad3) { stagestuff.width = 300; }
0
votes
1answer
39 views
AS3 + Flash IDE - Stage Boundaries and Collision in Sidescroller not working properly
I am trying to do a pretty simple sidescroller in Action Script 3 with Flash CS6 and I am currently stuck at the stage boundaries and the level scrolling.
My hero should move freely in the middle of ...
-3
votes
1answer
30 views
Fixing my button in flash? [closed]
I am writing a small point and click adventure game for my friend, (and I need the practice) and I cannot figure out why I keep getting this error message. Basically what happens is when I run the ...
10
votes
6answers
2k views
How much memory usage is too much in a Flash game?
I'm developing a Flash game, and I can appreciate that the memory usage is a little high for a Flash game (I think). Let's say 100+ MB.
So how much is too much when talking about memory usage in ...
0
votes
1answer
76 views
How to stretch Movie Clip according to user's touch coordinates?
I have code like this:
touchX = e.stageX;
touchY = e.stageY;
I also have a player movieclip that I'm trying to make shoot lasers. So I got the MovieClip to appear and rotate according to the ...
1
vote
5answers
1k views
How can I make my score-based game addictive?
I need some ideas to make players interested in the game result. Otherwise, the player plays again to get high score. My game is a calculation game that measures the speed of calculations that the ...
-2
votes
0answers
50 views
Help making a bejeweled game in AS3 [duplicate]
So i am making bejeweled in AS3 right now and it is not going well at all. So far i placed the gem randomly by using a array but it doesnt check for a 3 in a row and if there is a 3 in a row, the 3 ...
0
votes
1answer
35 views
Dynamically editing a movieclip at runtime
I am trying to make a flash game(actionScript-3 if it matters) to test what I learned so far. And, in the game, I want to make the character(a robot?) customizable. The first solution I found was to ...
0
votes
1answer
68 views
Coordinates user taps
I am using e.stageX and e.stageY to locate the user tap, only I have a vcam that constantly changes the view, until eventually off the stage. Is there another way to do this? Like e.SomeMovieclip.x ...
3
votes
7answers
1k views
How to get quality sprite sheet generation with rotations
I'm working on a game that uses sprite sheets with rotation for animations. While the effect is pretty good, the quality of the rotations is somewhat lacking. I exported a flash animation to png ...
0
votes
1answer
161 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 ...
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 ...
0
votes
1answer
374 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
...
6
votes
6answers
7k 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
1answer
155 views
Real cash gambling app
I am making a cash game like deal or no deal for use as an android app, using adobe software.
The idea is player wagers 50 pence through Paypal plays the game wins, say, £10 pounds and then cash out.
...
5
votes
4answers
1k views
More profitable: Android apps or Flash games?
Which market (that of Android games or that of Flash games) is more profitable and will give me a better chance of success?
Where can I find the relative market shares of these markets, globally?
0
votes
1answer
107 views
Increasing height increases width
I have a game, where the user presses a button to spend money and increase the height of a Movie Clip. I use the following: height ++.
The problem: When I test this out, it seems the width ...
-4
votes
1answer
68 views
Get location of nearest array object [duplicate]
Is there an algorithm that would calculate the location of the nearest MovieClip in an array? Perhaps a loop? If so, what?
1
vote
1answer
73 views
A controlled trapezoid transformation with perspective projecton
I'm trying to implement a controlled trapezoid transformation in Adobe Flash's ActionScript using the built-in perspective projection facility. To give you an idea of how the effect looks like:
...
-1
votes
1answer
121 views
Flixel or Pygame for a small game? [closed]
I have some experience in Bash and Python, Lua.
I've always wanted to try and make point & click quest games. Most
quest games I loved aesthetically and gameplay wise were made with
Flash.
So ...
-6
votes
2answers
124 views
X and Y values same as width and height? [closed]
I'm trying to make an expandable box in flash. The registration of down and up is to the left. the registration of left is in the middle. This is the code:
down.width -= 10; up.width -= 10; left.x ...
-1
votes
1answer
64 views
What is faster, TimerEvent.TIMER or if(timer.running)?
In my game, I'm trying to prevent lag. I have timers for pushback. I'm using if(pushtimer.running), but is it faster to do pushtimer.addEventListener(TimerEvent.TIMER)?
Basically, should I add a ...
-4
votes
2answers
58 views
addChild with same MovieClip after RemoveChild
I have quite a bit of code like this:
var mov = new movclass;
if(somethinghappens){
addChild(mov);
}
inside the movclass class:
//im not going to put code right now, so just imagine a thirty ...
3
votes
3answers
217 views
Best way to network the movement of 2D tanks?
I'm working on a multiplayer Flash game with a Python server and I have a quick question regarding how I should send positional updates for tanks for other players.
Should I choose
Option A:
When ...
0
votes
0answers
59 views
Flash CS6 Spritesheets and XNA
So new with Adobe Flash CS6 comes the new Feature to export Movie Clips as a Spritesheet which seems very nice!
I have a few questions to CS6:
http://imgur.com/enllkyL
Its nifty but it lost its "up ...
0
votes
2answers
55 views
Hide movieclip parts that are out of bounds
I'm making a game where one takes a picture of their face to use on a character. I have them zoom in on the picture, but the bitmapdata extends out of its movieclip. How do I assign bounds to my ...
0
votes
1answer
115 views
Develop a 2d isometric mobile game on Flash [closed]
I'm building a game on Flash that will run on web/Android/iOS.
The game is 2d isometric.I heard that developing mobile apps on Flash sucks and the graphics looks just awful.It'd be quite uncomfortable ...
1
vote
1answer
88 views
Camera in Flash
Im having a hard time trying to work out how to implement a smooth camera in flash.
In something like openGL i would use a transformation matrix to move the camera around the scene.
However with ...
0
votes
1answer
109 views
Flash game made with Flixel does not appear when using regular zoom [closed]
I am having an issue getting my Flash game (made using the Flixel library) to display when I use Zoom = 1 in the call to Super() in the game's constructor.
I have made a map using Dame which is ...
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
0answers
38 views
Are Flash AMF calls blocking on AS3 client side?
Are Flash AMF calls blocking on AS3 client side i.e. Do they block the client till the response is returned from the server side? What is the underlying transport protocol used for AMF, If it is HTTP ...
0
votes
2answers
70 views
Changing colour while keeping gradient
I'm making a Flash game with ActionScript 3 and I have a square with a gradient applied to it. I am trying to programmatically changing the colour of the square depending on time, for example, some ...
0
votes
0answers
55 views
Make colour change depending on time
I'm making a Flash game (ActionScript 3) and for dynamics I'd like to make the background change colour depending on the clients' time of day.
I have a rough idea on how I want to do this,
At ...
-1
votes
2answers
163 views
Semi Transparent Background in Scene [closed]
In my game I want to create game over scene which is semi transparent so game scene become partially visible.
Game over scene contain several button that are not transparent but I need only ...
1
vote
1answer
52 views
Flixel: Is it possible to use a spritesheet for FlxButtonPlus?
I'm trying to change the graphic on a FlxButtonPlus. I want to get the graphic from a spritesheet. However, if I try the ' regular' way (make an animation and play it), it refuses to use just the part ...
0
votes
1answer
178 views
Rotate Box Sprite With Circle Body
I want to rotate my rectangular sprite with circle body.
The problem is the body doest not attached to the centre of the sprite. This was the default behaviour of the body and sprite.
But I want that ...
0
votes
1answer
66 views
Revolve FlxSprites Around a Central FlxSprite in Flash Game made with Flixel
I have been working on a Flash game made in Flash Builder using the Flixel library. I have been trying to dynamically create a group of FlxSprites , and revolve them around a player controlled class ...
2
votes
1answer
42 views
Deep copying or cloning in actioscript 3
I would like to make a mirror reflection of an entity in Flashpunk. So I would like to copy a spritemap from one Entity to another (reflectionEntity). If I use something like this
...
7
votes
3answers
821 views
Is gameswf usable? [closed]
The project page indicates that it's pre-alpha code, and suggests the actionscript support is weak. Flash UIs are nice, so I was wondering if anyone has experience getting gameswf to the point where ...
3
votes
2answers
632 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 ...
1
vote
0answers
72 views
How do I make a custom tileset for Flixel that supports autotiling?
I've been Googling this problem for a while now. I'm currently porting one of my Java games to Flixel, and I want to use the original 16x16 tileset I made. In the original game I implemented my own ...
2
votes
3answers
129 views
Swap Child and Child's Child
Is it possible to use swapChildren() with a child and a child's child? Every time I try, I get this error:
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
Why ...
0
votes
2answers
137 views
Using timer to reverse enemy movement in Flash game made with Flixel
I am creating a 2d flash game using Flixel 2.5 in Flash Builder. I am trying to reverse enemy movement on an interval so that they will move back and forth over a set space. I felt that a timer would ...
5
votes
1answer
528 views
Help for choosing a cost effective game server for Flash client
I am developing a flash-based game primarily for desktops, to be hosted on facebook platform (like cityville, sims social etc). The gameplay doesn't involve real-time communication between players ...
0
votes
2answers
92 views
Is it better to import photoshop files or illustrator files into flash? [closed]
I was wondering what would be better to import into flash for when I animate.
My intention is to animate my characters and objects and then export as a png sequence and make a sprite sheet then take ...
3
votes
1answer
115 views
Extract derived 3D scaling from a 3D Sprite to set to a 2D billboard
I am trying to get the derived position and scaling of a 3D Sprite and set them to a 2D Sprite.
I have managed to do the first part like this:
var p:Point = sprite3d.local3DToGlobal(new ...



