home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / madhouse / developer / e / examples / bouncingpixel / gadget < prev   
Encoding:
Text File  |  1997-12-09  |  419 b   |  29 lines

  1. Madhouse v1.0, BlankerPrefs-Window
  2.  
  3. CHUNK:LOCALE
  4. english, deutsch
  5.  
  6. CHUNK:MUI-WINDOWLAYOUT
  7. VGroup,
  8.    ColumnGroup(2),
  9.       Label("_Jumpwidth,_Sprungweite"),
  10.       jumpwidth = Slider("j,s", 1, 5),
  11.       VGroup,
  12.           Label("Pixel color,Pixelfarbe"),
  13.           HVSpace,
  14.        End,
  15.       pixelcol = Color,
  16.    End,
  17.    screenmode = ScreenMode(0),
  18. End,
  19.  
  20. CHUNK:BLANKERINFO
  21. Aicke Schulz
  22. 1.50 (09.12.1997)
  23. 0
  24. 4096
  25. 1
  26. Madhouse2
  27. Pixel
  28.  
  29.