home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / data1.cab / Program_Files / PC_IR_Tutor / MAINPROG / 00096.ls < prev    next >
Encoding:
Text File  |  2003-05-14  |  105 b   |  9 lines

  1. on exitFrame
  2.   global gframe
  3.   if rollOver(19) then
  4.     go(the frame)
  5.   else
  6.     go("Main")
  7.   end if
  8. end
  9.