home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00002_Script_2 < prev    next >
Text File  |  1998-07-10  |  128b  |  15 lines

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