Results for "Author: emperor frollard"
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
This code, aside from being totally useless is a learning tool. I wrote it for my IT intro to networking class, to illustrate the process of 'anding' (no, thats not a typo) a TCP/IP IP with its subnet mask to determine the Network ID and Network Class. Its got lots of 'dumb user' pitfall watches like checking for people typing words in number feilds etc. Also 'included' in this miracle program is the ability to use "." to tab between fields, in a custom built taborder. In order to keep proper coding standards, I ended up with LOTS of subs, each only operating on very small tasks, to keep the code simple. Take a look, you may like it, you may not, its totally useless (unless you need to learn about network ID's), but a good example of good coding standards, if nothing else. How it works: Short and sweet - to determine what network your computer is on, it uses a network ID, derrived from your IP and your subnet mask. To put the two together, you first convert each octet (part of the IP and Mask) into binary seperately. Then, one by one you go through bit 1 of octet 1 of each the IP and Mask, and use an 'or' on them, if either is a 1, then the resulting bit will be 1. After all the bits have been anded, then they get converted back into decimal, resulting in the Network ID. if you didnt understand that, dont worry, I wrote this program BECAUSE my classmates didnt understand it. feel free to vote, although (obviously) not nessecary. I just want to get a scope of what people think of it.
That simple fun game is BACK with a VENGANCE! ***update*** - now has restart capability (w/o re-running application) Simple sidescrolling flying thru a cave game. I remade it to use lines instead of the line control, so now the grafix dont flicker as you play. new features added - New ship types Use 'lines' instead of hundreds of 'line' controls 'ship' controls updated LOTS of configurable options Normal/inverted (goofy) controls for extra challenge. It's pretty much done, with the exception that I dont feel like programming an animation for the 'death' explosion right now...thats all thats lacking right now. Votes are welcome but not demanded, feel free to comment with suggestions, etc. YAHOO!
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
This code, aside from being totally useless is a learning tool. I wrote it for my IT intro to networking class, to illustrate the process of 'anding' (no, thats not a typo) a TCP/IP IP with its subnet mask to determine the Network ID and Network Class. Its got lots of 'dumb user' pitfall watches like checking for people typing words in number feilds etc. Also 'included' in this miracle program is the ability to use "." to tab between fields, in a custom built taborder. In order to keep proper coding standards, I ended up with LOTS of subs, each only operating on very small tasks, to keep the code simple. Take a look, you may like it, you may not, its totally useless (unless you need to learn about network ID's), but a good example of good coding standards, if nothing else. How it works: Short and sweet - to determine what network your computer is on, it uses a network ID, derrived from your IP and your subnet mask. To put the two together, you first convert each octet (part of the IP and Mask) into binary seperately. Then, one by one you go through bit 1 of octet 1 of each the IP and Mask, and use an 'or' on them, if either is a 1, then the resulting bit will be 1. After all the bits have been anded, then they get converted back into decimal, resulting in the Network ID. if you didnt understand that, dont worry, I wrote this program BECAUSE my classmates didnt understand it. feel free to vote, although (obviously) not nessecary. I just want to get a scope of what people think of it.
That simple fun game is BACK with a VENGANCE! ***update*** - now has restart capability (w/o re-running application) Simple sidescrolling flying thru a cave game. I remade it to use lines instead of the line control, so now the grafix dont flicker as you play. new features added - New ship types Use 'lines' instead of hundreds of 'line' controls 'ship' controls updated LOTS of configurable options Normal/inverted (goofy) controls for extra challenge. It's pretty much done, with the exception that I dont feel like programming an animation for the 'death' explosion right now...thats all thats lacking right now. Votes are welcome but not demanded, feel free to comment with suggestions, etc. YAHOO!
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
This code, aside from being totally useless is a learning tool. I wrote it for my IT intro to networking class, to illustrate the process of 'anding' (no, thats not a typo) a TCP/IP IP with its subnet mask to determine the Network ID and Network Class. Its got lots of 'dumb user' pitfall watches like checking for people typing words in number feilds etc. Also 'included' in this miracle program is the ability to use "." to tab between fields, in a custom built taborder. In order to keep proper coding standards, I ended up with LOTS of subs, each only operating on very small tasks, to keep the code simple. Take a look, you may like it, you may not, its totally useless (unless you need to learn about network ID's), but a good example of good coding standards, if nothing else. How it works: Short and sweet - to determine what network your computer is on, it uses a network ID, derrived from your IP and your subnet mask. To put the two together, you first convert each octet (part of the IP and Mask) into binary seperately. Then, one by one you go through bit 1 of octet 1 of each the IP and Mask, and use an 'or' on them, if either is a 1, then the resulting bit will be 1. After all the bits have been anded, then they get converted back into decimal, resulting in the Network ID. if you didnt understand that, dont worry, I wrote this program BECAUSE my classmates didnt understand it. feel free to vote, although (obviously) not nessecary. I just want to get a scope of what people think of it.
That simple fun game is BACK with a VENGANCE! ***update*** - now has restart capability (w/o re-running application) Simple sidescrolling flying thru a cave game. I remade it to use lines instead of the line control, so now the grafix dont flicker as you play. new features added - New ship types Use 'lines' instead of hundreds of 'line' controls 'ship' controls updated LOTS of configurable options Normal/inverted (goofy) controls for extra challenge. It's pretty much done, with the exception that I dont feel like programming an animation for the 'death' explosion right now...thats all thats lacking right now. Votes are welcome but not demanded, feel free to comment with suggestions, etc. YAHOO!
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
This code, aside from being totally useless is a learning tool. I wrote it for my IT intro to networking class, to illustrate the process of 'anding' (no, thats not a typo) a TCP/IP IP with its subnet mask to determine the Network ID and Network Class. Its got lots of 'dumb user' pitfall watches like checking for people typing words in number feilds etc. Also 'included' in this miracle program is the ability to use "." to tab between fields, in a custom built taborder. In order to keep proper coding standards, I ended up with LOTS of subs, each only operating on very small tasks, to keep the code simple. Take a look, you may like it, you may not, its totally useless (unless you need to learn about network ID's), but a good example of good coding standards, if nothing else. How it works: Short and sweet - to determine what network your computer is on, it uses a network ID, derrived from your IP and your subnet mask. To put the two together, you first convert each octet (part of the IP and Mask) into binary seperately. Then, one by one you go through bit 1 of octet 1 of each the IP and Mask, and use an 'or' on them, if either is a 1, then the resulting bit will be 1. After all the bits have been anded, then they get converted back into decimal, resulting in the Network ID. if you didnt understand that, dont worry, I wrote this program BECAUSE my classmates didnt understand it. feel free to vote, although (obviously) not nessecary. I just want to get a scope of what people think of it.
That simple fun game is BACK with a VENGANCE! ***update*** - now has restart capability (w/o re-running application) Simple sidescrolling flying thru a cave game. I remade it to use lines instead of the line control, so now the grafix dont flicker as you play. new features added - New ship types Use 'lines' instead of hundreds of 'line' controls 'ship' controls updated LOTS of configurable options Normal/inverted (goofy) controls for extra challenge. It's pretty much done, with the exception that I dont feel like programming an animation for the 'death' explosion right now...thats all thats lacking right now. Votes are welcome but not demanded, feel free to comment with suggestions, etc. YAHOO!
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)
This code, aside from being totally useless is a learning tool. I wrote it for my IT intro to networking class, to illustrate the process of 'anding' (no, thats not a typo) a TCP/IP IP with its subnet mask to determine the Network ID and Network Class. Its got lots of 'dumb user' pitfall watches like checking for people typing words in number feilds etc. Also 'included' in this miracle program is the ability to use "." to tab between fields, in a custom built taborder. In order to keep proper coding standards, I ended up with LOTS of subs, each only operating on very small tasks, to keep the code simple. Take a look, you may like it, you may not, its totally useless (unless you need to learn about network ID's), but a good example of good coding standards, if nothing else. How it works: Short and sweet - to determine what network your computer is on, it uses a network ID, derrived from your IP and your subnet mask. To put the two together, you first convert each octet (part of the IP and Mask) into binary seperately. Then, one by one you go through bit 1 of octet 1 of each the IP and Mask, and use an 'or' on them, if either is a 1, then the resulting bit will be 1. After all the bits have been anded, then they get converted back into decimal, resulting in the Network ID. if you didnt understand that, dont worry, I wrote this program BECAUSE my classmates didnt understand it. feel free to vote, although (obviously) not nessecary. I just want to get a scope of what people think of it.
That simple fun game is BACK with a VENGANCE! ***update*** - now has restart capability (w/o re-running application) Simple sidescrolling flying thru a cave game. I remade it to use lines instead of the line control, so now the grafix dont flicker as you play. new features added - New ship types Use 'lines' instead of hundreds of 'line' controls 'ship' controls updated LOTS of configurable options Normal/inverted (goofy) controls for extra challenge. It's pretty much done, with the exception that I dont feel like programming an animation for the 'death' explosion right now...thats all thats lacking right now. Votes are welcome but not demanded, feel free to comment with suggestions, etc. YAHOO!
its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)