いまさらHyperCard

このエントリーをはてなブックマークに追加
69これは何をするスクリプトでしょうか?
on opencard
 global gStart,gEnd,gCount
 put the seconds into gStart
end opencard
on Idle
 global gStart,gEnd,gCount
 put gStart+86400 into gEnd
 get the seconds
 if it > gEnd then
  setdate gStart
 end if
end Idle