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

  1. on exitFrame
  2.   global movieDuration, therange, bndLt, bndRt
  3.   set bndLt to the right of sprite 10 + (the width of sprite 12 / 2)
  4.   set bndRt to the left of sprite 11 - (the width of sprite 12 / 2)
  5.   set therange to the left of sprite 11 - the right of sprite 10 - the width of sprite 12
  6.   if (the width of sprite 12 mod 2) > 0 then
  7.     set therange to therange - 1
  8.   end if
  9.   if the castType of cast 9 = #digitalVideo then
  10.     set movieDuration to the duration of cast 9
  11.   end if
  12.   updateStage()
  13.   setUpSprites("10;11", 1, 1)
  14.   preLoadCast(9)
  15. end
  16.