SpeedyDonkey 0 Posted June 15, 2003 Allright i thought i would make a cutscene with a logo. After reading some tutorials and stuff i managed to get my logo in game! The thing is that i would like to have the logo transparent. Is there any way to get it transparent? Oh and another thing... I know how to get my object to show up on the screen (with a trigger) But how do i put it in a camera script, and how can i control how long it's visible etc. TIA Share this post Link to post Share on other sites
crashdome 3 Posted June 15, 2003 For transparency: If you are using a picture file (jpg etc...) for your entire logo, you will have to make it transparent in your photo editing software. If this is true and you set your picture within a rectangular STATIC control, then make sure the background is also transparent (colorBackground={0,0,0,0}). Otherwise your picture will be transparent but you'll see the controls background color through the picture. If your logo is made entirely of the various static controls available in OFP and NO pictures are used, then all you need is to set the colors for the controls accordingly. Example: colorBackground = {0,0,0,0.5} where the integers from 0-1 are {Red,Green,Blue,Alpha} Alpha being your tranparency from 0 (completely transparent) to 1 (solid). Share this post Link to post Share on other sites