home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 3
/
LAUNCH.BIN
/
pc
/
sony
/
highdes.dir
/
00239_Script_239
< prev
next >
Wrap
Text File
|
1995-06-07
|
319b
|
19 lines
--radio rollover loop
on enterFrame
CURSORENTERFRAME
end
on exitFrame
global gQTSoundChannel
global gCurrRolledSprite, gCurrCursorSprite
if sprite gCurrCursorSprite intersects gCurrRolledSprite then
nothing
else
go "hd main2"
end if
if soundbusy(1) then go the frame
end