AS3 Question
AS3 Question
Out of context: Reply #4
- Started
- Last post
- 17 Responses
- sixfngers0
you have to use a dynamic class. Even if its just an empty class that has the dynamic callout.
search dynamic classes in help
your class can be as simple as
dynamic class Foo
{
function Foo()
{
}
}then you can add vars at runtime