home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / solaris2 / book / applets / zine / dman.zin < prev    next >
Encoding:
Text File  |  1995-10-16  |  1.4 KB  |  90 lines

  1. #first zine
  2. #ok?
  3. # simple & crummy format:
  4. # { starts a frame
  5. # point to point at     x y
  6. # rect to trigger show/unshow     left top right bottom
  7. # lines of text quoted '"' continued lines NOT allowed
  8. # } ends a frame
  9.   
  10.   #top left frame 
  11.   {    
  12.   #point:
  13.   20 50
  14.   #rect:
  15.   20 20 160 170
  16.   #text: 
  17.  "I am driveman, and I am weird."
  18.  
  19.  }
  20.   #top midle 
  21.   {    
  22.   #point:
  23.   200 90
  24.   #rect:
  25.   175 20 350 170
  26.   #text: 
  27.  "Put the media IN, and " 
  28.  "Off I goes..."
  29.  }
  30.  
  31.  #top right
  32.   {    
  33.   #point:
  34.   490 100
  35.   #rect:
  36.   390 20 550 170
  37.   #text: 
  38.  "I feel an urge for poetry."
  39.  "Somebody musta popped in dat"
  40.  "Shrink wrapped 80x86 poetry disk."
  41.  "I say:"
  42.  "Abort Retry Ignore.."
  43.  "My mind is going."
  44.  "I feel just like a whore." 
  45.  
  46.  }
  47.  
  48.   
  49.   #bot left frame 
  50.  {    
  51.   #point:
  52.   20 300
  53.   #rect:
  54.   15 230 155 395
  55.   #text: 
  56.  "Jesus some eediot put in DOOM."
  57.  "$%*$$#%&^%*^_(+_(_)&^%%$%$"
  58.  "I will K-I-L-L!!!!!!!"
  59.  }
  60.  
  61.  #bot mid frame 
  62.  {    
  63.   #point:
  64.   285 360
  65.   #rect:
  66.   165 230 425 395
  67.   #text: 
  68.  "You may ask yourself: How did I come to be?"
  69.  "--My dad made me from a blowup doll,"
  70.  "& a disk drive,"
  71.  "his favorite chip (the 286 silly),"
  72.  "and the best OS that god has ever seen:"
  73.  "DOS."
  74.  "He was a scientist......"
  75.  }
  76.  
  77.   #bot r frame 
  78.  {    
  79.   #point:
  80.   510 300
  81.   #rect:
  82.   455 230 580 385
  83.   #text: 
  84.  "Then after having imortalized"
  85.  "himself he died."
  86.  "Off into the sunset to find what"
  87.  "the night has to offer....."
  88.  "Sweet dreams are made of...."
  89.  }
  90.