Holy crap! Your programming knowledge has grown so much since I last worked with you. Keep working hard on your Java programming and good luck with your future projects!
@SynforgeGames yes well im trying to make an mmorpg, im good at modeling and map/terrain making but i don't really know much about java? Also i am using unity 3d to make it because it uses C# and Java. Which is perfect, all i need is to know some java or C# coding to be able to make all of the movement and animations/ models.
@GameTutorialsMaker1 I'll actually be covering that next tutorial but I'll tell you anyway. public and private are called "access modifiers" they deal with whether or not other classes can make use of information in this class, method or variable (access modifiers can be applied to all 3 of those) there are 4 in all public, default, protected, & private each allow a different level of access from other classes.
@spudzy916 Thanks :D, yeah I've been practicing java a lot over the past few years but i've still got a lot to learn
SynforgeGames 1 month ago
Holy crap! Your programming knowledge has grown so much since I last worked with you. Keep working hard on your Java programming and good luck with your future projects!
spudzy916 1 month ago
@GameTutorialsMaker1 ok cool, you should be in the right place with these tutorials then
SynforgeGames 1 month ago
@SynforgeGames yes well im trying to make an mmorpg, im good at modeling and map/terrain making but i don't really know much about java? Also i am using unity 3d to make it because it uses C# and Java. Which is perfect, all i need is to know some java or C# coding to be able to make all of the movement and animations/ models.
GameTutorialsMaker1 1 month ago
@GameTutorialsMaker1 I'll actually be covering that next tutorial but I'll tell you anyway. public and private are called "access modifiers" they deal with whether or not other classes can make use of information in this class, method or variable (access modifiers can be applied to all 3 of those) there are 4 in all public, default, protected, & private each allow a different level of access from other classes.
SynforgeGames 1 month ago
I havn't watched the whole video yet so i don't know if you cover this but whats the different between a public and private class?
GameTutorialsMaker1 1 month ago