home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
HIGHDES.DIR
/
00007_Script_7
< prev
next >
Wrap
Text File
|
1995-06-07
|
383b
|
16 lines
--main rollover/rand back/main loop
on enterFrame
CURSORENTERFRAME
end
on exitFrame
global gCurrRolledSprite, gCurrCursorSprite
-- puppetsprite(gCurrRolledSprite), true
if sprite gCurrCursorSprite intersects gCurrRolledSprite then
go marker(0) --+ random(6)
else
KillQTSound
go "hd main2"
end if
-- puppetsprite(gCurrRolledSprite), false
end