Hello
I try to add a movie to a object.
If I use the objects like Cube or box .. no problem
the movie wil play on the box but if i use a Direct X file Also a box then i did not see the movie on the box
Can some one help
here is the code
set display mode 1920,1080,32
load animation "4.wmv",1
load object "screen.X",1
SCALE OBJECT 1,200,200,30
rem MAKE OBJECT box 1,1920,1080,9
POSITION OBJECT 1, 0,0,-1000
set object light 1,0
play animation to image 1,1,0,0,100,100
rem place animation 1,100,100,1000,1
texture object 1,1
XROTATE OBJECT 1,OBJECT ANGLE X (1)-45
text 20,screen height()-40,desc$
fps$="DBPro Fps: "+str$(screen fps())
text screen width()-20-text width(fps$),screen height()-40,fps$
DO
loop