home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / ipb / Wipes / ALPHA3.WIP < prev    next >
Text File  |  1997-03-02  |  3KB  |  102 lines

  1. !ScalaScript
  2. /*
  3. ** $Id: alpha3.wip,v 1.5 1997/02/10 16:51:34 DANIEL Exp $
  4. **
  5. ** Alpha wipes part 3
  6. **
  7. */
  8.  
  9. PICTUREWIPE("SnowWiper", "alpha3\WIPER03.BMP");
  10. PICTUREWIPE("ScreenWiper", "alpha3\WIPER04.BMP");
  11. PICTUREWIPE("CheckWiper", "alpha3\WIPER05.BMP");
  12. PICTUREWIPE("PathsOfDesire", "alpha3\WIPER06.BMP");
  13. PICTUREWIPE("WetWiper", "alpha3\WIPER07.BMP");
  14.  
  15. PICTUREWIPE("Canvas", "alpha3\Blue005.BMP");
  16. PICTUREWIPE("WetWash", "alpha3\JonWipe.BMP");
  17. PICTUREWIPE("Excavation", "alpha3\JonWipe4.BMP");
  18. PICTUREWIPE("CircleAskew", "alpha3\PicWipe1.BMP");
  19. PICTUREWIPE("CornerCircle", "alpha3\PicWipe2.BMP");
  20.  
  21. PICTUREWIPE("WarmFronts", "alpha3\PicWipe4.BMP");
  22. PICTUREWIPE("ArcWiper", "alpha3\PicWipe5.BMP");
  23. PICTUREWIPE("ScoopWiper", "alpha3\PicWipe6.BMP");
  24. PICTUREWIPE("CornerWiper", "alpha3\PicWipe7.BMP");
  25. PICTUREWIPE("SplashDown", "alpha3\PicWipe8.BMP");
  26.  
  27. PICTUREWIPE("SubliminalMessage", "alpha3\Wipes.BMP");
  28. PICTUREWIPE("MMAttraction", "alpha3\M02.BMP");
  29. PICTUREWIPE("MMConstellation", "alpha3\M03.BMP");
  30. PICTUREWIPE("Twisted", "alpha3\M04.BMP");
  31. PICTUREWIPE("Ultramix", "alpha3\M05.BMP");
  32.  
  33. PICTUREWIPE("Binocular", "alpha3\M06.BMP");
  34. PICTUREWIPE("Interlace", "alpha3\M09.BMP");
  35. PICTUREWIPE("Resonance", "alpha3\M10.BMP");
  36. PICTUREWIPE("Moire", "alpha3\M11.BMP");
  37. PICTUREWIPE("Radiation", "alpha3\M12.BMP");
  38.  
  39. PICTUREWIPE("Dissonance", "alpha3\M14.BMP");
  40. PICTUREWIPE("Facets", "alpha3\M16.BMP");
  41. PICTUREWIPE("DeepMorph", "alpha3\M17.BMP");
  42. PICTUREWIPE("Smokescreen", "alpha3\M18.BMP");
  43. PICTUREWIPE("Floodlights", "alpha3\M19.BMP");
  44.  
  45. PICTUREWIPE("RuffledCurtain", "alpha3\M21.BMP");
  46. PICTUREWIPE("RuffledIris", "alpha3\M22.BMP");
  47. PICTUREWIPE("Nebulus", "alpha3\FUZZCIRC.BMP");
  48. PICTUREWIPE("SlidingStar", "alpha3\SLIDSTAR.BMP");
  49. PICTUREWIPE("Star10", "alpha3\STAR10.BMP");
  50.  
  51. PICTUREWIPE("Star20", "alpha3\STAR20.BMP");
  52.  
  53.  
  54. /******** Wipe entries ********/
  55.  
  56. GROUP("Alpha");
  57. ICONFILE("ScalaProgram:\wipes\wipes.bmp", Size(26,18), Spacing(32,20));
  58.  
  59. ENTRY("SnowWiper", Icon(13,10));
  60. ENTRY("ScreenWiper", Icon(14,10));
  61. ENTRY("CheckWiper", Icon(15,10));
  62. ENTRY("PathsOfDesire", Icon(16,10));
  63. ENTRY("WetWiper", Icon(17,10));
  64.  
  65. ENTRY("Canvas",  Icon(16,8));
  66. ENTRY("WetWash",  Icon(13,9));
  67. ENTRY("Excavation", Icon(15,9));
  68. ENTRY("CircleAskew", Icon(3,10));
  69. ENTRY("CornerCircle", Icon(4,10));
  70.  
  71. ENTRY("WarmFronts", Icon(6,10));
  72. ENTRY("ArcWiper", Icon(7,10));
  73. ENTRY("ScoopWiper", Icon(8,10));
  74. ENTRY("CornerWiper", Icon(9,10));
  75. ENTRY("SplashDown", Icon(10,10));
  76.  
  77. ENTRY("SubliminalMessage", Icon(7,11));
  78. ENTRY("MMAttraction", Icon(15,11));
  79. ENTRY("MMConstellation", Icon(16,11));
  80. ENTRY("Twisted", Icon(17,11));
  81. ENTRY("Ultramix", Icon(18,11));
  82.  
  83. ENTRY("Binocular", Icon(19,11));
  84. ENTRY("Interlace", Icon(2,12));
  85. ENTRY("Resonance", Icon(3,12));
  86. ENTRY("Moire", Icon(4,12));
  87. ENTRY("Radiation", Icon(5,12));
  88.  
  89. ENTRY("Dissonance", Icon(7,12));
  90. ENTRY("Facets", Icon(9,12));
  91. ENTRY("DeepMorph", Icon(10,12));
  92. ENTRY("Smokescreen", Icon(11,12));
  93. ENTRY("Floodlights", Icon(12,12));
  94.  
  95. ENTRY("RuffledCurtain", Icon(13,12));
  96. ENTRY("RuffledIris", Icon(14,12));
  97. ENTRY("Nebulus", Icon(10,9));
  98. ENTRY("SlidingStar", Icon(2,10));
  99. ENTRY("Star10", Icon(8,11));
  100.  
  101. ENTRY("Star20", Icon(9,11));
  102.