home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd2.bin / software / other / timekeep / Timekeeper.exe / Timekeeper / Timekeeper.PPC_MIPS.CAB / 00Ojster.009 / global.txt < prev    next >
Encoding:
Text File  |  2001-04-28  |  1.1 KB  |  35 lines

  1. ' This is the first file Timekeeper will read.
  2. ' It lays how how the screen will be divided
  3. ' up into logical timers.  Timers are always
  4. ' rectangle regions
  5.  
  6. BACKGROUNDFILE bg.jpg
  7. ' Just specify the file you want.  This is
  8. ' a little different syntax than the Timer
  9. ' BACKGROUND statement
  10.  
  11. 'SET TOGGLEMODE
  12. ' If you set this variable, the timers act
  13. ' in a way friendly to setting up a chess skin
  14.  
  15. TIMER 1,script.txt,18,26,210,45
  16. TIMER 2,script.txt,18,71,210,45
  17. TIMER 3,script.txt,18,116,210,45
  18. TIMER 4,script.txt,18,162,210,45
  19. TIMER 5,script.txt,18,207,210,45
  20. ' The first number is a 'Timer ID'.  It's
  21. ' used to keep timers running when you switch
  22. ' skins.  Try to keep the users expectation
  23. ' of the 'first' timer in line with ID = 1.
  24. '
  25. ' You then specify a timer script file
  26. ' and client coordinates for the timer 
  27. ' rectangle.  Once you are in the script file,
  28. ' all coordinates will be relative to this
  29. ' rectangle.  Most timers will probably look
  30. ' and behave the same, and so will have the
  31. ' same script file.  This is certainly not a 
  32. ' requirement though
  33.  
  34.  
  35.