Corona SDK is a cross-platfrom software development kit for both Android and iOS.
0
votes
2answers
409 views
Rotating an object at the user specified speed in corona
I am developing a globe animation ,in which the speed of the rotation changes with the length of the user's drag event.The globe when touched and moved attains positive acceleration,reaches maximum ...
0
votes
0answers
59 views
Corona SDK: Quality of support and resources?
I've not used Corona SDK before and am looking into it for a friend. (He is also considering Unity.)
I wonder what the support is like for Corona? While Unity has a great many customers and so the ...
-1
votes
0answers
19 views
Assertion fails with events in lua, Corona SDK
So I have two objects, an Enemy and Bullet Object. In the level there are several different instances of Enemy Objects, about 16. Each of which are linked to their own Bullet Object. keep in mind ...