home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT1.ZIP / D1.DXR / 00002_Background.ls < prev    next >
Encoding:
Text File  |  1995-11-01  |  303 b   |  14 lines

  1. on mouseUp
  2.   global Uactive
  3.   set Uactive to 1
  4.   puppetSprite(8, 1)
  5.   puppetSprite(9, 1)
  6.   puppetSprite(10, 1)
  7.   puppetSprite(18, 0)
  8.   set the locH of sprite 9 to -500
  9.   set the locH of sprite 10 to -500
  10.   set the locH of sprite 8 to 93
  11.   set the locV of sprite 8 to 437
  12.   go(label("features") + 2)
  13. end
  14.