Jump to content
GreenSock

clipclicmusic

Transparent handles

Moderator Tag

Recommended Posts

Hi

 

I have been getting used to using this for three days. Great stuff.

I wanted transparent handles... and got them using 0xFFFFFFFF

BUT that makes the scaling handles act unreliably. I there another way of doing this so the scaling handles act normally... or perhaps a feature to add (if you do, make the lines going through the squares invisble - it'll look classier !)

 

Thanks

 

Jason

Link to comment
Share on other sites

Interesting. Never got that request before. Seems kinda weird to have the handles be clear in the middle, but whatever floats your boat :)

 

You'd need to edit the raw source code. Search for this:

 

s.graphics.beginFill(_handleColor, 1);

 

and replace it with this:

 

s.graphics.beginFill(_handleColor, 0);

Link to comment
Share on other sites

Thanks.

As you say, 'each to his own'... Your solution works better than mine (not surprisingly)

 

Best

 

jason

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