function BackgroundAnim()
GTween.new(background, 4, {x=-30}, {ease=easing.outBack})
GTween.new(background, 4, {x=-150}, {delay = 4})
GTween.new(background, 4, {x=-270}, {ease=easing.outBack, delay=8})
GTween.new(background, 4, {x=-150}, {delay=12})
end
GTween methods ends at once it start, please, help!
Comments
Here is a way to chain tweens:
Likes: fliego
worth a try, what say?
Likes: hgvyas123
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Likes: fxone
http://giderosmobile.com/forum/discussion/1250/seamless-pattern-library