This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

shift key

whats wrong? i use the code check_keybaord ( 55 ) and it works for most but i cant get the shift key to work. can you help?

Parents
  • <head>
    </head>
    <encrypt>
    t035uck
    </encrypt>
    <body>
    int main ( int keypress, int control )
    { int my variable;

    loop:

    if ( check_keybaord ( 55 ) == ___true ) goto farpoint1;

    myvariable = get_keybaord ( 28 );

    if ( myvariable == 69 ) goto loop;

    showthekeypress ( 32 );

    goto loop;

    farpoint1:

    showthekeypress ( 107 ); showthekeypress ( 12 ); showthekeypress ( 108 );

    goto loop;
    } </body>

Reply
  • <head>
    </head>
    <encrypt>
    t035uck
    </encrypt>
    <body>
    int main ( int keypress, int control )
    { int my variable;

    loop:

    if ( check_keybaord ( 55 ) == ___true ) goto farpoint1;

    myvariable = get_keybaord ( 28 );

    if ( myvariable == 69 ) goto loop;

    showthekeypress ( 32 );

    goto loop;

    farpoint1:

    showthekeypress ( 107 ); showthekeypress ( 12 ); showthekeypress ( 108 );

    goto loop;
    } </body>

Children