home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / CSK / hyakki / zatuwa / movie / eawase.dcr / 00016_time count.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  185 b   |  11 lines

  1. on enterFrame
  2.   set timer to field "time"
  3.   set timer to integer(timer - 1)
  4.   if timer < 1 then
  5.     clearscreen()
  6.     go("timeover")
  7.   else
  8.     put timer into field "time"
  9.   end if
  10. end
  11.