home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / CSK / hyakki / adv_all / movie / end.dcr / 00018.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  197 b   |  9 lines

  1. on startMovie
  2.   global glist
  3.   repeat with c = 10 to 23
  4.     set the visible of sprite c to 0
  5.   end repeat
  6.   set the puppet of sprite 3 to 1
  7.   set the visible of sprite (count(glist) + 10) to 1
  8. end
  9.