Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. navidnabijou

    darkBASIC, im a newbie!

    Yes and by the way a 3D game is very hard to make. You should start off on small aplications such as screensavers and passwords, then start on 2D games, then when youre ready, go on to 3D
  2. navidnabijou

    MOVING SPRITE HELP!!!

    [CODE] `Set up constant1 = 2 hide mouse randomize timer() `Loading bitmaps and getting images load bitmap "airplanesprite.bmp", 0 get image 1,0,0,69,71 load bitmap "alienshipsprite.bmp", 0 get image 2,0,0,53,36 load bitmap "bullet.bmp", 0 get image 3,0,0,12,12 cls `Declare variables [TO DO]...
  3. navidnabijou

    MOVING SPRITE HELP!!!

    `Set up constant1 = 2 hide mouse randomize timer() `Loading bitmaps and getting images load bitmap "airplanesprite.bmp", 0 get image 1,0,0,69,71 load bitmap "alienshipsprite.bmp", 0 get image 2,0,0,53,36 load bitmap "bullet.bmp", 0 get image 3,0,0,12,12 cls `Declare variables [TO DO] dim...

Part and Inventory Search

Back
Top