home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1996 March
/
PCPRO0396.ISO
/
march
/
blender
/
shared.dir
/
00843.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
|
1995-09-24
|
154 b
|
11 lines
on exitFrame
global count
set count to count + 1
if count > 25 then
go(the frame + 1)
else
go(the frame - 2)
end if
updateStage()
end