home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 June / Personal_Computer_World_Jun_97.iso / dxrs / intpcw06.dxr / 00002_framescript.ls < prev    next >
Encoding:
Text File  |  1997-03-26  |  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.