home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld Gratis 30 Hours of Connection
/
Image(2).iso
/
webs
/
nature
/
get
/
intro.dcr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-09
|
249 b
|
14 lines
on exitFrame
global gFlag, gTimer, gButton
if gFlag = 0 then
gotoNetMovie("game.dcr")
set gFlag to 1
end if
if gTimer = 0 then
set the castNum of sprite gButton to 7
else
set gTimer to gTimer - 1
end if
go("begin")
end