home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 August / macformat-040.iso / mac / Demos / RedNex / DATA / REDNEX.DIR / 00034.ls < prev    next >
Encoding:
Text File  |  1995-07-20  |  176 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     go(29)
  4.   else
  5.     if rollOver(5) then
  6.       go(30)
  7.     else
  8.       go(28)
  9.       go(the frame)
  10.       updateStage()
  11.     end if
  12.   end if
  13. end
  14.