home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / childenc / oecdemo / shared.dir / 00603.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  584 b   |  25 lines

  1. on mouseUp
  2.   global browseName, bndRt
  3.   set the movieRate of sprite 8 to 0
  4.   if browseName = "Mandela" then
  5.     repeat with n = 9 to 12
  6.       set x to the locH of sprite n
  7.       if x > 1000 then
  8.         set x to x - 1000
  9.       else
  10.         set x to x + 1000
  11.       end if
  12.       set the locH of sprite n to x
  13.     end repeat
  14.     setUpSprites("8;10-12", 0)
  15.     go(marker(0) + 2)
  16.   else
  17.     if the castType of cast 9 = #digitalVideo then
  18.       puppetSprite(8, 0)
  19.     end if
  20.     set the castNum of sprite 11 to 446
  21.     set the locH of sprite 12 to bndRt
  22.     go(marker(0) + 11)
  23.   end if
  24. end
  25.