windows phone 7 - How to drag sprite on WP7 with XNA? -


i can't find information, how should create draggable (by touch events) sprite on wp7, can show me how possible do?

you'll have manually redraw based on touch changes.

the logic should like:

-- when touch detected on top of item move.
-- until touch not detected on top of item move.
---- update position want display item @ relative new touch position.
---- redraw page.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -