home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
HIGHDES.DIR
/
00321_Script_321
< prev
next >
Wrap
Text File
|
1995-06-07
|
386b
|
21 lines
--GO 'mm'
on mouseUp
global gDesScore, gDoneThatList,gQTDuration
global gDoneOnce
if not listp(gDoneThatList) then put [] into gDoneThatList
if gDoneThatList = [] then
put TRUE into gDoneOnce
go to movie "MAINMOV.DIR"
else
puppetsprite(46), false
puppetsprite(28), false
cursor 4
-- ARROWCURSOR
go "mm"
end if
end