home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / casestdy / ch17_dav / clock.dcr / 00027.ls < prev    next >
Encoding:
Text File  |  1996-11-12  |  162 b   |  12 lines

  1. global gClock
  2.  
  3. on exitFrame
  4.   setTime(gClock)
  5.   if rollOver(10) or rollOver(11) then
  6.     cursor(cFingerCursor)
  7.   else
  8.     cursor(-1)
  9.   end if
  10.   go(the frame)
  11. end
  12.