home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 August / macformat-053.iso / mac / Demos / Acacia Educational Multimedia / START.Dxr / 00042.ls < prev    next >
Encoding:
Text File  |  1997-04-15  |  129 b   |  11 lines

  1. global gStart
  2.  
  3. on exitFrame
  4.   if gStart then
  5.     set gStart to 0
  6.     go(the frame + 2)
  7.   else
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.