Search Results

0
votes

Actionscript - is it better to cast or create a new variable? Or does it matter at all?

for the second example you might want to test for the nullity to avoid a NullPointerException when invoking "mySpecialFunction", e.g. var tempItem:MyCustomObject = container.getChil …
2
votes

What is the easiest way to learn ActionScript when you know JavaScript?

My advice would be to download a copy of FlexBuilder and stick to AS3. AS1 and AS2 are now irrelevant and not used to develop "Flash application" anymore. don't waste your time reading about it, it …
2
votes

Enums in AS3 / Flash / Flex?

your answer after the jump :-) …