home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / Jamba / DOCS / LESN_3.JTF < prev    next >
Text File  |  1996-07-09  |  2KB  |  120 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 600
  10. Height 110
  11. Enabled 1
  12. Style 0
  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("EnterCycl")
  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. "EnterCycl" 4 9
  56. BackgroundColor 16777215
  57. Drawstyle 1
  58. PreserveState 1
  59. Background 0
  60. BackgroundPage "Background1"
  61. Width 600
  62. Height 110
  63. Enabled 1
  64. Style 0
  65.  
  66. "Graphic1" Graphic 15
  67. filename "Cycle3.gif"
  68. numberofcells 9
  69. numberofcolumns 3
  70. numberofrows 3
  71. transparentcolor 0
  72. Enabled 1
  73. HowToShow ""
  74. HowToHide ""
  75. Height 51
  76. Width 174
  77. X 10
  78. Y 50
  79. Visible 1
  80. event Enter Timer1.Start()
  81. event Leave Timer1.Stop()
  82.  
  83. "BackgroundText1" BitText 10
  84. text "Jamba is Cool."
  85. font FAM:Helvetica;PNT:21;HGT:-28;PCH:Default;STL:Any;QLT:Default;OPR:Default;CLP:Default
  86. Enabled 1
  87. HowToShow ""
  88. HowToHide ""
  89. Height 50
  90. Width 310
  91. X 210
  92. Y 50
  93. Visible 1
  94.  
  95. "Audio1" Audio 11
  96. filename "Logo2.au"
  97. playcount -1
  98. Enabled 1
  99. HowToShow ""
  100. HowToHide ""
  101. Height 42
  102. Width 42
  103. X 540
  104. Y 50
  105. Visible 1
  106. event Create Audio1.Play()
  107.  
  108. "Timer1" Timer 11
  109. alarminterval 50
  110. autostart 0
  111. Enabled 1
  112. HowToShow ""
  113. HowToHide ""
  114. Height 42
  115. Width 42
  116. X 10
  117. Y 50
  118. Visible 1
  119. event Alarm Graphic1.NextCell()
  120.