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

Enums in AS3 / Flash / Flex?

your answer after the jump :-) …