home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / t-online / intro_o.dir / 00048_Script_48 < prev    next >
Text File  |  1996-08-18  |  170b  |  10 lines

  1. on exitFrame
  2.   if rollover (4) then go to the frame
  3.   else
  4.     if rollover (5) then go to the frame
  5.     else 
  6.       go to frame "roll"
  7.     end if
  8.   end if
  9.   
  10. end