home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00082_PullDown.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  197 b   |  9 lines

  1. on mouseUp
  2.   repeat with t = 5 to 35
  3.     set the puppet of sprite t to 1
  4.     set the loc of sprite t to point(-255, -255)
  5.     set the puppet of sprite t to 0
  6.   end repeat
  7.   go("PullDownTitle")
  8. end
  9.