I think I will go the extra array as my keys are not numeric.
Thanks for this :)
Can't wait to try this new PixLib!
It's not related to this post, but I got struggled with something
else, still with the "old" palmer, which is extremely similar to this
new one.
I need to get a plugin to listen to another one, using this code:
var _lp:LearningApplication = new LearningApplication(this);
var _scormPlugin:ScormPlugin = new ScormPlugin();
_lp.addListener(_scormPlugin);
The two plugin implement plugin listener.
Is this naive again? :D
I get an error in my logs: LearningApplication doesn't have public
dispatcher
And I didn't find the way to get this public dispatcher ... :(