home *** CD-ROM | disk | FTP | other *** search
/ MAN Special / MAN.iso / MAN / SHARED.DIR / 01002_especial_1.ls < prev    next >
Encoding:
Text File  |  1997-05-09  |  170 b   |  12 lines

  1. on exitFrame
  2.   if not soundBusy(2) then
  3.     sound playFile 2, " aif"
  4.   end if
  5.   if rollOver(2) then
  6.     cursorhand()
  7.   else
  8.     cursormain()
  9.   end if
  10.   go(the frame)
  11. end
  12.