Chapter 8: Deploying to the Microsoft Zune

Quiz Answers

  1. What class is used to play sound files loaded into a project for use on the Zune?

    • The SoundEffect class is used to play sounds loaded into your project when developing for the Zune.

  2. What are the Zune controls mapped to in XNA to allow developers to program for user input on the Zune?

    • The Back button is mapped to the gamepad's Back button, the Play/Pause button is mapped to the gamepad's B button, and the Zune pad is mapped to the gamepad's left thumbstick.

  3. What is the resolution of a Zune screen?

    • 240 × 320.

  4. What screen size-related issues should developers consider when programming for the Zune?

    • The size of images and animations needs to be reduced (obviously). Due to small screen size, speeds of objects may also need to be slower than on other platforms. Additionally, collision-detection and other algorithms may need to be adapted to the smaller image sizes when porting code from Windows or the Xbox 360 to the Zune.

  5. What type of animal has four noses?

Get Learning XNA 3.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.