home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT3.ZIP / C1.DXR / 00229.ls < prev    next >
Encoding:
Text File  |  1995-11-02  |  482 b   |  20 lines

  1. on reSetToggle
  2.   global UsrDivToneSet, UsrDivColourSet, UsrDivMeanSet
  3.   puppetSprite(3, 1)
  4.   puppetSprite(4, 1)
  5.   puppetSprite(5, 1)
  6.   if UsrDivMeanSet = 1 then
  7.     set the locH of sprite 5 to 246
  8.     set the locV of sprite 5 to 457
  9.   end if
  10.   if UsrDivToneSet = 1 then
  11.     set the locH of sprite 4 to 321
  12.     set the locV of sprite 4 to 457
  13.   end if
  14.   if UsrDivColourSet = 1 then
  15.     set the locH of sprite 3 to 399
  16.     set the locV of sprite 3 to 457
  17.   end if
  18.   updateStage()
  19. end
  20.