home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / polskie / eduk / genfast / demo_08.pak / SHELL.DA_ < prev    next >
INI File  |  1996-02-08  |  2KB  |  98 lines

  1. [1!]
  2. @HideScreen;
  3. @ClrScr;
  4. @Reset;
  5. @DisableStatusBar;
  6. @SetColors(3,15);
  7. @Bar(0,0,639,479);
  8. @DownArea(50,20,590,380,7);
  9. @LoadFont('MODERNBL.RSF');
  10. @SetColors(15,15);
  11. @SetPosition(202,342);
  12. ANIMACJE
  13. @SetColors(0,15);
  14. @SetPosition(200,340);
  15. ANIMACJE
  16. @UpArea(190,150,447,330,3);
  17. @DownArea(217,175,420,303,15);
  18. @DownArea(130,393,530,475,15);
  19. @SetPosition(140,400);
  20. @FastWrite('Zestaw programów przykÆadowych, wygenerowanych');
  21. @SetPosition(140,420);
  22. @FastWrite('przy uºyciu procedur jæzyka EasyGEN, generatora');
  23. @SetPosition(140,440);
  24. @FastWrite('aplikacji edukacyjnych GENFAST w wersji 2.01.');
  25. @SetPosition(140,460);
  26. @FastWrite('Wykonanie Piotr W.- Rakowski, 1996 r.');
  27. ; Klawisze poszczególnych animacji
  28. @DrawButton(85,50,155,120,7,11,'kulkad.rbm','');
  29. @DrawButton(85,130,155,200,7,12,'kulkac.rbm','');
  30. @DrawButton(85,210,155,280,7,13,'kulkaa.rbm','');
  31. @DrawButton(85,290,155,360,7,14,'kulkab.rbm','');
  32. @DrawButton(485,50,555,120,7,15,'anima4.rbm','');
  33. @DrawButton(485,130,555,200,7,16,'anima5.rbm','');
  34. @DrawButton(485,210,555,280,7,17,'armata.rbm','');
  35. @DrawButton(485,290,555,360,7,800,'koniec.rbm','');
  36. @DrawButton(185,50,255,120,7,19,'anima1.rbm','');
  37. @DrawButton(285,50,355,120,7,20,'anima2.rbm','');
  38. @DrawButton(385,50,455,120,7,21,'anima3.rbm','');
  39. @ShowScreen;
  40. ; Animacja w srodku ekranu
  41. @DefIdleProc(6);
  42. ; Opoznienie wyswietlania rysunków
  43. @D:=50
  44.  
  45. [6]
  46. @Delay(%D);
  47. @SetPosition(269-50,177);
  48. @Picture('cz01.pcx');
  49. @Delay(%D);
  50. @Picture('cz02.pcx');
  51. @Delay(%D);
  52. @Picture('cz03.pcx');
  53. @Delay(%D);
  54. @Picture('cz04.pcx');
  55. @Delay(%D);
  56. @Picture('cz05.pcx');
  57. @GoTo:100
  58.  
  59. [100]
  60. @CheckEvents;
  61.  
  62. [11]
  63. @ReplaceProgram('kulka31.dat',1);
  64.  
  65. [12]
  66. @ReplaceProgram('kulka3.dat',1);
  67.  
  68. [13]
  69. @ReplaceProgram('kulka21.dat',1);
  70.  
  71. [14]
  72. @ReplaceProgram('kulka2.dat',1);
  73.  
  74. [15]
  75. @ReplaceProgram('anima4.dat',1);
  76.  
  77. [16]
  78. @ReplaceProgram('anima5.dat',1);
  79.  
  80. [17]
  81. ;@ReplaceProgram('anima6.dat',1);
  82. @MessageBox('ANIMACJE wersja 1.0','Opcja niedostæpna !')
  83. @GoTo:6
  84.  
  85. [19]
  86. @ReplaceProgram('anima1.dat',1);
  87.  
  88. [20]
  89. @ReplaceProgram('anima2.dat',1);
  90.  
  91. [21]
  92. @ReplaceProgram('anima3.dat',1);
  93.  
  94. [800]
  95. @MessageBox('ANIMACJE wersja 1.0','Do zobaczenia !!!')
  96. @ClrScr;
  97. @Reset;
  98.