home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / resource / software.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1996-06-06  |  347 b   |  18 lines

  1. on checkMac
  2.   puppetSprite(4, 1)
  3.   if rollOver(6) then
  4.     set the castNum of sprite 4 to 71
  5.   else
  6.     if rollOver(7) then
  7.       set the castNum of sprite 4 to 72
  8.     else
  9.       if rollOver(8) then
  10.         set the castNum of sprite 4 to 73
  11.       else
  12.         set the castNum of sprite 4 to 15
  13.       end if
  14.     end if
  15.   end if
  16.   updateStage()
  17. end
  18.