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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DBfan

  1. DBfan

    Controlling Multiple items on the screen

    you can use dim() command for individual control for example dim position(nrofpeople,2) --->here is position(1,1) for example the position on the x-axis of object id nr1, and position(18,2) is for example the position on the y-axis of object id nr18... for the AI, you could use functions...
  2. DBfan

    Mouse click on an image

    1: get the width and height of your sprite. (i always do it this way: load bitmap "bmp.bmp",1 bx=bitmap width(1) by=bitmap height(1) get image 1,0,0,bx,by sprite 1,x,y,1 2: well, the code off course--> (in a loop) if mousex()>spritex-bx/2 and mousex()<spritex+bx/2 if mousey()>spritey-by/2 and...
  3. DBfan

    New 2 3d Programming ... Please help

    well, it should work with the code ->load object "name.3ds",nr ... or there should be something wrong with the 3ds file that you created

Part and Inventory Search

Back
Top