home *** CD-ROM | disk | FTP | other *** search
/ Roboty / ROBOTS_CD.iso / CD / main.dxr / 00051_pause.ls < prev    next >
Encoding:
Text File  |  2005-05-13  |  87 b   |  8 lines

  1. global gfirstTime
  2.  
  3. on exitFrame me
  4.   if gfirstTime then
  5.     go(the frame)
  6.   end if
  7. end
  8.