home *** CD-ROM | disk | FTP | other *** search
/ T-Shirt Design Shop / TSHIRT_Designer.ISO / data / odata1 / mcards / notes.dxr / 00188.ls < prev    next >
Encoding:
Text File  |  1998-05-02  |  139 b   |  8 lines

  1. on exitFrame
  2.   if field "soundFileName" <> "noname" then
  3.     sound playFile 2, field "soundFileName"
  4.   else
  5.     go(marker(2))
  6.   end if
  7. end
  8.