Legomite Posted November 9, 2014 Share Posted November 9, 2014 How do I smoothly transition through scenes? Also how do I make a target sprite draggable, I tried Fiddler and the demo code but I can't get it right. Quote Link to comment Share on other sites More sharing options...
Stephan Posted November 9, 2014 Share Posted November 9, 2014 Changing scenes can be done with the changeScene command. But what do you exactely mean with a 'smoothly transition'? You can't have two scens loaded at the same time in panda so probably the best you could do is a fade out and a fade in.In the sprite dragging example the position of the sprite is changes upon mouse movement. What part of the example of the fiddler do you want to have clarified? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.