Advertisement
Guest User

Untitled

a guest
Dec 16th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. function hangerGun:moveHangerGun()
  2.  
  3. function animStart()
  4. transition.to( self.display,  { time=1000, x = 25, transition = easing.linear, onComplete = self:moveHangerGun()} )
  5. end
  6.  
  7. transition.to( self.display,  { time=1000, x = 450, transition = easing.linear, onComplete = animStart} )
  8.  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement