home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00083_Script_83 < prev    next >
Text File  |  1998-07-10  |  171b  |  14 lines

  1. on exitFrame
  2.   
  3.   if rollOver (10) then
  4.     
  5.     go to frame "start"
  6.     
  7.   else if rollOver (37) then
  8.     moviescroller
  9.   end if
  10.   
  11.   go to the frame
  12.   
  13. end
  14.