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

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