home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cani & Cani
/
CANI.ISO
/
pc
/
program
/
ecole2.dxr
/
00025.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
|
220 b
|
13 lines
on mouseUp
global gClic
if gClic = 0 then
set gClic to 1
set the movieRate of sprite 10 to 1
go(the frame)
else
set gClic to 0
set the movieRate of sprite 10 to 0
go(the frame)
end if
end