Jump to content
Search Community

Auto format adds semicolons after comments

Chris test
Moderator Tag

Recommended Posts

Hi,

 

I am having problems with the auto format feature.

 

Before auto format:

// bg
TweenMax.from(bg_mc, .5, {alpha:0});

// bg2
TweenMax.from(bg_mc2, .5, {alpha:0});

 

After auto fformat:

// bg
TweenMax.from(bg_mc, .5, {alpha:0});

// bg2;
TweenMax.from(bg_mc2, .5, {alpha:0});

 

after the second comment is now a semicolon. Is this a Flash issue?

 

CS5

AS3

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