home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / bonus / demos / CS / kos / 14 / scene14.plg < prev    next >
Text File  |  2000-12-15  |  543b  |  20 lines

  1. <const.plg>
  2. #
  3. clk=oscilator(fce=clock);
  4. #
  5. bkg=texture(in=scene14.png);
  6. bkgcpy=mixer(tex=bkg,op=copy);
  7. #
  8. kk_clk=oscilator(fce=saw,amp=18,freq=0.3);
  9. kk=blender(in=bkgcpy,ani=koskoc.ani,x=25,frame=kk_clk);
  10. #
  11. pt_clk=oscilator(fce=saw,amp=11,freq=0.3);
  12. pt=blender(in=kk,ani=pestov.ani,x=-25,frame=pt_clk);
  13. #
  14. sl_clk=oscilator(add=2,amp=2,freq=0.5);
  15. sl=blender(in=pt,ani=slunce.ani,frame=sl_clk);
  16. #
  17. okrajt=texture(in=okraj.png);
  18. okraj=mixer(in=sl,tex=okrajt,op=transparency);
  19. output:screen(in=okraj,xres=640,yres=480,pal=my.pal);
  20. #