pro-beaniie

  1. PRo-Beaniie

    Question Key Down

    Hey guys, im looking for some code that can enable a e.keyvalue event when a player hits an object on form but i also want the form to load with the e.keyvalue event disabled any one know how to do this ?
  2. PRo-Beaniie

    Question High Scores...

    Hey Guys, As you may or may not know I have made quite a nice and tidy little game. Its based around space invaders and works quite well. however because i have finished my college project almost 2 weeks ahead of the assignments release date, my tutor has asked me to tweak my project and make...
  3. PRo-Beaniie

    Answered Progress bars...

    Hey Guys, I had some trouble a while back with my progress bars exeeding their maximum sizes. I though I had fixed the problem but obviously I was wrong every time the maximum size is exeeded the application enteres debugging mode .... this is really frustrating as the progress bars are a...
  4. PRo-Beaniie

    Answered Closing Button...

    Hey Guys, I have just built a full main menu for my pc game however the one thing i cant get my head around is terminating the runnning programme using a button held within the form. I have built a button labeled exit and tried a couple of closing codes such as, Me.Close ExitApplication...
  5. PRo-Beaniie

    Answered Audio Files

    Hey Guys, Im trying to play a mp3 on my main menu for my game however its not playing...:confused: ive tried hardcoding the file to the desktop, inserting the file into the solurtion explorer and even declaring it its own sub but i get no sound any ideas ??:confused: I just want the file...
  6. PRo-Beaniie

    Answered Resetting a form...

    hey guys, Im trying to achieve a complete reset of a form i have used. I have a parent form and want to reset the second form... Im completly new to using multiple forms however some researching has lead me to this... as posted by a previous user in 2005 'if it's a form that's opened from...
  7. PRo-Beaniie

    Question image appear randomly?

    Hey Guys, im trying to make a single image appear randomly at any given time i have tryed to figure out the code for this my self however i have had no success any ideas :confused: If HPU.Visible = False Then HPU.Visible = Int((550) * Rnd() + 1) End If
  8. PRo-Beaniie

    Answered Score...

    Hey Guys, I have been trying to link my scoreboard to a progress bar, i have managed to link the progress bar to the score value however. if i score over the progress bar limit i enter debugging mode a little help with this would be much appreciated ... :) here is my complete collision code...
  9. PRo-Beaniie

    Answered Client Rectangle Problem...

    Hey guys, For a while i have been playing a guessing game with this line of code. If Sdown = True And Shooter.Top >= Me.ClientRectangle.Height Then Shooter.top += Shooterspeed End If Basically i have a shooter on the form and whenever i press the down key the...
  10. PRo-Beaniie

    Question Scrolling Text...

    i was in the middle of writing out a all the instructions for my game when i had a idea why not scroll the instructions in a box. The text i would have in this box is somthing like this... USE THE ARROW KEYS LOCATED ON THE RIGHT OF YOUR KEYBOARD TO CONTROL THE AIRCRAFT. PRESS SPACE TO FIRE...
  11. PRo-Beaniie

    Question Random Event ... Timer Trigger?

    Hey Guys, As you may have read in my other posts i am creating a game in VB.NET for my First Diploma college course;) ... Im just putting the finishing touches on the game now. However Thought to myslef why not make te game that little bit more interesting... i have a genral idea of what i...
Back
Top