Jump to content
Sign in to follow this  
BigApple_

Questions about inserting a picture in a intro scenario

Recommended Posts

I created a intro scene and inserted a picture into it,

 

but when I preview it, the picture is always directly below the screen.

 

How can I put it in the center of the screen?

 

 

This is mine   initintro.sqf :

 

titletext ["","BLACK FADED", 0];


_camera = "camera" camcreate [0,0,0];
_camera CameraEffect ["Internal","Back"];

_camera camPrepareTarget (getPosVisual targ1);
_camera camPreparePos (getPosVisual cam1);
_camera camPrepareFOV 0.300;
_camera camCommitPrepared 0;
showCinemaBorder false;
sleep 3;

 

titletext ["","BLACK IN", 3];

 

sleep 3;

 

titletext ["<img image='123.jpg' size = '20'/>", "BLACK FADED", 30, true, true];

 

 

 

 

 

 

 

 

 

 

 

 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×