home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / CMCDTelephone.dcr / 00006.ls < prev    next >
Encoding:
Text File  |  1998-01-09  |  171 b   |  13 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     if soundBusy(1) then
  4.       nothing()
  5.     else
  6.       puppetSound("phone")
  7.     end if
  8.     go(2)
  9.   else
  10.     go(the frame)
  11.   end if
  12. end
  13.