home *** CD-ROM | disk | FTP | other *** search
- \ Move
- \ FTS file producing different Julia's on a line intersecting M
- \ (c)1990 by Carl Declerck
-
- title move
-
- var fromx, fromy, tox, toy, xstep, ystep
- var thisx, thisy, maxframe
-
- maxframe=12
-
- frames maxframe
- scope 1,maxframe
-
- fromx=-0.12; fromy=0.74; tox=0; toy=1
-
- xstep=ABS(fromx-tox)/frames
- ystep=ABS(fromy-toy)/frames
-
- thisx=fromx+(frame-1)*xstep
- thisy=fromy+(frame-1)*ystep
-
- julia
- resolution 300,300
- range -1.5,1.5,-1.5,1.5
- cval thisx,thisy
- smoothness 200
- depth 127
-
- mountains
- light -0.5,1,-2
- brightness 50
- steepness 14
- dithering 14
- shadows off
- interpolation off
-
- offset 40,410
- angle 0,30
- increment 4,4
- slope front 0,0
-
- color 15,15,15
-
-