kittycat 0 Posted March 20, 2007 1. How to make the screen fade in/out? The titlecut stuff appears not to work with AMRA. 2. How to hide markers on mission start? Share this post Link to post Share on other sites
kronzky 5 Posted March 20, 2007 1. titleCut does work. Just play around with it a bit more... 2. The best way I've found to hide markers is to set the position to their negative value. That way you still have access to the original position and size information, in case you need it. Share this post Link to post Share on other sites
kittycat 0 Posted March 20, 2007 Quote[/b] ]titlecut [" ","BLACK IN",10] has no effect Share this post Link to post Share on other sites
Big Dawg KS 6 Posted March 21, 2007 2. The best way I've found to hide markers is to set the position to their negative value. That way you still have access to the original position and size information, in case you need it. Or, assuming there's still an empty marker in ArmA, if you don't want to lose your marker's position, just make the markerType "Empty". setMarkerType And what about cutText? The biki says titleCut is an "Obsolete command" for some reason. Share this post Link to post Share on other sites
kronzky 5 Posted March 21, 2007 Sorry, I was confused... cutText works (used it myself several times), but titleCut is obsolete... And as far as hiding markers is concerned - if the marker you're trying to hide is an icon, then you can just set the type to "Empty". If it's an area marker though (rectangle or ellipse) then you need to move it out of the way. Share this post Link to post Share on other sites
Big Dawg KS 6 Posted March 21, 2007 And as far as hiding markers is concerned - if the marker you're trying to hide is an icon, then you can just set the type to "Empty". If it's an area marker though (rectangle or ellipse) then you need to move it out of the way. Well, I wouldn't say need, ellipses/rectangles can be set to a size of [0,0] and not be visible, again it's useful if you want to keep the waypoint in it's place. Share this post Link to post Share on other sites
kittycat 0 Posted March 21, 2007 I will chec tthis out Share this post Link to post Share on other sites