Sephiroth
01-05-2006, 09:24 PM
Yes yes, I am another dreamer.
I don't want people to work with me (yet, maybe later, :) ), and I don't need websites to show me how to code (I'm learning it as I type this. Literally, I have the java book open to my side).
The master plan of mine is somewhat like Runescape. I plan to host a website at my house (TI connection, dont worry) with the game embedded into it. Somewhere on the site will have an ASP page, which allows people to make a new character (the character will be stored away in the file "C:/game/"username"", the password being in a txt document inside the "username" file)
All i need to know is the following:
1) How do you fill in a side of a 3D image? I was thinking of using the fill effect, but that's usually used for 2D imaging, since the fill code needs a name of an object and a 2D object has a name, whereas, a side of a 3D object DOES NOT have a name (that i know of). If someone knows a different snippet of code that should be able to color in a side of a 3D object or knows how to identify the name of a side of a 3D object, then POST!
2) How might i make it so that when the user hits the "login" button, it checks inside the directory "C:/game/"username"" for a txt file named PASSWORD, and when found, checks whether the password inside the txt file matches the one they found?
I probably will have more questions in the future, but I want to work on more 3D images (character-making, etc.) before I do so.
I don't want people to work with me (yet, maybe later, :) ), and I don't need websites to show me how to code (I'm learning it as I type this. Literally, I have the java book open to my side).
The master plan of mine is somewhat like Runescape. I plan to host a website at my house (TI connection, dont worry) with the game embedded into it. Somewhere on the site will have an ASP page, which allows people to make a new character (the character will be stored away in the file "C:/game/"username"", the password being in a txt document inside the "username" file)
All i need to know is the following:
1) How do you fill in a side of a 3D image? I was thinking of using the fill effect, but that's usually used for 2D imaging, since the fill code needs a name of an object and a 2D object has a name, whereas, a side of a 3D object DOES NOT have a name (that i know of). If someone knows a different snippet of code that should be able to color in a side of a 3D object or knows how to identify the name of a side of a 3D object, then POST!
2) How might i make it so that when the user hits the "login" button, it checks inside the directory "C:/game/"username"" for a txt file named PASSWORD, and when found, checks whether the password inside the txt file matches the one they found?
I probably will have more questions in the future, but I want to work on more 3D images (character-making, etc.) before I do so.