Jump to content
Search Community

TimelineLite error [SOLVED]

40lb Suit of Bees test
Moderator Tag

Recommended Posts

Hello,

 

Awesome classes by the way.

 

* VERSION: 0.99

* DATE: 10/4/2009

* AS2

 

I'm receiving the following error from TimelineLite. Attribute used outside of class. I believe the getChildren() function is missing a closing }.

 

also, is it possible to specify a label name in the insertMultiple function instead of a number (seconds)..ie

myTimeline.insertMultiple([new TweenLite(mc, 1, {y:"100"}),
                          new TweenLite(mc2, 1, {y:"120"}),
                          new TweenLite(mc3, 1, {y:"140"})],
                          0,
                          TweenAlign.START,
                          "label");

 

THanks

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