home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1996 October
/
macgaichiban199610.bin
/
MOVIES
/
RINKAI.Dxr
/
00190.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
|
1996-08-14
|
236 b
|
13 lines
on mouseDown
global gal, place
button()
if rollOver(clickOn()) then
if (gal > 0) and (place > 0) then
repeat with i = 2 to 17
puppetSprite(i, 0)
end repeat
go("PLACE" & place)
end if
end if
end