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

  1. on red
  2.   global whichprog, x, whichsection, whichonehuh, SOFprevsetup, SOFSelectedSection, pageAmount
  3.   set pageAmount to 0
  4.   set SOFSelectedSection to "featured2"
  5.   set whichprog to 1
  6.   set whichsection to "SOFfeaturedlist"
  7.   set t to count(SOFfeaturedlist)
  8.   set x to 1
  9.   repeat with f = 20 to 32
  10.     set the member of sprite f to member "softdot"
  11.     set the loc of sprite f to point(2000, 2000)
  12.   end repeat
  13.   SOFimagessetup()
  14.   set the member of sprite 2 to member "Featuredmain"
  15.   updateStage()
  16.   put_them_on()
  17.   set whichonehuh to 1
  18.   set SOFprevsetup to 1
  19. end
  20.