Skip to main content

All Questions

Filter by
Sorted by
Tagged with
4 votes
1 answer
106 views

Simple expense tracker

I have posted below a small project of mine in AS3 regarding a super simple Expense Tracker. I finally made it basically functional, and I learnt A LOT in the way. But even I can tell that my design ...
SiGm4's user avatar
  • 143
3 votes
1 answer
406 views

Actionscript Graph data structure implementation

So, I am not sure if I should have Vertex extend Point, because the equals() and ...
Mr. Polywhirl's user avatar
5 votes
3 answers
670 views

Frogger game in Actionscript 3

I am creating a Frogger game in Flash AS3 and just wanted to see if anyone can help me improve it without breaking the game. The reason I ask for it because I don't have any errors, but I do get over ...
Tim Valishin's user avatar
3 votes
2 answers
251 views

Add events dispatching for ActionScript framework Robotlegs

I have the following function in a Service class ...
Kim Stacks's user avatar
3 votes
10 answers
3k views

How to simplify my else if statement

Alright so this isn't an issue with my program not working, it's more of a fact that I wanna learn to code better. This is one of 6 if else statements that I use inside of my program. What I'm ...
Joshua Miller's user avatar
4 votes
2 answers
234 views

Using Booleans to Manage State

I'm in the middle of writing my own little bullet shooter game much in the style of Touhou. Everything works fine so far but I'm disliking certain aspects of my code. Take this function for showing ...
IAE's user avatar
  • 785
4 votes
1 answer
329 views

Getting better speed from adjusting rows in a DockableToolBar

I've been using FlexLib for its dockable toolbar feature. When you shrink the window, it will try to wrap rows if the stage width is less than the row width. Unfortunately, it won't reverse the ...
Brian's user avatar
  • 433