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

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