Creating Framework in corona [closed] - frameworks

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
how to create a framework for a character in corona so that i can use it in different levels?
eg.I want to make a physics character so that I can use it in different levels.

Create it as a separate Lua module so that you can require("your_character") in other code files (levels).

Related

How can I change the data of a table from Python? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
I want to use an interface to embed my table received from Locker Studio and then change the data of the table by only using my interface to enter a new data.
I searched through APIs but couldn't find what directly solves my problem.

How do you create a stand-alone interactive app with Houdini 18? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am getting into Houdini and I see those vids of interactive apps How do you package a houdini project ?
Exporting animation from Houdini to Unity

Fastlane plugin in swift [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
As of 2.69.0, fastlane now supports swift.
Is it possible to create plugins or actions in swift?
If yes, please provide an example, thanks!
No, for now you can only create a Fastfile.swift that works with an auto generated version of fastlane's core actions and tools.

Perl Catalyst: How to use direct SQL in it Or something like named query [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want to know how to use direct SQL in Perl Catalyst Or something like named query.
You want Catalyst::Model::DBIC::Schema. This is explained in chapter 3 ff. of the tutorial.

what is use of autoLayout in xcode 4.5? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Please give me description of Use of autolayout Feature in Xcode 4.5.what kind of advantage we get by using this feature?