Share Posted October 5, 2010 Hi, I am setting individual lockScale properties in my Project for my different TransformItems and save this with exportFullXML. After loading and applyFullXML, I am missing my set lockScale properties. Is there an easy Solution to get them in the XML? thanks Link to comment Share on other sites More sharing options...
Author Share Posted October 5, 2010 okay – I got it! just needed 2 additional lines in the TransformManager i just added the following line in… public function exportItemXML: xml.@lockScale = uint(item.lockScale); and in… public function applyItemXML: item.lockScale = Boolean(uint(xml.@lockScale)); rock on Link to comment Share on other sites More sharing options...
Share Posted October 7, 2010 Exactamundo. Thanks for the suggestion. I just added that feature - you can get the latest version in your GreenSock account at https://www.greensock.com/account/ 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