home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / INTERNET.Dxr / 00031.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  163 b   |  12 lines

  1. on exitFrame
  2.   if stillDown() then
  3.     if rollOver(clickOn()) then
  4.       go(#loop)
  5.     else
  6.       go("start")
  7.     end if
  8.   else
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.