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

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