Share Posted August 30, 2012 Hi everyone! I'm just here to talk about a small error I found when I use Flash Builder 4.7 (beta), with Air3.4 SDK. With the new ASC2 (more infos here: http://www.bytearray.org/?p=4789), the "goto" ref is now not allow. So in the file "TimelineLite.as" by exemple, this function will return an error : public function goto(timeOrLabel:*, suppressEvents:Boolean=true):void { setTotalTime(parseTimeOrLabel(timeOrLabel), suppressEvents); } So, you can comment this line (if you don't use goTo of course...), and it will work. Maybe we can have more information on this for the futur? Just said that for the next v12 of Greensock Plateform! Thanks! Link to comment Share on other sites More sharing options...
Share Posted August 30, 2012 Yes indeed, v12 replaces "goto()" with "seek()". You can get v12 now at http://www.greensock.com/v12/ Link to comment Share on other sites More sharing options...
Author Share Posted August 30, 2012 Thanks! I just wanted to write something here, because FB 4.7 is now live(beta), and I think a lots of people will find this same error! But v12 is already here too...! Just matter of time to completly switch! 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