Jump to content
Search Community

Hello and question

Magichat1337 test
Moderator Tag

Recommended Posts

Hello all, first post here. I am having a lot of trouble getting Tweenlite to work even after following the installation instructions. I have the greensock folder and my .fla in the same folder, but I was getting an error: "5001: The name of package 'com.greensock' does not reflect the location of this file. Please change the package definition's name inside this file, or move the file." I then changed the "greensock" folder to "gs" and I no longer receive the 5001 error, but another problem arises. I get another error that says "1172: Definition gs.easing could not be found."

 

These are my statements:

import com.greensock.TweenLite;

import gs.easing.*;

 

This is the only thing in my way from a College Degree! I greatly appreciate the help! Thanks!

Link to comment
Share on other sites

the gs.easing folder is an old version.

 

your code should be:

import com.greensock.TweenLite;

import com.greensock.easing.*;

 

if for some reason that doesn't work and you have old mixed up files....

get rid of the com and gs folders

download the most recent version from www.greensock.com

extract the zip

 

place only the com folder (pertinent to your actionscript version AS3/AS2) next to your fla

 

try again.

 

good luck!

 

Carl

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...