home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / WWL / WWL.dxr / 00178.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  99 b   |  8 lines

  1. on exitFrame
  2.   if the timer < 390 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.