home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive: Demo Special / CDROM_0995.iso / mac / Wings / WINGS.EXE / WINGS_1.DXR / 00025.ls < prev    next >
Encoding:
Text File  |  1995-04-21  |  470 b   |  20 lines

  1. on myPuppet i, Num1, Num2
  2.   puppetSprite(i, 1)
  3.   set the immediate of sprite i to 1
  4.   set the castNum of sprite i to Num1
  5.   updateStage()
  6.   set the castNum of sprite i to Num2
  7.   puppetSprite(i, 0)
  8.   set the immediate of sprite i to 0
  9. end
  10.  
  11. on myMouseDown
  12.   set h to the castNum of sprite 2
  13.   put the castType of cast h
  14.   if the castType of cast h = #digitalVideo then
  15.     set the movieRate of sprite 2 to 0
  16.     set the movieTime of sprite 2 to 0
  17.   end if
  18.   go(#next)
  19. end
  20.