home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cani & Cani
/
CANI.ISO
/
pc
/
program
/
betise.dxr
/
Scripts_16.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
|
1997-11-11
|
206 b
|
14 lines
on exitFrame
global gNoClic
if gNoClic = 1 then
EndDogPuppet()
go("Debut_1")
else
if gNoClic = 2 then
EndDogPuppet()
set gNoClic to 0
go("Place")
end if
end if
end