home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / cserve / cs.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-12-09  |  98 b   |  10 lines

  1. on enterFrame
  2.   if rollOver(7) then
  3.     go("3_HI")
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   go(the frame)
  9. end
  10.