home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / Demos / frEQout demo / INTERVU / INTERVU / INTERVU.DXR / 00059.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  89 b   |  9 lines

  1. on exitFrame
  2.   global x
  3.   if x = 3 then
  4.     go("start")
  5.   else
  6.     go("a1")
  7.   end if
  8. end
  9.