home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 54 / CDREVIEW.iso / kerouac / shared.dxr / 00883_sref.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  223 b   |  14 lines

  1. on mouseUp
  2.   global gFPDemoList
  3.   if getOne(gFPDemoList, "ref") = 0 then
  4.     beep()
  5.   else
  6.     puppetsOff()
  7.     if the movieName contains "ref" then
  8.       go("sref")
  9.     else
  10.       go("sref", "ref")
  11.     end if
  12.   end if
  13. end
  14.