Jump to content
Search Community

Joe Billman

Business
  • Posts

    11
  • Joined

  • Last visited

About Joe Billman

Joe Billman's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Yes, it works fine on the desktop only on the iPad does it have the problem. I understand, thanks for your time.
  2. This page talks more about some issues that people have run into: http://forum.starling-framework.org/topic/benefit-to-tween-vs-tweenlite The last comment has a link to a file that someone modified in a different tween engine to make it work.
  3. It would work best if I could email it. It would also be good if you could build it and run it on the iPad, but I would need to add your iPad to the provisioning profile, so I don't know if that's possible. If it's something that you have time to look at further send me an email. My email is linked to my account.
  4. What email do you want me to send it to?
  5. I have verified that it works using the Starling Tween class.
  6. Thank you for your quick responses, I appreciate it! I've tried everything that you've said and it's still not working. Can I zip up my project and send it to you to look at?
  7. I just changed it so that it waits until I have done the exportRoot and pause. After that is finished it dispatches an event to call the starling.stop. I put a trace in and can see it in the console. I'm pretty sure that everything has executed.
  8. Hi Carl, Thanks for the quick response! I am using it just like you show above. I'm using Starling to create an iOS app. It does work fine if I just pause it while in the app like by pressing a button. Where it doesn't work is when I press the home button on the iPad. I'm using Event.DEACTIVATE to handle this and in the event handler I call the starling.stop() method and also call a custom method that does the exportRoot and pause. Just like the user mentioned above, it's there where the problem occurs. The tweens continue running. When I come back to the app the tweens have advanced. I've been looking around online and from what I've seen it appears to be a problem with Starling using a different ENTER_FRAME than GSAP. I was wanting to know if there is a version that uses the same ENTER_FRAME or what that would take. I really love GreenSock and would rather use it over the Starling Tween, but I'm running into this problem. Any help would be greatly appreciated.
  9. I'm using exportRoot and then pause, but the animations are still running. Has there been anything more done on integrating GSAP with Starling? I love GSAP and would love to keep using it with Starling.
×
×
  • Create New...