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

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