3ssol Posted July 20, 2013 Share Posted July 20, 2013 السلام شباب ابي اسوي مثلا صوره تجي علي الشاشه كاااملا كيف ! Link to comment
3ssol Posted July 20, 2013 Author Share Posted July 20, 2013 ايه صح نسيت ض1 + اخوي لو ابي اسوي الصوره تظهر بشويش بس تتسكر بسرعه كيف ! Link to comment
#DRAGON!FIRE Posted July 20, 2013 Share Posted July 20, 2013 # .. استخدم * guiSetAlpha setTimer guiGetAlpha guiSetVisible Link to comment
jafar Posted July 20, 2013 Share Posted July 20, 2013 bindKey ( "الزر", "down", function ( ) if ( guiGetVisible ( Wnd ) == true ) then if ( isTimer ( TheFadeTimer ) ) then return end showCursor ( false ) guiSetInputEnabled ( false ) guiSetAlpha ( Wnd, 1 ) TheFadeTimer = setTimer ( function ( ) Alpha = guiGetAlpha ( Wnd ) guiSetAlpha ( Wnd, Alpha - 0.05 ) end, 50, 20) setTimer ( guiSetVisible, 1000, 1, Wnd, false ) else if ( isTimer ( TheFadeTimer2 ) ) then return end TheFadeTimer2 = setTimer ( function ( ) Alpha = guiGetAlpha ( Wnd ) guiSetAlpha ( Wnd, Alpha + 0.05 ) end, 50, 20) guiSetVisible( Wnd, true ) guiSetAlpha ( Wnd, 0 ) showCursor ( true ) guiSetInputEnabled ( true ) end end ) كل الى عليك تبدل الألفا يوم تصك اللوحة Link to comment
iPrestege Posted July 20, 2013 Share Posted July 20, 2013 guiGetScreenSize -- Fit gui's. Link to comment
K1NG Posted July 21, 2013 Share Posted July 21, 2013 bindKey ( "الزر", "down", function ( ) if ( guiGetVisible ( Wnd ) == true ) then if ( isTimer ( TheFadeTimer ) ) then return end showCursor ( false ) guiSetInputEnabled ( false ) guiSetAlpha ( Wnd, 1 ) TheFadeTimer = setTimer ( function ( ) Alpha = guiGetAlpha ( Wnd ) guiSetAlpha ( Wnd, Alpha - 0.05 ) end, 50, 20) setTimer ( guiSetVisible, 1000, 1, Wnd, false ) else if ( isTimer ( TheFadeTimer2 ) ) then return end TheFadeTimer2 = setTimer ( function ( ) Alpha = guiGetAlpha ( Wnd ) guiSetAlpha ( Wnd, Alpha + 0.05 ) end, 50, 20) guiSetVisible( Wnd, true ) guiSetAlpha ( Wnd, 0 ) showCursor ( true ) guiSetInputEnabled ( true ) end end ) كل الى عليك تبدل الألفا يوم تصك اللوحة متأكد أن الكود ذا انت مسويه ؟ Link to comment
#DRAGON!FIRE Posted July 21, 2013 Share Posted July 21, 2013 bindKey ( "الزر", "down", function ( ) if ( guiGetVisible ( Wnd ) == true ) then if ( isTimer ( TheFadeTimer ) ) then return end showCursor ( false ) guiSetInputEnabled ( false ) guiSetAlpha ( Wnd, 1 ) TheFadeTimer = setTimer ( function ( ) Alpha = guiGetAlpha ( Wnd ) guiSetAlpha ( Wnd, Alpha - 0.05 ) end, 50, 20) setTimer ( guiSetVisible, 1000, 1, Wnd, false ) else if ( isTimer ( TheFadeTimer2 ) ) then return end TheFadeTimer2 = setTimer ( function ( ) Alpha = guiGetAlpha ( Wnd ) guiSetAlpha ( Wnd, Alpha + 0.05 ) end, 50, 20) guiSetVisible( Wnd, true ) guiSetAlpha ( Wnd, 0 ) showCursor ( true ) guiSetInputEnabled ( true ) end end ) كل الى عليك تبدل الألفا يوم تصك اللوحة متأكد أن الكود ذا انت مسويه ؟ # انت مسويه .. Link to comment
K1NG Posted July 21, 2013 Share Posted July 21, 2013 # انت مسويه .. لا مب انا، واحد ثاني Link to comment
jafar Posted July 21, 2013 Share Posted July 21, 2013 ذا مال اسامة بسس انا عدلته لواحد ف موضوع viewtopic.php?f=160&t=62450 Link to comment
|Mr|-Talal07-| Posted July 21, 2013 Share Posted July 21, 2013 السلامشباب ابي اسوي مثلا صوره تجي علي الشاشه كاااملا كيف ! خلي احداثيات الصوره كذاا 0,0,1,1 ولا تنسى في الارقمنت الاخير true Link to comment
|Mr|-Talal07-| Posted July 22, 2013 Share Posted July 22, 2013 تسسسلم طلال ي شننب الله يسلمكك 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