home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Undercover - Rock on Multimedia 2
/
UNDERCOVER2.BIN
/
main.dir
/
00475_Script_475
< prev
next >
Wrap
Text File
|
1996-01-27
|
319b
|
18 lines
on exitFrame
global gSel
if not rollover(16) then
go "s1"
puppetsound 0
playMusic
else
set gsel = 17
repeat with n = 21 down to 18
if rollover(n) then
set gsel = n
exit repeat
end if
end repeat
go frame marker(0) + n - 17
end if
end