Im having trouble getting my mpg file to show transparency on my 3d object. Ive tried this
load animation "t.mpg",1
get image 1,0,0,127,127
play animation to image 1,1,0,0,127,127
make object plain 1,2,2
texture object 1,1
SET OBJECT 1, 1, 1, 0
do
turn object left 1,1
if mouseclick()=1 then play animation to image 1,1,0,0,127,127
loop
And this
load animation "t.mpg",1
get image 1,0,0,127,127
play animation to image 1,1,0,0,127,127
make object plain 1,2,2
texture object 1,1
SET OBJECT transparency 1,1 rem Ive also tried 1,0
do
turn object left 1,1
if mouseclick()=1 then play animation to image 1,1,0,0,127,127
loop
It plays fine but I cannot make the black transparent. Can someone please help me with this ?
Thanks
http://badtempergames.tripod.com