Hey there... I'm creating a bunch of actions at runtime, and some time later, want to run them... The actions have lots of different targets, and later on when I want to run them, I'd like to say:
[action run];
Where "action" is a sequence, and each child action has it's own target.
Is there anyway for me to do this other than adding a new property to my base action class for the "new" target? Any thoughts?
Thanks,
Brad