|
|
#1 (permalink) |
|
Jr. Zuner
Join Date: Mar 2008
Posts: 37
Reputation: 22
|
Game Name: Breakout
Creator: Ares This is the first version of Breakout Zune Port. It's laright try it out!!! http://files.filefront.com/BreakoutZ.../fileinfo.html Edit by Dizzy: Please give credit next time Last edited by Dizzy; 05-11-2008 at 08:04 AM.. |
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#5 (permalink) | ||
|
Super Zuner
|
BREAKOUT!!! Awesome! Does it play landscape? and please upp some screen shots!
__________________
![]() http://www.zuneboards.com/forums/req...d-section.html Quote:
Quote:
![]() |
||
|
|
|
|
#10 (permalink) |
|
Squirt
Join Date: Dec 2007
Posts: 18
Reputation: 10
|
I get this error... Warning 1 The field 'Breakout.Breakout.spriteBatch' is never used.
Game still runs, but lol what were you planning on using the sprite for? Game runs fine though and I've seen no problems with it. I still see it's a work in progress, but controls work fine. Will we see a score system next? Last edited by IndeedJimmy; 05-10-2008 at 12:24 PM.. |
|
|
|
|
#14 (permalink) |
|
Experienced Zuner
Join Date: Dec 2007
Location: Suburbia Hell
Posts: 223
Reputation: 11
|
Done! http://files.filefront.com/BreakoutZ.../fileinfo.html Enjoy Guys!
__________________
![]() ![]() |
|
|
|
|
#15 (permalink) |
|
Experienced Zuner
|
nice job guys been waiting on a decent breakout game. We are one step closer to Ipod dominance. Hey bro while I was playing the game, ball skimmed across the left hand portion of the screen all the way of the screen. Now it just floats in the the top left.
Last edited by collver; 05-10-2008 at 02:02 PM.. ![]() |
|
|
|
|
#16 (permalink) | |
|
Expert Zuner
|
hey applehater, if you could add some background music(or random stuff on the zune) then it would be perfect.
__________________
Quote:
![]() ![]() |
|
|
|
|
|
#19 (permalink) |
|
Zuner
|
Good game. I'm glad somebody tried to make breakout.
__________________
"Everyone loves Hannah Montana... some people just think they're too cool to admit they like her. You can't tell me you havn't heard her new song and wanted to turn it up and rock out to it?" -Some Random Interweb Guy (He speaks the truth) ![]() |
|
|
|
|
#20 (permalink) |
|
Support Team
zB Programmer Zune Guardian Join Date: Feb 2008
Posts: 691
Reputation: 628
|
Make sure you use this in the beginning of the game if you want shuffled music playback from the zune's media library:
Code:
using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Media; using Microsoft.Xna.Framework.Storage; Code:
MediaPlayer.IsShuffled = true;
MediaPlayer.IsRepeating = true;
MediaLibrary ml = new MediaLibrary();
SongCollection s = ml.Songs;
MediaPlayer.Play(s);
MediaPlayer.Queue.MoveNext();
MediaPlayer.IsVisualizationEnabled = true;
![]() |
|
|
![]() |
| Thread Tools | |
|
|
| |