Jump to content
Search Community

Extra characters found after end of program.

learner_7n test
Moderator Tag

Recommended Posts

Hi,

 

I have tried the following code. But getting an error:

 

var Example:TimelineMax = new TimelineMax({repeat:1});

Example.append{ TweenMaxfromTo(MC2, 10, {alpha:0.10,scaleX:1,scaleY:1},{alpha:0.80, scaleX:2, scaleY:2, delay:1, ease:Strong.easeOut}));

 

Error: 1087: Syntax error: extra characters found after end of program.

 

I removed one bracket at the end. But the error is same.
Example.append{ TweenMaxfromTo(MC2, 10, {alpha:0.10,scaleX:1,scaleY:1},{alpha:0.80, scaleX:2, scaleY:2, delay:1, ease:Strong.easeOut});

 

Regards.

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