home *** CD-ROM | disk | FTP | other *** search
/ MACup 1998 February / Image.iso / showdata / SHARED / GALERIE2.Dxr / Internal_61.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  419 b   |  21 lines

  1. on exitFrame
  2.   global popTRUE
  3.   BtROHandler(8)
  4.   if not popTRUE then
  5.     BtROHandler(9)
  6.   end if
  7.   if (the windowList = []) and not soundBusy(2) and (the name of member the member of sprite 31 = "TonAn") then
  8.     set the volume of sound 2 to 100
  9.     puppetSound(2, member 51 of castLib 1)
  10.     updateStage()
  11.   end if
  12.   go(the frame)
  13. end
  14.  
  15. on mouseDown
  16.   if the windowList = [] then
  17.     continue()
  18.     pass()
  19.   end if
  20. end
  21.