Jump to content

smoothMoveCamerax[استفسار]


Recommended Posts

local move=0
setTimer(function()
  if move==0 then
    move=1
      elseif move==1 then
          move=2
      ------smoothmove
      elseif move==2 then
          move=3
       ------smoothmove
      elseif move==3 then
      move=4
      ------smoothmove
      elseif move==4 then
      move=1
      ------smoothmove
    end
  end,1000*10,0)

كل عشر ثواني بتتغير حركة الكامرا

Link to comment

@Master_MTA كودك اختصره ب ثلاث اسطر

 

setTimer(function()
smoothMoveCamera(
      
      


      
      

هو فنكشن موف كاميرا يحرك الكاميرا ويرجعها لمكانها على حسب ما جربت

اذا حطيت وقت التايمر بالظبط الوقت اللي تاخذه الكاميرا عشان ترجع رح يبقى يتكرر الى الأبد ذذ

يليل وش ذا يخرب بيت lua tag ذا

انا جوال وكل مرة اكتب واسوي مسافة ينحذف السطر 

عالعموم ذا الكود

setTimer(function()

smoothMoveCamera(.....,time)

end,time,0)

Link to comment
18 hours ago, #BrosS said:

@Master_MTA كودك اختصره ب ثلاث اسطر

 


setTimer(function()
smoothMoveCamera(
      
      


      
      

هو فنكشن موف كاميرا يحرك الكاميرا ويرجعها لمكانها على حسب ما جربت

اذا حطيت وقت التايمر بالظبط الوقت اللي تاخذه الكاميرا عشان ترجع رح يبقى يتكرر الى الأبد ذذ

يليل وش ذا يخرب بيت lua tag ذا

انا جوال وكل مرة اكتب واسوي مسافة ينحذف السطر 

عالعموم ذا الكود

setTimer(function()

smoothMoveCamera(.....,time)

end,time,0)

افهم كودي اول يا قلبي

كودي يخليك تتحرك

مش مره وحده

الكود حقي يخليه متعدد الاماكن

مثلا

حط الاحداثيات 123

باول سموث

يجي ثاني سموث

يغير الاحداثيات على حسب

نهاية السموث الاول المهم يبيلك تفهم الكود حقي

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...