home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / dxrs / intworld.dxr / 00002.ls next >
Encoding:
Text File  |  1996-12-05  |  153 b   |  10 lines

  1. on exitFrame
  2.   global IWFirstTime
  3.   go(the frame)
  4.   if IWFirstTime = 0 then
  5.     set IWFirstTime to 1
  6.     StartAnimation()
  7.   end if
  8.   MainAnimation()
  9. end
  10.