|
|
|
|
#301 (permalink) |
|
Jr. Staff
Hacks and Mods Crew Zune Guardian Join Date: Mar 2007
Posts: 685
Reputation: 79
Donate |
I think ive said this somewhere in this thread before.
The top left "bug" is being caused by all the 0 "blocks" they all get thrown into the top left corner because they have no x or y, so they just get assinged 0 for x and 0 for y, if this doesnt get fixed by itself in the new version ill just throw them off the screen
|
|
|
|
| Remove Advertisements Sponsored Links | |
Advertisement |
|
|
|
#302 (permalink) |
|
Jr. Zuner
Join Date: Jun 2008
Posts: 33
Reputation: 9
Donate |
great game!
i am noticing a little problems with collision detection (goes through 4 blocks when it hits 1) and you need to fix the bug with it crashing on certain levels. other than that, great games. |
|
|
|
|
|
#303 (permalink) |
|
Jr. Member
$zB: 169
Donate |
The only problem I have found with this game is if you die then go back and select a level again sometimes it crashes. Sometimes
Other then that, the only thing this game needs is an animation when you hit blocks. Like them turning into dust or something. ![]()
__________________
Invisible Text. Rofl. =D To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
|
|
|
|
|
#304 (permalink) |
|
Zuner
Join Date: Feb 2008
Posts: 69
Reputation: 8
Donate |
a few levels (don't use the blank one, that's just for me to use as a template)
I've included the other piece of coding you have to put in as well, Also i haven't tried any of these out because i don't have vc# on this computer but hopefully they'll be okay, case 30: level1 = new int[,] {{0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}}; break; case 30: columns = 13; break; case 31: level1 = new int[,] {{1,1,1,2,2,2,3,3,3,4,4}, {1,11,1,2,11,2,3,11,3,4,11}, {1,1,1,2,2,2,3,3,3,4,4}, {6,6,6,7,7,7,8,8,8,9,9}, {6,11,6,7,11,7,8,11,8,9,11}, {6,6,6,7,7,7,8,8,8,9,9}, {10,0,0,0,0,0,0,0,0,0,10}, {0,10,0,0,0,0,0,0,0,10,0}, {0,0,10,0,0,0,0,0,10,0,0}, {0,0,0,10,0,0,0,10,0,0,0}, {0,0,0,10,0,0,0,10,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0}}; break; case 31: columns = 13; break; case 32: level1 = new int[,] {{1,1,1,1,1,1,1,1,1,1,1}, {1,2,2,2,2,2,2,2,2,2,1}, {1,2,3,3,3,3,3,3,3,2,1}, {1,2,3,4,4,4,4,4,3,2,1}, {1,2,3,4,5,5,5,4,3,2,1}, {1,2,3,4,5,11,5,4,3,2,1}, {1,2,3,4,5,5,5,4,3,2,1}, {1,2,3,4,10,11,10,0,0,2,1}, {1,2,3,10,0,0,0,10,0,2,1}, {1,2,10,0,0,0,0,0,10,2,1}, {1,10,0,0,0,0,0,0,0,10,1}, {10,0,0,0,0,0,0,0,0,0,10}, {0,0,0,0,0,0,0,0,0,0,0}}; break; case 32: columns = 13; break;
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#306 (permalink) |
|
Squirt
Join Date: Jun 2008
Posts: 14
Reputation: 10
Donate |
finally, a classic on a zune.
ima waste my life playing this!
__________________
TOMORROW MAY NEVER BE, SO ZUNE IT UP!! To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
|
|
|
|
|
#307 (permalink) |
|
Zuner
Join Date: Mar 2007
Posts: 80
Reputation: 10
Donate |
I noticed that when you have the gun powerup, you can't get the bricks on the very ends.
__________________
"I'm not gay, I'm British." To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#309 (permalink) | |
|
Jr. Zuner
Join Date: May 2008
Location: Florida
Posts: 42
Reputation: 10
Donate |
Quote:
and I think Led Zep said he knew all of the bugs and i think either me or someone else posted the grey block thingEdit- check the top of this page he tells you why power ups come from that corner
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
| |