home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / studios / l001.dir / 00073_Script_73 < prev    next >
Text File  |  1996-12-05  |  311b  |  15 lines

  1. on exitFrame
  2.   set nextf = label("menu2")
  3.   repeat with which = 3 to 5
  4.     if rollover(which) then
  5.       set nextf = label("menu2") + which - 2
  6.       exit repeat
  7.     end if
  8.   end repeat
  9.   
  10.   if the volume of sprite 2 < 255 then
  11.     set the volume of sprite 2 = 255
  12.   end if
  13.   
  14.   go frame nextf
  15. end