home *** CD-ROM | disk | FTP | other *** search
/ Smart Steps: 2nd Grade / SSGRADE2.iso / pc / dkcode / intro.dxr / 00004_Wait.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  91 b   |  7 lines

  1. on exitFrame
  2.   global EndTime
  3.   if EndTime > the ticks then
  4.     go(the frame)
  5.   end if
  6. end
  7.