Share Posted July 29, 2014 Hi guys, I can't seem to find Draggable & ThrowProps plugin for AS3? http://www.greensock.com/draggable/ Is that because there's another alternative method somewhere in the AS3 library that gets that wheel spin effect? Thanks Link to comment Share on other sites More sharing options...
Share Posted July 29, 2014 Sorry, Draggable is HTML5/JS only. However, all the fancy stuff is done with ThrowPropsPlugin which is available in AS3, and it even has a relatively new track() feature that lets you track the velocity of any property of any object, so it should make things a lot easier for you to wire up. But yes, you'd need to wire it up yourself. Frankly, Draggable was born simply as a way to demonstrate ThrowPropsPlugin - it wasn't intended to be an official GreenSock product but as people saw it and expressed an interest in having a tool like that in HTML5, it grew and became something much more mature that could do all sorts of things. But AS3 is a very different beast when it comes to the underlying architecture, events, touch interaction, etc. There wasn't nearly as much demand from the Flash customers, and we have limited time/resources so it isn't something we rebuilt in Flash. But again, the key component here is ThrowPropsPlugin which is available, so you can use that for sure. Link to comment Share on other sites More sharing options...
Author Share Posted August 2, 2014 Thanks Jack for the prompt and detailed response. I will follow your advice and implement the feature. 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