home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 1 #1
/
Blender_1_1.iso
/
BLENDER
/
FILES
/
TOUR.DIR
/
00120.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-11-01
|
151 b
|
12 lines
on exitFrame
global n
if n < 10 then
go(the frame - 3)
set n to n + 1
else
sound stop 1
sound stop 2
continue()
end if
end