foxykid09 10 Posted February 16, 2014 I Have my intro working perfectly but the Cinema Border doesn't disappear and I would like to know how to eventually fade it out Here is my script: [0, 0] spawn BIS_fnc_cinemaBorder;["\A3\Missions_F_EPA\video\A_out_quotation.ogv", "STR_A3_Campaign_Quote_22"] call BIS_fnc_quotations; waitUntil {BIS_fnc_quotations_playing || !(isNil "BIS_fnc_quotations_skip")}; 0 fadeMusic 1; playMusic "LeadTrack01_F_EPA"; // Play second track after the first ends BIS_musicEH = addMusicEventHandler [ "MusicStop", { removeMusicEventHandler ["MusicStop", BIS_musicEH]; BIS_musicStopped = true; } ]; waitUntil {BIS_fnc_quotations_sound || !(isNil "BIS_fnc_quotations_skip")}; waitUntil {(!(BIS_fnc_quotations_playing) || !(isNil "BIS_fnc_quotations_skip")) && time >= _time}; enableSaving [true, true]; showHUD false; sleep 0; [0, 0] spawn BIS_fnc_cinemaBorder; Looked on the Forums and nothing is really suitable for what i need. EDIT: Oh that's awkward spelt the name of the thread wrong. ---------- Post added at 16:41 ---------- Previous post was at 15:30 ---------- Solved it! Share this post Link to post Share on other sites