home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 August / Personal_Computer_World_Aug_97.iso / dxrs / intpcw08.dxr / 00002_framescript.ls < prev    next >
Encoding:
Text File  |  1997-05-21  |  205 b   |  12 lines

  1. on exitFrame
  2.   global ILFRotateP, IFLPersonalList, IFLStartP
  3.   go(the frame)
  4.   if IFLStartP = 0 then
  5.     IFLSetUpLogo()
  6.   else
  7.     if IFLStartP = 1 then
  8.       IFLAnimateGreyLines()
  9.     end if
  10.   end if
  11. end
  12.