home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 20
/
Creative-Review-CD-ROM-20.iso
/
mac
/
STUDIOS
/
L001.DIR
/
00073_Script_73
< prev
next >
Wrap
Text File
|
1996-12-05
|
311b
|
15 lines
on exitFrame
set nextf = label("menu2")
repeat with which = 3 to 5
if rollover(which) then
set nextf = label("menu2") + which - 2
exit repeat
end if
end repeat
if the volume of sprite 2 < 255 then
set the volume of sprite 2 = 255
end if
go frame nextf
end