Search:

Type: Posts; User: justanothernoob

Search: Search took 0.01 seconds.

  1. VS 2008 [RESOLVED] making an array = another array?

    I have 2 arrays, tile(13,6) and loc1tile(13,6). Is there a way to make the values in loc1tile(13,6) equal to the corresponding values of tile(13,6)?

    Do I have to do it like this?
    loc1tile(0,0) =...
  2. VS 2008 Re: tile properties in a tile type game.

    Thanks for the help. I understand using a 2d array to represent the board, but I can't figure out how to apply the properties in the class to each tile individually. How can I use one class to give...
  3. VS 2008 tile properties in a tile type game.

    Hi, i am making a game where you move along squares on a grid. I want each tile to have different properties that can change, such as if you can walk on it, and its image.

    This is what I have:
    ...
  4. Replies
    0
    Views
    2,865

    key events in wpf?

    Hi, I am trying to figure out how to make key input effect anything. In WinForms i had this:


    Private Sub Form1_Keydown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs)...
  5. VS 2008 making a picturebox background transparent

    Hey. I have a few pictureboxes that move and contain an image of a fish. When they overlap, I would like to be able to see one fish under the other fish.

    I have made the background (white) of the...
  6. Replies
    9
    Views
    22,946

    VS 2008 Re: moving a picture box with arrow keys

    OK, i did have a button on the form and after I deleted it, it worked. So how would I go about this if i had other controls on the form?

    This confuses me, because I've played vb games where arrow...
  7. Replies
    9
    Views
    22,946

    VS 2008 Re: moving a picture box with arrow keys

    Thanks for the reply. I tried replacing picturebox1 in your code to guy (my image name) and running it, but it didn't work. The image stayed in the same place when I pressed the arrow keys. Was it...
  8. Replies
    9
    Views
    22,946

    VS 2008 moving a picture box with arrow keys

    Hey, I have been trying to figure this out all night, so I figures it's time to ask you guys.

    I can't figure out how to make a picture box move when a key is pressed. It works fine if I use a...
  9. Replies
    2
    Views
    732

    Re: continuous message box?

    ah thanks.
  10. Replies
    2
    Views
    732

    continuous message box?

    Hi, I am trying to have a box in the corner of my form that has continuous words added on it. Basically I want it to look like this: (each line would be added on as it occured in the form.

    You...
  11. VS 2008 Re: help getting 2 different random numbers

    Thanks for the reply. Is there anyway you could explain this or give an example? I'd really appreciate it.
  12. VS 2008 help getting 2 different random numbers

    Hey. I am trying to do a turn-based battle. I want enemyhit to be a random number between enemyminhit and enemymaxhit, and I want playerhit to be a random number between playerminhit and...
  13. preserving variables to use on multiple forms?

    I'm trying to make a simple text based-rpg to help myself learn about vb. I am trying to have it so that when a user hits a button to enter a shop, it will open a popup window which will have the...
  14. having a variable change as an event?

    I can't figure out how to make it so that when a variable reaches a certain value, an event is triggered. For example if I wanted a user's level to change to 2 when he gets 1000 exp.

    Dim level as...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width