Questions tagged [flash]
Adobe Flash is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.
348 questions
0
votes
0
answers
42
views
Coding a health and stamina bar above player in Adobe Animate
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 ...
-3
votes
1
answer
220
views
I have an editable SWF with Refferal protection, how would I remove that [closed]
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 ...
8
votes
1
answer
11k
views
How can I make 3D games in 4K that are a few megabytes?
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 ...
2
votes
1
answer
238
views
Feasible to do all game logic on PHP server?
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....
0
votes
1
answer
146
views
Better way than url-encoded query stings to pass data from PHP to Flash?
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 ...
0
votes
1
answer
155
views
Should all stats only exist on MySQL database for my Flash browser RPG?
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 ...
1
vote
1
answer
73
views
How does Actionscript choose which order to run objects' code in?
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 ...
0
votes
1
answer
218
views
Character jumping but not returning to ground platform game AS3
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 ...
0
votes
1
answer
137
views
flash - hitTestObject() mafunction?
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 ...
0
votes
1
answer
705
views
Rotation of objects from different axes in Flash AS3
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 ...
0
votes
3
answers
258
views
Camera and enemy behaviour in AS3 platformer
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 ...
1
vote
1
answer
168
views
How to make proper animations for a html5 game?
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 ...
-1
votes
1
answer
60
views
How do I load an array of display objects with shared objects using action script 3.0? [duplicate]
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 ...
3
votes
1
answer
656
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, ...
1
vote
3
answers
3k
views
How can I improve the seemingly capped framerate of my flash game?
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 ...