Jump to content
Search Community

[AS2] 65 errors from the compiler using TweenMax

Kworalsoa test
Moderator Tag

Recommended Posts

Error message appearing:

 

TweenLite warning: Your TweenLite class needs to be updated to work with OverwriteManager (or you may need to clear your ASO files). Please download and install the latest version from http://www.tweenlite.com.

 

I was just playing around to get more used to TweenMax, since i've been successfully using TweenLite, and testing the effects. TweenLite works, TweenMax doesn't. This is what i wanted to do:

import gs.*; 
import gs.easing.*;

TweenMax.to(cla, 5, {blurFilter:{blurX:20}});

 

I'm using (or well, trying to use) TweenMax v.10

 

Now...I'm pretty sure i've downloaded the AS2 version (how can i miss that fat text "DOWNLOAD AS2").

 

Please forgive me for this loooow level help request, but with TweenLite.to everything works (obviously using the tweens supported by TweenLite) and i really don't know what's going on here.

Link to comment
Share on other sites

You've got a mis-matched version of TweenLite and TweenMax on your system. Make sure you replace the older TweenLite file with the new on you downloaded. And try deleting your ASO files in Flash (like a cache in Flash for classes). I'd recommend deleting the whole "gs" folder and just replace it with the new one that you downloaded. Check to make sure you don't have any special classpaths set up in Flash or your project that would cause it to look in some other location on your hard drive for the class - maybe it's using a stale one from somewhere else on your system.

 

Also, if you're subloading a swf, make sure both swfs use the same version. You may need to republish the subloaded one.

Link to comment
Share on other sites

Hello and thank you for your kind and fast reply.

 

I'll give additional informations: all files are just extracted form the zip and keeping same directory structure obviously, so there should be no problem with that.

ASO files: where to delete them? I really feel dumb for asking this :( when i publish i always go for SHIFT+Enter, it doesn't make the trick ?

 

Thanks again.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...