Hello -
Since I downloaded and tried to 'apply' the AS3 version, I always get the following message:
ReferenceError: Error #1065: Variable addFrameScript is not defined. at AnimationPackage3$iinit()
However, I read the thread of 'alfredosanchez' http://sourceforge.net/forum/forum.php?thread_id=1809553&forum_id=400085 And I import the class as in version AS2, it doesn't works (see error)
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);
Would you mind to explain what is wrong? Thank you, have a nice day…
- Dimitri
Log in to post a comment.
Hello -
Since I downloaded and tried to 'apply' the AS3 version, I always get the following message:
ReferenceError: Error #1065: Variable addFrameScript is not defined.
at AnimationPackage3$iinit()
However, I read the thread of 'alfredosanchez' http://sourceforge.net/forum/forum.php?thread_id=1809553&forum_id=400085
And I import the class as in version AS2, it doesn't works (see error)
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);
Would you mind to explain what is wrong?
Thank you, have a nice day…
- Dimitri