home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / Jamba / DOCS / LESN_11.JTF < prev    next >
Text File  |  1996-07-10  |  2KB  |  91 lines

  1. JTF 3 1.0
  2.  
  3. "Background1" 2 9
  4. BackgroundColor 16777215
  5. Drawstyle 0
  6. PreserveState 1
  7. Background 1
  8. BackgroundPage ""
  9. Width 300
  10. Height 100
  11. Enabled 1
  12. Style 1
  13.  
  14. "BgStart" PushBtn 13
  15. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  16. label "Start Lesson"
  17. Enabled 1
  18. HowToShow ""
  19. HowToHide ""
  20. Height 30
  21. Width 150
  22. X 10
  23. Y 10
  24. Visible 1
  25. event Click BgStart.Visible="False"
  26. event Click BgStop.Visible="True"
  27. event Click Application.GoToPage("StartPage1")
  28.  
  29. "BgStop" PushBtn 13
  30. font FAM:Dialog;PNT:13;HGT:-17;WGT:Bold;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  31. label "Stop Lesson"
  32. Enabled 1
  33. HowToShow ""
  34. HowToHide ""
  35. Height 30
  36. Width 150
  37. X 10
  38. Y 10
  39. Visible 0
  40. event Click BgStop.Visible="False"
  41. event Click BgStart.Visible="True"
  42. event Click Application.GoToPage("StartPage")
  43.  
  44. "StartPage" 0 9
  45. BackgroundColor 16777215
  46. Drawstyle 0
  47. PreserveState 1
  48. Background 0
  49. BackgroundPage "Background1"
  50. Width 1024
  51. Height 768
  52. Enabled 1
  53. Style 4
  54.  
  55. "StartPage1" 2 9
  56. BackgroundColor 16777215
  57. Drawstyle 0
  58. PreserveState 1
  59. Background 0
  60. BackgroundPage "Background1"
  61. Width 300
  62. Height 100
  63. Enabled 1
  64. Style 1
  65.  
  66. "Graphic1" Graphic 12
  67. filename "cycling.gif"
  68. numberofcells 6
  69. numberofcolumns 6
  70. transparentcolor 0
  71. Enabled 1
  72. HowToShow ""
  73. HowToHide ""
  74. Height 80
  75. Width 110
  76. X 170
  77. Y 10
  78. Visible 1
  79.  
  80. "Timer1" Timer 10
  81. alarminterval 50
  82. Enabled 1
  83. HowToShow ""
  84. HowToHide ""
  85. Height 42
  86. Width 42
  87. X 240
  88. Y 50
  89. Visible 1
  90. event Alarm Graphic1.NextCell()
  91.