Adobe Flash is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.
-5
votes
0answers
88 views
Classic random script [closed]
I dont understand why
random(99);
and
engine<=14)
and
engine<=69)
and
else { //this is the remainding percentage which is accorded to "9".
randomnumber = 9; #
on (release) {
...
0
votes
1answer
127 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.
...
-4
votes
1answer
59 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?
0
votes
1answer
52 views
How to stretch Movie Clip according to user's touch coordinates?
I have code like this:
touchX = stage.stageX;
touchY = stage.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 ...
-1
votes
1answer
85 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 ...
-1
votes
1answer
57 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 ...
-1
votes
0answers
44 views
Developing a game for Facebook and Android [closed]
I want to develop "Balloon Shooting" game where players can click on the balloons and score. I want to port this game into both Facebook and Android. The problem here is that i really don't know what ...
-4
votes
2answers
46 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
190 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 ...
-8
votes
0answers
68 views
How to develop a random character creation system in AS3? [closed]
I'm developing a flash game.I need to create a random character creation system that would randomly match different parts of a body and create a character out of them.Is there some way to do it in ...
-2
votes
0answers
34 views
Bullet Array Lag [closed]
In my game, the user holds down their finger to create an array of bullets. One bullet creates every 8 frames, and my framerate is 24. How do I prevent lag with such an array? To add to the ...
0
votes
0answers
42 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
1answer
83 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 ...
-4
votes
0answers
33 views
Makes a 3 d max design game and play it in flash cs [duplicate]
I want to make a 3 d max game in based in room and have it play in flash cs, the person will be able to pick objects in game as is in flash. Before I start can you export live animation in 3 d max ...
-3
votes
0answers
60 views
I want to export a 3ds Max design and animation to Adobe Flash CS 6 [closed]
I am making a 3ds Max design room with animations for a game. I was hoping to export it to flash to add some database functionality. Is anyone able to tell me how I should proceed to do this? Is it ...