home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / rehoboe.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  370 b   |  18 lines

  1. on mouseUp
  2.   global from
  3.   set whichCast to the castNum of sprite 2
  4.   if whichCast = 0 then
  5.     exit
  6.   end if
  7.   if the castType of cast whichCast = #digitalVideo then
  8.     set the movieRate of sprite 2 to 0
  9.     updateStage()
  10.     set the locH of sprite 2 to 1024
  11.     set the locV of sprite 2 to 768
  12.     updateStage()
  13.   end if
  14.   if from <> 0 then
  15.     go(from)
  16.   end if
  17. end
  18.