Tagged Questions
0
votes
1answer
25 views
call transition.to with id: corona SDK
In one of my corona apps, I've to apply transition to objects with certain id. How can I do this?
local ball = display.newImage("ball.png")
-- sample, actually there are random no. of balls ...
1
vote
1answer
116 views
event.phase not working Corona
my code run smooth when I run in main file but when I make write this code in some other lua file and call that file with the help of director.lua, it doesnt recognized ended event phase on touching. ...
0
votes
1answer
218 views
Create custom transition in Corona SDK
I went through the docs and couldn't find anything.
Is it possible to create a custom transition?
I have to simulate a throw with custom easing etc.
In cocos2d I was able to just create a custom ...
