Results 1 to 5 of 5

Thread: Make Your Own Game in VB

  1. #1
    Join Date
    Mar 2009
    Posts
    4

    Make Your Own Game in VB

    hi,
    I always wanted to create my own game but I do not know exactly how to do it can someone help me,Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Make Your Own Game in VB

    So I would recommend you with simple things such as Visual Basic and begin no "game maker" use. you need to download a pdf file and start programming. you need a little patience and creativity slight Computer skills. Oh yes ... go to word or exel macro extras on visual basic. There is a tool with which you can create windowless windows and Cote to write.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Make Your Own Game in VB

    Well first you should have a "user form" create (Insert - User-form) -draw a "window" in the form and make a double click on the button thus you will come to the code and write the middle line in the text:

    Private Sub CommandButton1_Click ()

    CommandButton1.Caption = "hello!"

    End Sub

    then you need the macro to run (F5) ,when you click the button clicks on the button should hello

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: Make Your Own Game in VB

    Illustrating the basic ideas and techniques behind game programming, this guide shows how to implement ideas and techniques in developing three specific games (a text adventure, a graphics adventure and a graphics arcade game) with Visual Basic.

  5. #5
    Join Date
    May 2008
    Posts
    2,389

    Re: Make Your Own Game in VB

    I do just in a game. 2D Online RPG. If a modular system but nothing DETO despite very extensive. Software would be available. You will not need any programming knowledge.

Similar Threads

  1. How would you make your own ultimate game?
    By sArkar in forum Video Games
    Replies: 8
    Last Post: 07-01-2012, 07:47 PM
  2. How to make a simple Android game
    By Katyayani in forum Software Development
    Replies: 10
    Last Post: 28-12-2011, 10:48 PM
  3. Replies: 4
    Last Post: 22-11-2011, 06:35 AM
  4. Make a game engine from scratch
    By Bhagwandas in forum Video Games
    Replies: 3
    Last Post: 30-07-2009, 08:18 AM
  5. How to make a DOS game on Windows Xp
    By B_Hodge in forum Video Games
    Replies: 3
    Last Post: 23-06-2009, 06:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,647,634.42734 seconds with 16 queries