home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00246.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  201 b   |  10 lines

  1. on exitFrame
  2.   global theCoord, startTime
  3.   Animate(theCoord)
  4.   if the inHelp of theCoord = 1 then
  5.     set the inHelp of theCoord to 0
  6.     set startTime to the ticks / 60
  7.     sound stop 3
  8.   end if
  9. end
  10.