Hi Alex,
today I looked up the new Animationpackage v2.00. I downloaded it from here http://www.alex-uhlmann.de/flash/animationpackage/ap2/index.htm
In ApCore.as
I changed
Proxy.create(apCoreInstancee, apCoreInstance.onAnimationClipOverwrite);
into
and could compile your great work!
Regards, Mike
*ups ..
Proxy.create(apCoreInstance, apCoreInstance.onAnimationClipOverwrite);
without 'ee' of course.
Log in to post a comment.
Hi Alex,
today I looked up the new Animationpackage v2.00. I downloaded it from here
http://www.alex-uhlmann.de/flash/animationpackage/ap2/index.htm
In ApCore.as
I changed
Proxy.create(apCoreInstancee, apCoreInstance.onAnimationClipOverwrite);
into
Proxy.create(apCoreInstancee, apCoreInstance.onAnimationClipOverwrite);
and could compile your great work!
Regards,
Mike
*ups ..
Proxy.create(apCoreInstance, apCoreInstance.onAnimationClipOverwrite);
without 'ee' of course.