home *** CD-ROM | disk | FTP | other *** search
- !clear
- ;this script creates <frames> pictures of 2 interfering waves
- ;the plane should have a resultion of 80x80 points (or more)
- calc(frames=90)
-
- set(screen,t)
- set(screendepth,5)
- set(drawmode,color)
- avail
- load(1,plane)
- avail
- copy(1,3)
- avail
- set(windowpri,1)
- window(3,0,0,400,color,327,351,1.3333,true,false)
- avail
- set(checkmouse,f)
- for(i,1,frames)
- wave2dframe(1,frames,i,2,t,0.8,4.6,0,0,0.25,0.0)
- wave2dframe(2,frames,i,3,t,0.8,5.4,0,0,0.25,0.0)
- windowsave(1,pic.%)
- end
-