Jump to content

مشكله ب interpolateBetween


iiv03

Recommended Posts

الحين عندي سؤال كيف اسوي interpolateBetween في اخر شيئ يسوي لنص fade out

local progress = math.min((getTickCount()-tick)/6500,1)
position = interpolateBetween(from+450, 0, 0, to-550, 0, 0, progress, "Linear")




--هذا يسوي النص fadeIn
--العكس كيف ؟ fadeOut
--
if progress > 1 then 
	tick = math.max((getTickCount()+tick)/2500,tick)
end

مابغى استخدم ال removeEventHandler هناك عشان لو وصل الرقم علي حد يشيل الرندر :shock:

Link to comment

انت شكلك لك فترة تتضارب مع الوظيفه ذي :D

دايم ما افهمك ولكن اللي فهمته أنك عندك نص وتبغاه يظهر تدريجياً عند نقطه محدده ويختفي تدريجياً عن نقطه محدده؟

tocolor اللي في وظيفة alpha إذا كان كذا, تقدر تسويها بالشروط وال

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...