home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / Sofwpc12.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-10-12  |  322 b   |  26 lines

  1. on exitFrame
  2.   global whichonehuh
  3.   case whichonehuh of
  4.     0:
  5.       set whichonehuh to 1
  6.     1:
  7.       section_frame()
  8.     2:
  9.       preview()
  10.     3:
  11.       previewsetup1()
  12.     4:
  13.       red()
  14.     5:
  15.       orange()
  16.     6:
  17.       green()
  18.     7:
  19.       blue()
  20.     8:
  21.       purple()
  22.   end case
  23.   updateStage()
  24.   go(the frame)
  25. end
  26.