Share Posted April 26, 2010 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 More sharing options...
Share Posted April 27, 2010 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 More sharing options...
Author Share Posted April 27, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now