Guest User

Untitled

a guest
Jul 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. -- All my functions
  2. local step1
  3. local step2
  4.  
  5. local transitionHandle
  6.   step1 = function()
  7.       transitionHandle = transition.to( hero, {time=1000, x=220, onComplete= function()
  8.       transitionHandle = transition.to( hero, {time=1000, y=100} )
  9.       end} )
  10.   end
  11.  
  12.   step1()
Add Comment
Please, Sign In to add comment