home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / PTM.Dxr / 00082.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  111 b   |  9 lines

  1. on exitFrame
  2.   global textno
  3.   if not rollOver(textno) then
  4.     go("SS")
  5.   else
  6.     go(marker(0))
  7.   end if
  8. end
  9.