Search:

Type: Posts; User: samqweqwe3

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    9,597

    Re: using the keydown function in a timer

    IT WORKS!!!!
    i made a stupid mistake, i forgot to enable the timer:lol:

    thanks for helping
  2. Replies
    6
    Views
    9,597

    Re: using the keydown function in a timer

    what do you mean by all the code? do you mean all the code on moving or just all the code

    here is the moving code:



    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As...
  3. Replies
    6
    Views
    9,597

    Re: using the keydown function in a timer

    it didnt do anything
    i think it is because it does not have a value to determine if it is pressed or not, it just jets the key state. it needs a value like 0, 1 or true, false (these did not work)....
  4. Replies
    6
    Views
    9,597

    using the keydown function in a timer

    hi, I am making a game that involves using the arrow keys I have been using the keydown function for the form but when i use it now all the timers seem to stop. this was my previous code for the...
  5. Replies
    0
    Views
    2,720

    VS 2010 leader board help

    hi
    i am making a game which has a leader board in it. i have written a code for it but it doesn't seem to load it
    in a timer(

    If lives <= 0 Then
    Dim score1 As Integer =...
  6. Replies
    14
    Views
    20,492

    Re: making random picture boxes go on the form

    thanks
    that helps alot:)
  7. Replies
    14
    Views
    20,492

    Re: making random picture boxes go on the form

    o found it

    thats much better thanks:)
    do you know how to keep it in the from thou because when i test it sometimes i have to wait ages for it to come back at the player.
    maybe its my code does...
  8. Replies
    14
    Views
    20,492

    Re: making random picture boxes go on the form

    how do you create a random?
  9. Replies
    14
    Views
    20,492

    making random picture boxes go on the form

    hi
    i am making a game in visual basic and when the picture box that you have to shoot resets, sometimes it resets off the form i use this code to make the picture box move randomly :

    PbxMet.Top...
  10. Replies
    4
    Views
    582

    Re: help with if touching code

    ooo i forgot to send the code
    it is much simpler than i thought


    Pbx.Bounds.IntersectsWith(Pbx2.Bounds)

    thanks
  11. Replies
    4
    Views
    582

    Re: help with if touching code

    thanks :D
  12. Replies
    4
    Views
    582

    [RESOLVED] help with if touching code

    hi
    i am making a game i visual basic and i am stuck on an i touching code
    does anyone know a code for it?
    thanks in advance
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width