home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 January / WPCJAN97.ISO / intwjan.dxr / 00002_framescript.ls < prev    next >
Encoding:
Text File  |  1996-11-07  |  243 b   |  15 lines

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