home *** CD-ROM | disk | FTP | other *** search
/ GQ - Louise, World Cup, …remy Clarkson, Armageddon / GQCD.iso / files / destroy.dxr / 00001.ls next >
Encoding:
Text File  |  1998-05-21  |  157 b   |  11 lines

  1. global gFrameCounter
  2.  
  3. on exitFrame
  4.   set gFrameCounter to gFrameCounter + 1
  5.   if gFrameCounter > 10 then
  6.     go(#next)
  7.   else
  8.     go(#previous)
  9.   end if
  10. end
  11.