home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / zarnak / zarnac2.dxr / 00581.ls < prev    next >
Encoding:
Text File  |  1996-12-06  |  440 b   |  22 lines

  1. on mouseUp
  2.   global myWindow
  3.   set temp to the castNum of sprite 3
  4.   if temp then
  5.     if the castType of cast temp = #digitalVideo then
  6.       set the movieRate of sprite 3 to 0
  7.       updateStage()
  8.     end if
  9.   end if
  10.   beginMyMovie()
  11.   if objectp(myWindow) then
  12.     set the visible of myWindow to 1
  13.   else
  14.     open(myWindow)
  15.     updateStage()
  16.   end if
  17.   puppetSprite(48, 1)
  18.   set the visible of sprite 48 to 0
  19.   updateStage()
  20.   pause()
  21. end
  22.