Showing results for

how

to

become

a

game

developer

on docs.coronalabs.com
docs.coronalabs.com › tutorial › basics › codeFormatting
Solar2D Documentation — Tutorials | Basics
Inevitably, there will be a time in your app development where you’ll need to show your code to someone else. Perhaps it’s...
docs.coronalabs.com › guide › graphics › group.html
Solar2D Documentation — Developer Guides | Graphics/Audio/Animation
...Display objects that are not placed into a specific group become part of the stage, but in the process of developing an app, you...
docs.coronalabs.com › plugin › notifications v2 › index.html
Solar2D Documentation — Plugins | Notifications
...When developing with Solar2D Native, you must override Corona’s notification icon resources as follows:
First, you should become familiar with how Android handles...
docs.coronalabs.com › tutorial › events › tapTouchAnatomy
Solar2D Documentation — Tutorials | Events/Listeners
...it becomes a tap object (red square) over a touch object (blue square). Do this by editing line 29, changing "touch"
to "tap"
and...
docs.coronalabs.com › tutorial › basics › functionArguments
Solar2D Documentation — Tutorials | Basics
...Data is sent to functions as parameters, or “arguments” as some developers refer to them. These are passed to the function as a ()
), for...
docs.coronalabs.com › guide › basics › optimization
Solar2D Documentation — Developer Guides | Basics
As you develop your application, you should always consider how your design choices affect performance. Despite ongoing core improvements, mobile devices still face fundamental...
docs.coronalabs.com › guide › monetization › IAP
Solar2D Documentation — Developer Guides | Ads/Monetization
...For example, if a purchase unlocks a new world within a game or grants a permanent
Google IAP allows for transactions to be refunded...
docs.coronalabs.com › tutorial › data › timeDates
Solar2D Documentation — Tutorials | Data/Files/Strings
...This is crucial to understand if you want to create the type of date above, possibly for a multiplayer game with players in different...
docs.coronalabs.com › guide › programming › 03
Solar2D Documentation — Developer Guides | Getting Started
...Remember how we assign a myName
property to each object when we create it? This property now becomes critical as a means to detect...
docs.coronalabs.com › guide › graphics › customEffects.html
Solar2D Documentation — Developer Guides | Graphics/Audio/Animation
...a period
parameter, a positive number indicating how much time should pass before the sine wave repeats. The default is 2 * π, corresponding to...