home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
HIGHDES.DIR
/
00320_Script_320
< prev
next >
Wrap
Text File
|
1995-06-07
|
437b
|
22 lines
--radio rollover/send back/main loop
on enterFrame
CURSORENTERFRAME
end
on exitFrame
global gCurrRolledSprite, gCurrCursorSprite, gTwiceOver
if sprite gCurrCursorSprite intersects gCurrRolledSprite then
if not gTwiceOver then
go loop
put TRUE into gTwiceOver
else
go to the frame
end if
else
-- KillQTSound
go "hd main2"
put FALSE into gTwiceOver
end if
end