home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
2gioco.dir
/
00087_Script_87
< prev
next >
Wrap
Text File
|
1997-01-09
|
205b
|
10 lines
on mouseUp
put chars(the movieName, 1, 1) into nM
if nM<3 then
put integer(nM+1) into nM
else
put 1 into nM
end if
SuonaInterruttore
go to movie "@:" & string(nM) & "gioco"
end