Skip to content

Instantly share code, notes, and snippets.

@vib3oh
Created November 15, 2012 17:22
Show Gist options
  • Select an option

  • Save vib3oh/4079910 to your computer and use it in GitHub Desktop.

Select an option

Save vib3oh/4079910 to your computer and use it in GitHub Desktop.
Play an AKtween object
--Create and apply an AKtween
local tween = AKtween:newTween({...})
local obj = display.newCircle(0,0,20)
tween:apply(obj, 'moveY')
--Play tween
obj:playTween('moveY')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment