Tagged Questions
4
votes
1answer
160 views
Orbiting multiple objects evenly around a changing radius
I have multiple objects (circles) and I want to place them in a circle, with even distance between each one, and have them orbit the center of the screen.
If I remove one object, I want the orbit ...
0
votes
0answers
84 views
box2D simulation doesn't work [closed]
has been a while since last time i used box2D, and i needed to make some stuff, and i saw that my simulation don't worked (compiles, but do anything). i haven't been able to even have working the ...
1
vote
1answer
219 views
Create and use a Button class on AS3.0
I am currently working on a game and it is all going well.
On the shop screen there are several buttons that affect the player's stats for when the player restarts the game.
The button's names (with ...
-7
votes
1answer
246 views
How do I declare the variable “i” and “remove” in actionscript3? [closed]
public function remove(u:Unit)
{
for (var i = 0; i < size; ++i)
}
The errors are:
1008: variable 'i' has no type declaration
1008: return value for function 'remove' has no type declaration
...
20
votes
8answers
4k views
How can I develop Flash games without expensive software?
I've been playing with writing flash games in my spare time, but up to this point, I've just been using a trial version of Adobe Flash Professional. I'm aware of FlashDevelop, but their documentation ...