Actionscript variable grouping
Actionscript variable grouping
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- rounce0
@Forbes: you're only checking for the reservation of an Array object in memory, not it's contents. All of the objects in optionOne might not exist when the Array instance is created, and would throw NullPointerExceptions when you add them to the Array. The Array however would still return true.
Deffo not a kosher method!