|
  
|
|
|||||||
| Flame Board Hate someone? Hate the ipod? Hate me? Flame all you want here. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Experienced Zuner
Join Date: Aug 2008
Posts: 168
Reputation: 20
|
The current game I am making doesn't need objects, but the next one will.
I looked in help and XNA Wiki and I can't find anything about objects. I need to know exactly what an object is, how to create one, and how to use one. Thanks.
__________________
Sign up for ZuneApps To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Web Browser looks like it might work To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Helpful Codes for Beginners To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Helpful Tutorials for Beginners 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. ![]() |
|
|
|
|
|
#2 (permalink) |
|
Jr. Member
Join Date: Jun 2007
Location: Mass
Posts: 312
Reputation: 78
|
You seem to be having problems with .Net and OOp to begin with. You dove right in here to XNA without any VB or C# or other language knowledge. Objects is your firstmajor brick wall.
If I told you everything to know, we would be here all day, and it would be too easy for you, you need to spend time on the learning curve as everyone else did. So, therefore, ill be a nice guy and give you some keywords to Wiki. Object oriented programming C# Programming Class You need to do some research first, before asking help form the community.
__________________
~Shutout5591~ 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. If you like me work or I have helped you, + Rep me! To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
|
#3 (permalink) | |
|
Experienced Zuner
Join Date: Aug 2008
Posts: 168
Reputation: 20
|
Quote:
__________________
Sign up for ZuneApps To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Web Browser looks like it might work To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Helpful Codes for Beginners To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Helpful Tutorials for Beginners 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. ![]() |
|
|
|
|
|
|
#5 (permalink) |
|
Jr. Member
Join Date: Jun 2007
Location: Mass
Posts: 312
Reputation: 78
|
__________________
~Shutout5591~ 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. If you like me work or I have helped you, + Rep me! To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
|
#6 (permalink) |
|
Jr. Member
Join Date: Nov 2007
Location: Pennsylvania
Posts: 389
Reputation: 25
|
I'm still totally down for zune apps having his own forums... i don't get why the guy has more rep then me when the community practically fixes everything. I know i'm not the best programmer... but i've managed to work on two existing games, create one myself (without any help), and i've begun work on another game.... I just don't get it...
__________________
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. 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. ![]() |
|
|
|
|
|
#7 (permalink) |
|
Jr. Member
Join Date: Jun 2007
Posts: 407
Reputation: 77
|
An object is an instance of a class. A class is a definition of an object. A class has properties and methods that define the data it exposes and actions that can be performed on an instance of it. Proper design and use of classes can organize code into manageable blocks.
You create a new object when you create a new instance of a class. You use the public properties and methods on the object to execute code that is written in the class that defines the object. If you have created anything, you have been using objects. Everything in .NET is an object. ![]() |
|
|
|
|
|
#9 (permalink) |
|
Jr. Member
Join Date: Jun 2007
Posts: 407
Reputation: 77
|
To understand what TT is saying, read this article.
TT, why don't you give a quick post on interfaces and the patterns that use them? I'm sure a programmer just starting out would benefit from that. He's absolutely right. I'm a VB programmer and I don't understand a damn thing anyone's talking about. Last edited by Netrix : 08-27-2008 at 08:40 AM. ![]() |
|
|
|
|
|
#10 (permalink) | |
|
Posting Disabled
Experienced Member
Join Date: Jun 2008
Posts: 807
Reputation: 287
|
Quote:
@Anachositc, when were you added to the zB Programmers? Last edited by catnat109 : 08-27-2008 at 06:26 AM. |
|
|
|
|
|
|
#14 (permalink) | |
|
Posting Disabled
Experienced Member
Join Date: Jun 2008
Posts: 807
Reputation: 287
|
Quote:
|
|
|
|
|
|
|
#15 (permalink) | |
|
Jr. Member
Join Date: Apr 2008
Posts: 392
Reputation: 121
|
Quote:
Also, VB? woah. In school we had to use VB6 to make stuff. All I did was make games like pong and this fun mouse game where you had to keep a ball from a wall. I also almost finished a physics minigame that was fun. |
|
|
|
|
|
|
#16 (permalink) |
|
Jr. Member
Join Date: Jun 2007
Posts: 407
Reputation: 77
|
You self-righteous prick. Apparently, the concept of sarcasm flies right past you.
And that goes for the lot of you. It seems some developers here believe they came from the womb with mastery of the C family of languages. No one seems to remember that everyone was a beginner once and had to learn on their own. For me, it's been 25 years since I started and I know there is always something new to learn. I don't carry the air of superiority that I've been coding for 25 years and I know all there is to know. Further, too many people that are in a position to help do not understand how to help. Your egos get in the way. You don't understand that different people learn in different ways - some have to read, some have to hear, some have to do, and some need a mix of all of them. You are the types that give IT the reputation of being unapproachable and impossible to deal with. I was so happy when Microsoft released XNA and ZuneBoards started attracting developers. Now, I'm not so sure. There are some devs on here that really have come off as pompous and derisive and seem to view themselves as Olympian gods, where no one may present a question to them unless they have been born from their C# bloodline. Instead of taking the time to type an answer, they type an insult. That right there is the true demonstration of your skill level. If you are unable to explain how you do something in terms that a beginner can understand, even if it takes many paragraphs, you are not as good as you think you are. And if you are not willing to take the time to share your knowledge, even if it takes many paragraphs, you are of no value to a community. Now on the topic of VB. Who the hell are you to make assumptions about my coding ability simply because of the language I choose to write in? If you are insinuating that my coding structure is poor or that I don't have proper design skills, I can assure you that you are wrong. You cannot fake your way to an MCSD.NET certification. And while being certified is fine for understanding industry-standard terminology and technique, I also have many years of professional coding experience, from .com to Fortune 100 companies. So don't try and belittle me for choosing to code in a language that has a greater value in the business world due to integration with Office, SQL Server, and WSH. ![]() |
|
|
|
|
|
#17 (permalink) | |
|
Posting Disabled
Experienced Member
Join Date: Jun 2008
Posts: 807
Reputation: 287
|
Quote:
|
|
|
|
|
|
|
#20 (permalink) | |
|
Jr. Member
Join Date: Apr 2008
Posts: 392
Reputation: 121
|
Quote:
And as to the topic of VB, I believe I missed the part of where I insulted you? |
|
|
|
|