home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / polskie / eduk / genfast / genfast.lzh / DEMO_06.PAK / KEYBOARD.DA_ < prev    next >
Text File  |  1996-02-08  |  1KB  |  92 lines

  1. [1]
  2. @DefKeyboardHandler(100);
  3. @DisableStatusBar;
  4. @SetColors(1,1);
  5. @Bar(0,0,639,479);
  6. @SetColors(3,3);
  7. @Bar(51,80,601,277);
  8. @SetColors(8,15);
  9. @DrawButton(20,399,80,459,7,0,'KONIEC.RBM','Zakoñczenie');
  10. @DownArea(300,350,600,450,7);
  11. @SetColors(15,15);
  12. @SetPosition(303,341);
  13. @Picture('INFO.CGV');
  14. @SetColors(0,15);
  15. @SetPosition(20,50);
  16. @Picture('KEYBOARD.CGV');
  17. @SetColors(0,11);
  18. @ReverseArea(70,105,170,135);
  19. @SetColors(0,12);
  20. @ReverseArea(180,105,350,135);
  21. @SetColors(0,15);
  22. @d:=0;
  23. @Repeat:12;
  24. @d:=%d+1;
  25. @AssignField(%d,%d+49);
  26. @Next;
  27. @a:=0;
  28. @b:=1;
  29. @Repeat:21;
  30. @a:=%a+25;
  31. @b:=%b+1;
  32. @DrawButton(40+%a,200,62+%a,280,7,%b,'','');
  33. @Next;
  34. @ShowScreen;
  35. @CheckEvents;
  36.  
  37. [2..22]
  38. @GetCurrentPage(%c);
  39. @Sound(%c*60,100);
  40. @CheckEvents;
  41.  
  42. [50]
  43. @PlayVOC('boyohboy',16000);
  44. @CheckEvents;
  45.  
  46. [51]
  47. @PlayVOC('accessed',16000);
  48. @CheckEvents;
  49.  
  50. [52]
  51. @PlayVOC('acknowlg',16000);
  52. @CheckEvents;
  53.  
  54. [53]
  55. @PlayVOC('affirmtv',16000);
  56. @CheckEvents;
  57.  
  58. [54]
  59. @PlayVOC('anything',16000);
  60. @CheckEvents;
  61.  
  62. [55]
  63. @PlayVOC('goaway',16000);
  64. @CheckEvents;
  65.  
  66. [56]
  67. @PlayVOC('comply',16000);
  68. @CheckEvents;
  69.  
  70. [57]
  71. @PlayVOC('denied',16000);
  72. @CheckEvents;
  73.  
  74. [58]
  75. @PlayVOC('foghorn',16000);
  76. @CheckEvents;
  77.  
  78. [59]
  79. @PlayVOC('friends',16000);
  80. @CheckEvents;
  81.  
  82. [60]
  83. @PlayVOC('interest',16000);
  84. @CheckEvents;
  85.  
  86. [61]
  87. @PlayVOC('havefun',16000);
  88. @CheckEvents;
  89.  
  90. [100]
  91. @if (%Z = $011B) then goto:0;
  92. @CheckEvents;