home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / opening.dir / 00214_HELP1.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  348 b   |  16 lines

  1. on mouseUp
  2.   global HELPTRUE, s, cVID
  3.   sound playFile 2, "ting.AIF"
  4.   set HELPTRUE to 1
  5.   repeat with s = 48 down to 1
  6.     puppetSprite(s, 0)
  7.   end repeat
  8.   set cVID to the castNum of sprite 40
  9.   if cVID > 0 then
  10.     if the castType of cast cVID = #digitalVideo then
  11.       set the movieRate of sprite 40 to 0
  12.     end if
  13.   end if
  14.   HELPMOVIE()
  15. end
  16.