SirniNamaz Posted October 13, 2012 Share Posted October 13, 2012 is it possible to make gui (with all its elements) to fade in or out? Link to comment
Castillo Posted October 13, 2012 Share Posted October 13, 2012 Yes, you must use: guiSetAlpha on it's main element where every other element is child of it. Link to comment
Dev Posted October 14, 2012 Share Posted October 14, 2012 Also, you can place a timer if you want it to slowly fade out/in. Link to comment
Anderl Posted October 14, 2012 Share Posted October 14, 2012 Also, you can place a timer if you want it to slowly fade out/in. onClientRender and getTickCount is better. Link to comment
myonlake Posted October 14, 2012 Share Posted October 14, 2012 Didn't arc_'s animation library have the feature for GUI elements too? Link to comment
Anderl Posted October 14, 2012 Share Posted October 14, 2012 Didn't arc_'s animation library have the feature for GUI elements too? _arc's animation library has bugs. Link to comment
myonlake Posted October 14, 2012 Share Posted October 14, 2012 _arc's animation library has bugs. What type of bugs? I would like to know as well because I might be using it soon. Link to comment
Anderl Posted October 14, 2012 Share Posted October 14, 2012 _arc's animation library has bugs. What type of bugs? I would like to know as well because I might be using it soon. I only remember one: When an animation is playing, if you minimize game, the animation stops and it bugs the whole thing. Link to comment
myonlake Posted October 14, 2012 Share Posted October 14, 2012 _arc's animation library has bugs. What type of bugs? I would like to know as well because I might be using it soon. I only remember one: When an animation is playing, if you minimize game, the animation stops and it bugs the whole thing. Well with the new functions of MTA you are able to prevent that. We are now able to see if the client has minimized the window. With some small scripting in the library we can fix it Thanks though. Link to comment
Anderl Posted October 14, 2012 Share Posted October 14, 2012 Well with the new functions of MTA you are able to prevent that. We are now able to see if the client has minimized the window. With some small scripting in the library we can fix it Thanks though. There are other bugs, anyway. I'd rather make my own. Link to comment
Castillo Posted October 14, 2012 Share Posted October 14, 2012 I found other kind of bugs while using the moving elements part, it some times got bugged and didn't finish animation and so on. For this kind of animation, I recommend making it by yourself, is not hard. Link to comment
Anderl Posted October 14, 2012 Share Posted October 14, 2012 I found other kind of bugs while using the moving elements part, it some times got bugged and didn't finish animation and so on.For this kind of animation, I recommend making it by yourself, is not hard. Exactly, I got that one too. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now