home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / INTWDEC.DXR / 00002_framescript.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  197 b   |  13 lines

  1. on exitFrame
  2.   global IFLMarkRed
  3.   go(the frame)
  4.   if IFLMarkRed < 2 then
  5.     IFLMoveMark()
  6.     IFLMoveLines()
  7.   else
  8.     if IFLMarkRed < 3 then
  9.       IFLAnimateGreyLines()
  10.     end if
  11.   end if
  12. end
  13.