Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function phaseOne(self)
- transition.to( self.display, { time=1000, x = 25, onComplete = self.moveHangerGun} )
- end
- function hangerGun:moveHangerGun()
- transition.to( self.display, { time=1000, x = 450, onComplete = phaseOne} )
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement