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

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