home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Comic Book Maker: The Smurfs
/
COMIC.iso
/
pc
/
data_w
/
cba2_40
/
00008_editorFrameScript.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
|
2001-02-22
|
209 b
|
18 lines
global gObjList, gObj1, gPlatForm
on exitFrame me
go(the frame)
end
on idle
call(#update, gObjList)
end
on mouseDown
deselectAll(gObj1)
end
on keyDown
keyCheck(gObj1, the key, modKeyPressed())
end