Tagged Questions
0
votes
1answer
136 views
Best practice for cross platform app animation (many & large)
What is the best practice for cross platform app's animation?
I have an app that has many animation, all of them in big resolutions and lots of frames.
I looked into most of the cross platform engines ...
2
votes
3answers
517 views
Is there a better way of linking transitions in Corona Lua?
I'm currently animating a trash can when something gets dragged and dropped onto it with this code:
local trashUp
local trashDown
trashUp = function()
transition.to(
trash, {time=100, ...
1
vote
1answer
942 views
iOS wiggle animation in Corona SDK?
I've problem animating wiggle effect from iOS in Corona SDK. It's now vibrating but not quite similar.
-- Animation.new(p1.img) // how to call from main.lua
module(..., package.seeall)
function ...