Jump to content
xisto Community

.hack//GU

Members
  • Content Count

    193
  • Joined

  • Last visited

Posts posted by .hack//GU


  1. My first time skipping class was my English class when I'm in my sophomore year. I remembered it because that was my last class attendance.I regret it, because from that time sometimes I skip my class and my inner selfdidn't give me anymore alert( what do we say... feel guilty?)So, if you haven't skipped any class, dont' do it kay?


  2. first off i would like to announce this is my first time on here, i would like to know what kind of programs i need to edit my Pc games.
    i have been learning how to edit with just texts but i would like to know what i need for the text scripts i can't read?

    any information can help
    --thanks


    First of all, what game is it? with Textpad, you can alter the codes even if it's written in Hexadecimal.

  3. Woah. I couldn't even compile that one. (Probably because I don't have the identical headers to yours, I'm sure I even have a copy of dos.h) Mind commenting through the file? I mean, I'm probably one of the last people who should say this, but it's really necessary sometimes. Especially when you're talking to a public who has no clue what useX is used for or why it equals 41 instead of 42 :lol:
    So yeah, please comment through it. Otherwise it'd take us a lot longer than it should to find a problem and you'd get less people to help you.


    Well, I thought my code itself is a failure. I'll take another glimpse through the codes tonight. Anyway, I've acquired some tetris code but all of it are in graphics.h. Anyone know where I can get tetris code without graphics.h?

  4. Please help me, I have an assignment to make a tetris-like game in C/C++.Anyone could help me with the source code?I've thought the algorithm to make a 2-D matrix, but in the end all I can make is only the one I've attached.So, please anyone who knows how to make this one to help me.Thank you in advance. :lol:(Attachment: Tetris2.TXT should be Tetris2.CPP to edit in C++)

    TETRIS2.TXT


  5. Does anyone own this phone? I am planning to get this in early October, because that is when my subscription plan with the service provider ends. I have been a fan of Sony Ericsson fans, their layout is simple and pleasing to their eye. And this phone with a 3.2 megapixel camera just tops it up for me. It is really nice to be able to have a very clear camera with you whenever you are. Saves a lot of money buying a camera.


    Telling the truth, I prefer W800i. I like the walkman function so it's the best choice for those who prefer music. Fr K800i, maybe you could rely on its camera function. Well, in the end, it's comparable which function you want to distinguish.

  6. Most people consider the 4th dimension to be time or change, as this is another way to measure something. For example, a book could be 21cm wide, 30cm high, 6cm deep and 6 months old. 4 measurements, 4 dimensions. Some people then derive a theory that we can resize things along the x, y and z axis, so why not along time, so theories of time travel are then linked in.
    There are also theories of a 5th dimension, but this gets incredibly complicated and confusing, and there are still a lot of people that believe we couldn't get as far as a 5th dimension.


    As long as I know, some communities have their own description of the 4th dimention. Some believe it's time, while others refer to some place doesn't exist in real world. But, basically, dimention is measureable. So, it must be measured. As long as we can measure something, I think it can be described as a dimention. If you add it after the three previous dimentions, it would be called "4th dimention", 5th and so on.

  7. Please help me. I'm building a group of database fro a program.the situation is like this: 'user' may have 1 or more class(es). 'class' itself may have 1 or more user in its classroom.I'm bad at explaining... maybe like this: A program is made to write data of classroom. Hikaru has a math class at Monday and statistic class at Tuesday. The math class itself consists of about 50 students in a classroom.So, Hikaru (user ) may have one or more class at time,math class (class) may have one or more students at time.So, basically I must make these two tables joined together. It is (many-to-many) relation in which I haven't known how to build. So, please tell me how I build these two tables.Thanks in advance.


  8. yes, in the first code it return false if the brackets is empty. But, what I mean is when I use brackets, well is pops up the window (alert), but the browser goes through the action in the form, means it doesn't return false. So, in short, I can only have 1 command after 'if' and cannot use any brackets. Is that possible for mistake? thanks in advance


  9. I make this function:

    <script language="JavaScript" type="text/javascript">	function validFormUse(passF)	{		if(passF.user.value == "") return false;		if(passF.pass.value == "") return false;		return true	}</script>

    I want to make :

    if(passF.user.value == "") return false;

    like this:

    if(passF.user.value == ""){ alert("FALSE"); return false;}

    but, it doesn;t work. Why? I use the brackets and it doens't work. only if it doesn't use brackets it is fully operational. anybody know what's wrong?

    Notice from BuffaloHELP:
    Please use correct bbcode for posting codes.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.