We had a bit of a dicussion the other night about putting your code in
Some felt this was kind of untidy as you then get a mix of layout (MXML) and logic (AS) within one file. When i first started playing within MXML i kind of felt the same way. It just didn’t seem right putting my AS in there, but after working with it for a while I feel pretty comfortable in it.
I’m not sure theres anything wrong with putting the layout and logic of your components in the same place, especially due to the fact that the logic is clearly seprated in the
[code]
(more…)

