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 derfloh 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

    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]...
  2. 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