home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
תקליטור אוסף נבחרי 95
/
Top_95.iso
/
TOP95
/
KIDS
/
FROGHOP
/
FROGHOP.EXE
/
FROGHOP.dxr
/
00014.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-11-01
|
211 b
|
11 lines
on mouseUp
global GRIDNUM, grid
if (the clickOn - 14) = grid then
exit
end if
setAt(GRIDNUM, the clickOn - 14, 15)
set the castNum of sprite the clickOn to 15
updateStage()
dontPassEvent()
end