home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 1 #1
/
Blender_1_1.iso
/
BLENDER
/
FILES
/
CHALKIE.DIR
/
00055.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
|
117 b
|
10 lines
on exitFrame
global n
if n > 6 then
go("INTRO")
else
set n to n + 1
go(the frame - 3)
end if
end