home *** CD-ROM | disk | FTP | other *** search
/ Canadian Forces: Canada's NAVY / CF_FS_Navy.iso / pc / data / 0_00_0.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2005-05-27  |  127 b   |  8 lines

  1. on exitFrame
  2.   if sprite(3).currentTime < sprite(3).member.duration then
  3.     go(the frame)
  4.   else
  5.     go("choix")
  6.   end if
  7. end
  8.