home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 February / DPPCPRO0200.ISO / ps10.dxr / Scripts_23.ls < prev    next >
Encoding:
Text File  |  1999-10-26  |  133 b   |  14 lines

  1. global gIntro
  2.  
  3. on enterFrame
  4.   if gIntro = 1 then
  5.     go("Free")
  6.   else
  7.     nothing()
  8.   end if
  9. end
  10.  
  11. on exitFrame
  12.   delay(1 * 60)
  13. end
  14.