home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Net: Ultimate Internet Guide
/
WWLCD1.ISO
/
mac
/
SiteBldr
/
NATURE
/
GET
/
IMAGES
/
INTRO.DCR
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-01
|
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