home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #6 / CDD_6_95.ISO / cdd / winanw / tb / neu_27.scr < prev    next >
Text File  |  1994-09-06  |  2KB  |  86 lines

  1. rem Script zu den neuen Hotspot-Funktionen von TrueBase 2.7
  2. rem 
  3. rem (c) Peter Tiemann, 1994
  4.  
  5. adjust size off
  6. adjust 0 0 0
  7. clear
  8.  
  9. :nochmal
  10.  
  11. show olga.bmp
  12.  
  13. hotspot 30 20 0 40 visible "Dies ist ein Beispiel fⁿr die neuen Hotspots" Purple
  14. hotspot 240 110 0 60 invisible "Normal" Green
  15. hotspot 140 200 40 20 visible 
  16. hotspot 300 235 0 80 visible "  ENDE  " Yellow
  17. hotspot 40 110 0 60 invisible "Roter" Red
  18.  
  19. rem Timeout nach 5 sec
  20. delay 5
  21.  
  22. if errorlevel 5 goto MoreRed
  23. if errorlevel 4 goto Ende
  24. if errorlevel 3 goto Option3
  25. if errorlevel 2 goto Option2
  26. if errorlevel 1 goto Option1
  27.  
  28. rem =========================================
  29. :Timeout
  30.  
  31. effect 0
  32. adjust 0 0 0
  33. newbox
  34. boxtext "Sie k÷nnen mit der Maus eine der"
  35. boxtext "farbigen FlΣchen anklicken und damit"
  36. boxtext "eine im Script programmierte Reaktion"
  37. boxtext "ausl÷sen."
  38. button ok
  39. box "Timeout - nichts gewΣhlt"
  40. goto nochmal
  41.  
  42. rem =========================================
  43. :Option1
  44.  
  45. effect 2
  46. adjust 0 0 0
  47. newbox
  48. boxtext "Sie haben auf die Kopfzeile geklickt"
  49. button ok
  50. box "Ereignis"
  51. goto nochmal
  52.  
  53. rem =========================================
  54. :Option2
  55.  
  56. clear
  57. adjust 0 0 0
  58. effect 3
  59. newbox
  60. boxtext "Gleich werden die Farben normal"
  61. button ok
  62. box "Schalter 2"
  63. goto nochmal
  64.  
  65. rem =========================================
  66. :Option3
  67.  
  68. effect 4
  69. adjust 0 0 0
  70. newbox
  71. boxtext "Es wurde die 3. Option angeklickt"
  72. button ok
  73. box "Normale Farben"
  74. goto nochmal
  75.  
  76. rem =========================================
  77. :MoreRed
  78.  
  79. effect 1
  80. adjust 20 0 0
  81. goto nochmal
  82.  
  83. rem =========================================
  84.  
  85. :ende
  86.