home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Asobe! Fotoshock 5.0 ERO
/
Asobe! Fotoshock 5.0 ERO.iso
/
pc
/
tool.dxr
/
00018_controlWindow.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
|
1999-03-23
|
200 b
|
14 lines
on deactivateWindow
if count(the windowList) = 2 then
moveToFront(window "Tools")
else
nothing()
end if
end
on closeWindow
tell the stage
sendSprite(55, #toolsbar)
end tell
end