home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 February
/
Chip_2001-02_cd1.bin
/
bonus
/
demos
/
CS
/
kos
/
14
/
scene14.plg
< prev
next >
Wrap
Text File
|
2000-12-15
|
543b
|
20 lines
<const.plg>
#
clk=oscilator(fce=clock);
#
bkg=texture(in=scene14.png);
bkgcpy=mixer(tex=bkg,op=copy);
#
kk_clk=oscilator(fce=saw,amp=18,freq=0.3);
kk=blender(in=bkgcpy,ani=koskoc.ani,x=25,frame=kk_clk);
#
pt_clk=oscilator(fce=saw,amp=11,freq=0.3);
pt=blender(in=kk,ani=pestov.ani,x=-25,frame=pt_clk);
#
sl_clk=oscilator(add=2,amp=2,freq=0.5);
sl=blender(in=pt,ani=slunce.ani,frame=sl_clk);
#
okrajt=texture(in=okraj.png);
okraj=mixer(in=sl,tex=okrajt,op=transparency);
output:screen(in=okraj,xres=640,yres=480,pal=my.pal);
#