Nesthor Posted September 4, 2019 Share Posted September 4, 2019 Hello everyone, I am doing a little cleo, it is a simple creation of vehicles, but I want that before the cars appear, the screen went black, and after they believe the screen returns to normal, use this opcode: 0169: set_fade_color_RGB 0 0 0 016A: fade 0 time 500 It works, the screen gets dark, but then I don't know how to return the screen to normal, try this opcode: 04FA: reset_sky_colors_with_fade 0 but does not return to normal, how should I do it? Link to comment Share on other sites More sharing options...
OrionSR Posted September 4, 2019 Share Posted September 4, 2019 016A: fade 1 time 500 Nesthor 1 Link to comment Share on other sites More sharing options...
Nesthor Posted September 4, 2019 Author Share Posted September 4, 2019 16 minutes ago, OrionSR said: 016A: fade 1 time 500 Thanks Should I place it after 04FA? Link to comment Share on other sites More sharing options...
Strs Posted September 5, 2019 Share Posted September 5, 2019 (edited) 016A: fade 0 time 500 goes darker 016A: fade 1 time 500 goes normal look in here fade 1 means on and fade 0 means off Edited September 5, 2019 by Strs idk how it set to dark :) Nesthor 1 Link to comment Share on other sites More sharing options...
Nesthor Posted September 9, 2019 Author Share Posted September 9, 2019 On 9/5/2019 at 4:28 AM, Strs said: 016A: fade 0 time 500 goes darker 016A: fade 1 time 500 goes normal look in here fade 1 means on and fade 0 means off thank you very much, it was already solved Link to comment Share on other sites More sharing options...