Hi there.
Some time ago, I tried to make an animated gif to work setting object transparency, but gif didn't work as I expected, so I made something like this...I hope it can help
autocam off
sync on
load image "sun.png",1
paste image 1,0,0
for i= 1 to 256
for a= 1 to 256
cal=point(i,a)
rem if cal>1300000 then dot i+256,a,cal `(most grahpyc cards)
if cal>-13000000 then dot i+256,a,cal `(some grahpyc cards)
next a
next i
get image 2,256,0,512,256,1
make object plain 1,30,30
texture object 1,2
set object transparency 1,2
set object emissive 1,rgb(255,255,255)
position camera 10,5,-30
point camera 0,0,0
do
r=r+1
yrotate object 1,r/2
sync
loop
I'm not a grumpy grandpa
