home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
TimeMachine
/
timemachine
/
rexx
/
TM_LayerBlend.ifx
< prev
next >
Wrap
Text File
|
1999-08-08
|
377b
|
29 lines
/************
TM_LayerPosition.ifx for Time Machine
************/
options results
activelayer
parse var result LayerNum
if rc ~=0 then
do
requestnotify "Not possible on the background!"
exit
end
if LayerNum=0 then
do
requestnotify "Not possible on the background!"
exit
end
layerblend
parse var result blend
call setclip('TM_Layer'LayerNum'Blend',blend)
exit