home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Korea / movies / pav2.dcr / 00011.ls < prev    next >
Encoding:
Text File  |  2017-09-22  |  158 b   |  9 lines

  1. on change a, b, c, d
  2.   puppetSprite(a, 1)
  3.   if rollOver(a) then
  4.     set the castNum of sprite b to c
  5.   else
  6.     set the castNum of sprite b to d
  7.   end if
  8. end
  9.