home *** CD-ROM | disk | FTP | other *** search
/ Women & Heart Health - Making informed decisions / PCARDIO.iso / PatCardioAssist.exe / PatCardioAssist.dxr / Internal_23_Tab3a.ls < prev    next >
Encoding:
Text File  |  1999-12-22  |  193 b   |  14 lines

  1. on exitFrame
  2.   global gWhichTab
  3.   doMenuRollovers()
  4.   set gWhichTab to 3
  5.   doTabChoices()
  6.   if rollOver(49) then
  7.     nothing()
  8.   else
  9.     go(#next)
  10.   end if
  11.   updateStage()
  12.   go(the frame)
  13. end
  14.