home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / FishSim / fsetup / gsn / peg.gsn < prev    next >
Text File  |  1999-05-12  |  756b  |  36 lines

  1. SETCOL 0 0 0 0
  2. SETCOL 11 26 26 26
  3. SETCOL 15 31 31 31
  4. SETCOL 7 18 18 18
  5. SETCOL 63 31 0 0
  6. SETCOL 25 0 18 0
  7. SETCOL 26 29 29 0
  8. SETCOL 13 29 29 29
  9. SETCOL 55 20 0 0
  10. SETCOL 16 30 30 27
  11. ADD 110 67
  12. CONTAINER 0 0 421 280
  13. DIALOG 0 0 420 280 8 8 16 11 15 7
  14. changefont TM20
  15.  
  16. rem ** graphic for the peg goes here if one is needed **
  17. putgraphic 15 20 graphics/roach.pcx
  18.  
  19. rem *** Peg name goes here **
  20. SHADOW 180 15 25 0 1 [peg name]
  21.  
  22. rem ** underline the peg name **
  23. Linex 180 38 380 63
  24.  
  25. rem ** Always put a close button on the screen **
  26. BUTTON 175 239 235 259 11 15 7 [CLOSE]
  27.  
  28. changefont tm15
  29. rem ** Don't forget the close button text **
  30. string 190 242 0 1 Close
  31.  
  32. changefont tm10
  33. string 170 48 0 1 Line 1
  34. string 170 60 0 1 Line 2 
  35.  
  36. END