home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 October / PCpro_1998_10.ISO / compuser / Service.dxr / 00145.ls < prev    next >
Encoding:
Text File  |  1998-04-08  |  138 b   |  13 lines

  1. on enterFrame
  2.   if rollOver(14) then
  3.     go(the frame)
  4.     exit
  5.   end if
  6.   go("V1")
  7. end
  8.  
  9. on exitFrame
  10.   mTimeSwitch()
  11.   go(the frame)
  12. end
  13.