Windows Phone 7 is a phone operating system built by Microsoft to replace Windows Mobile. Key features include, Metro Design, access to XBOX Live, Office, Skydrive. Applications written for Windows Phone 7 are built with Silverlight or XNA Game Studio.
11
votes
6answers
4k views
Making (or emulating) a “D-Pad” on a touch-screen; virtual d-pad
With the proliferation of touch based devices, many lacking a true D-Pad, I'm wondering if anyone has any resources on how to emulate a D-Pad on a touch screen? I'm specifically interested in XNA ...
4
votes
2answers
2k views
Drawing a texture line between two vectors in XNA WP7
I want to create a simple graph maker in WP7.
The goal is to draw a texture line between two vectors what the user defines with touch. I already made the rotation, and it is working, but not ...
3
votes
1answer
230 views
How to sync the actions in a mutiplayer game?
I connect the clients with UDP (its a peer to peer connection on a multicast network) and the clients are sending their positions in every frame (in WP7 it means the default 30 FPS) to each other. ...
1
vote
1answer
815 views
How do I load Gleed 2D levels in WP7 XNA game?
I've been trying so long to use this modified version of GLEED2D that includes WP7 support,
I'm stuck into loading the level into my game, now my Game1.cs class has the following:
protected ...