home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 183 / dpcs0503.iso / Extras / Content / Images / PhotoDisc / Shockwave / Note.dcr / 00007.ls < prev    next >
Encoding:
Text File  |  1998-10-22  |  160 b   |  11 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     if not soundBusy(1) then
  4.       puppetSound("postit.aif")
  5.     end if
  6.   else
  7.     puppetSound(0)
  8.   end if
  9.   go("start")
  10. end
  11.