home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 18 / Creative-Review-CD-ROM-18.iso / mac / creativereview / 00015_Script_15 < prev    next >
Text File  |  1996-10-08  |  461b  |  21 lines

  1. on exitFrame
  2.  puppetSprite 3, true
  3.   if rollover(3) then
  4.     set the castNum of sprite 3 to 22
  5.   else
  6.     set the castNum of sprite 3 to 19
  7.   end if
  8.   puppetSprite 4, true
  9.   if rollover(4) then
  10.     set the castNum of sprite 4 to 23
  11.   else
  12.     set the castNum of sprite 4 to 20
  13.   end if
  14.   puppetSprite 5, true
  15.   if rollover(5) then
  16.     set the castNum of sprite 5 to 24
  17.   else
  18.     set the castNum of sprite 5 to 21
  19.   end if
  20.   go the frame
  21. end