home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Great Galaxy Grid Game (Teacher's Edition)
/
GALAXY.ISO
/
pc
/
helpers
/
sg.dxr
/
00018.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
|
1999-01-21
|
135 b
|
13 lines
on mouseUp
sound stop 1
go("end")
end
on exitFrame
if the timer > 3600 then
go("end")
else
go(the frame)
end if
end