'AnimationPackage' of Alex Uhlmann for AS3?

Hello -

I just discovered a nice ‘package’…
It allows you to animate MClips on curved path, and this with alt of facilities.
It works like a charm with/in AS2 http://www.alex-uhlmann.de/flash/animationpackage/ap2/index.htm

But, since the new AS3 version ( http://www.alex-uhlmann.de/flash/animationpackage/ap3/index.htm )

I’m so bad that I can’t anymore make it work correctly :trout:
I always have error like the following msg.:

ReferenceError: Error #1065: Variable addFrameScript is not defined.
at AnimationPackage3$iinit()

And normally, it should be like into AS2 version, but not for me :jail:


import de.alex_uhlmann.animationpackage.*;
import de.alex_uhlmann.animationpackage.animation.*;
import de.alex_uhlmann.animationpackage.drawing.*;
import de.alex_uhlmann.animationpackage.utility.*;
import com.robertpenner.easing.*;
 
APCore.initialize();
var myListener:Object = new Object();
    APCore.addListener(myListener);

Could someone post a basic AS3 .FLA within the import of this last AS3 package?

Thank you very much, have anice day… :thumb: