home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 October / Gamestar_00_1998-10_cd1.bin / dema / carma2 / data.z / changecar.txt < prev    next >
Text File  |  1998-06-30  |  829b  |  65 lines

  1. VERSION 1    //  *********************************************
  2.         //  *    Carma2 front-end interface file        *
  3.         //  *                        *
  4.         //  *    Specifies location and content of     *
  5.         //  *      interface screen elements        *
  6.         //  *                        *
  7.         //  *********************************************
  8.  
  9. Change Car Menu    // Screen Title
  10.  
  11. 4        // number of elements/items on screen
  12. 0        // number of groups
  13. mainback    // underlay modelname
  14.  
  15. // Spec. for each item 
  16. Prev
  17. 50, 60,    // xpos, ypos
  18. 128, 32,     // width, height
  19. 19, 20        // normal font, hilight font
  20. none
  21. 0
  22. 0
  23. 0
  24.  
  25. Next, 
  26. 200, 60, 
  27. 128, 32, 
  28. 19, 20
  29. none
  30. 0
  31. 0
  32. 0
  33.  
  34. CANCEL
  35. 400, 440, 
  36. 128, 32,
  37. 17, 18
  38. none
  39. 0
  40. 0
  41. 0
  42.  
  43. OK
  44. 30, 440, 
  45. 128, 32,
  46. 17, 18
  47. none
  48. 0
  49. 0
  50. 0
  51.  
  52. //Scrolling list specs
  53. 0    // # of scrollers
  54.  
  55. //Radio Button specs
  56. 0    // # of radio button groups
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.