This code
//INITIALIZE TV SCREEN-----------------------------------
dbLoadAnimation("C:\\Program Files\\Microsoft Visual Studio\\MyProjects\\RobotConversion\\Media\\first5.avi",6);
dbPlayAnimationToImage(6,52,1,1,dbAnimationWidth(52),dbAnimationHeight(52));
dbMakeObjectPlane( 521, 2000, 1500);
dbTextureObject(521,52);
dbPositionObject(521,5250,1500,-1225);
//====================-----------------------------------
creates a big black screen with nothing playing on it. I've checked that the animation is in the right place, I added some controls to move around the screen and look at it from all sides but still it doesn't work. Any help?
ooo isn't that precious