Search:

Type: Posts; User: Shappy

Search: Search took 0.02 seconds.

  1. VS 2017 Re: "Respawning" Bitmaps and adding lives

    graPrjectile would be a graphics object, and I think I understand what you mean the image might look as it’s moving but it’s coordinates aren’t being changed.
  2. VS 2017 Re: "Respawning" Bitmaps and adding lives

    Thank you so much, the answer was definitely easier then what i was making it out to be for the life system.
  3. VS 2017 [RESOLVED] "Respawning" Bitmaps and adding lives

    Hiya,

    i'm building a small game and seem to be having trouble with having my code respawn a projectile

    currently i'm using an if statement

    the projectiles are stored as Bitmap graphics

    ...
  4. Replies
    1
    Views
    441

    Image Orientation

    Hiya, I was wondering if i could use Select Cases to do image Orients for example


    Select Case
    Case 0
    bmpCastleCopy.Setpixel(i = 45, j, tmpColor)
    case 1
    bmpCastleCopy.Setpixel(i, j = 45,...
  5. VS 2017 Re: Receiving Numerical Data from a list box to get an avg val

    thank you both very much, And i will definitely work on being more consistent with naming variables, the error did disappear and thank you wes, for showing a better way to get the average without...
  6. VS 2017 [RESOLVED] Receiving Numerical Data from a list box to get an avg val

    Hiya,

    So currently im building an application that will get me the avg of numbers that is input by the user via a text box using Doubles and arrays i got most of it working but having a little...
  7. Re: Using For Next Loops To Properly Shift a PictureBox up or Down

    Hiya, sorry for the late response but I was able to get what i needed with a for next loop and a counter but i appreciate your help :)
  8. [RESOLVED] Using For Next Loops To Properly Shift a PictureBox up or Down

    Hiya,

    Ive been struggling for a while trying to figure how out to Properly Move an object up or down using a For next loop, here is my current set up


    Private Sub Shift()

    For...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width