Skip to main content

Questions tagged [flash]

Adobe Flash is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.

Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

I am using Adobe Animate for my school assignment. I have a three-segment health and stamina bar that is above the player (it isn't set to be attached to the player yet). I have a single enemy ...
SundlinGNF's user avatar
-3 votes
1 answer
220 views

Im using JPEXS to edit an SWF I obtained of MutilateADoll2 that is Site locked (referrer) to the kongregate website, is it possible to.... per say... Remove that referral lock and gain access to use ...
Mister SirCode's user avatar
8 votes
1 answer
11k views

I would like to make 3D games in 4K that are a few Megabytes (MB) in download size. Is there a way to use 3D Vector Graphics in games to reduce the file size ? Or is there any other way to achieve ...
Neel's user avatar
  • 229
2 votes
1 answer
238 views

For the turn-based browser Flash RPG I'm working on, I'm keeping all player stats in a MySQL database, with PHP as the go-between, for the sake of persistence and to prevent cheating by memory editing....
BladePoint's user avatar
0 votes
1 answer
146 views

For the turn-based browser Flash RPG I'm working on, I'm using url-encoded query stings to pass data from PHP to Flash. Basically, Flash posts a request to PHP, then PHP pulls some data from a MySQL ...
BladePoint's user avatar
0 votes
1 answer
155 views

I'm creating a browser RPG in Flash which will have some multiplayer elements and in-app purchases so security is a high concern. Would it be better to have all game stats like health and such exist ...
BladePoint's user avatar
1 vote
1 answer
73 views

I can only assume that Flash runs code in the order that objects were created - so newer objects are run later. Is this true? Is there any way, other than deleting and recreating objects, that I can ...
user111981's user avatar
0 votes
1 answer
218 views

I am making a platform game where the main character moves right and left and jumps however my character jumps and does not return to the ground but stays on top of the stage.My characters movie-clip ...
Hamza's user avatar
  • 103
0 votes
1 answer
137 views

Is there a way that even though two objects that have different y co-ordinate collide? In my game, I wanted to make my object rotate as explained in ...
therealyubraj's user avatar
0 votes
1 answer
705 views

In my game, I have made 4 lines with different colors to form a square but the colored lines are different objects. I want to rotate the lines in a way that the lines will still form a square. Eg: But ...
therealyubraj's user avatar
0 votes
3 answers
258 views

beginner in AS3 here. I am working on a platformer game based on the code of a provided example exercise. I have the following problem: I have an enemy who shoots bullets. The enemy is the parent, and ...
Daniel Angel Diz Garcia's user avatar
1 vote
1 answer
168 views

I am working on a web based MMORPG in html5. Therefore, I think about using Phaser.io to be the main engine of the game on the client side. I want the game to be isometric and I am wondering how to ...
Telokis's user avatar
  • 111
-1 votes
1 answer
60 views

I'm making a city builder game, where players can build their town using different constructions. A player has the possibility to save his city. In the main menu, a player can choose to see different ...
user100490's user avatar
3 votes
1 answer
656 views

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, ...
Hugo Chapdelaine's user avatar
1 vote
3 answers
3k views

I used to be sure that all Flash games are capped to 30fps as Edmund McMillen's The Binding of Isaac runs at that frame rate. N v2.0 (Flash Player 11) runs at ...
user598527's user avatar
-1 votes
1 answer
3k views

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. ...
moin khan's user avatar
0 votes
2 answers
97 views

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 ...
Gregorio's user avatar
  • 101
3 votes
1 answer
3k views

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 ...
Evorlor's user avatar
  • 5,881
1 vote
1 answer
212 views

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 ...
Akima's user avatar
  • 127
1 vote
0 answers
216 views

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 ...
scottyp's user avatar
  • 429
1 vote
1 answer
157 views

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 ...
Luis Masuelli's user avatar
1 vote
1 answer
667 views

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 ...
Albertkaruna's user avatar
1 vote
0 answers
128 views

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 ...
Notbad's user avatar
  • 1,095
1 vote
1 answer
402 views

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 ...
Max Herrmann's user avatar
1 vote
1 answer
77 views

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 ...
Graham Hamilton's user avatar
1 vote
0 answers
420 views

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-...
Damien Golding's user avatar
4 votes
3 answers
486 views

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 ...
DrakeSwartzy's user avatar
-2 votes
1 answer
308 views

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. ...
Cherry Red's user avatar
0 votes
1 answer
161 views

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, ...
Lokkij's user avatar
  • 385
3 votes
1 answer
251 views

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 ...
Finn Hill's user avatar
0 votes
1 answer
81 views

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 ...
Mohamed Atef's user avatar
0 votes
1 answer
354 views

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 ...
Rusildo's user avatar
  • 103
2 votes
1 answer
787 views

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 ...
Eddie's user avatar
  • 41
0 votes
0 answers
143 views

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; I ...
Blobbey's user avatar
  • 55
0 votes
0 answers
81 views

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 ...
Daniel's user avatar
  • 203
1 vote
1 answer
492 views

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 ...
user3132527's user avatar
1 vote
1 answer
315 views

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 ...
Krzycho's user avatar
  • 11
0 votes
1 answer
121 views

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 ...
ckzilla's user avatar
  • 415
0 votes
1 answer
267 views

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 ...
ckzilla's user avatar
  • 415
1 vote
1 answer
279 views

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 ...
ckzilla's user avatar
  • 415
1 vote
1 answer
1k views

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 ...
ckzilla's user avatar
  • 415
1 vote
1 answer
392 views

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, ...
heyitsbmo's user avatar
  • 203
3 votes
5 answers
3k views

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 ...
Bryan Arbelo - MaG3Stican's user avatar
1 vote
1 answer
318 views

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 ...
user3536228's user avatar
0 votes
2 answers
1k views

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 ...
user3536228's user avatar
2 votes
1 answer
585 views

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 ...
Błażej's user avatar
  • 121
1 vote
1 answer
233 views

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? ...
Rusildo's user avatar
  • 103
0 votes
1 answer
181 views

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 ...
user3536228's user avatar
-1 votes
1 answer
971 views

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 ...
user3536228's user avatar
0 votes
1 answer
4k views

I have a mixed mode (classic Flash Renderer + Starling) AIR AS3 project that I'm switching to fullscreen with ...
Furious Coder's user avatar

1
2 3 4 5
7