home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / CANONSVM / CANONHF.DIR / 00203_Script_203 < prev    next >
Text File  |  1995-11-09  |  301b  |  23 lines

  1. on enterFrame
  2.   if rollover (3) then go to frame "hbjc"
  3.   else
  4.     nothing
  5.   end if
  6.   
  7.   if rollover (2) then go to frame "hlbp"
  8.   else
  9.     nothing
  10.   end if
  11.   
  12.   if rollover (4) then go to frame "hcanon"
  13.   else
  14.    nothing
  15.   end if
  16.   
  17. end
  18.  
  19. on exitFrame
  20.   
  21.   go to the frame
  22.   
  23. end