Difference between revisions of "Article Tutorials/en-gb"
From GiderosMobile
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 43: | Line 43: | ||
* [http://appcodingeasy.com/Gideros-Mobile/Creating-plugins-for-Android-in-Gideros Creating plugins for Android] | * [http://appcodingeasy.com/Gideros-Mobile/Creating-plugins-for-Android-in-Gideros Creating plugins for Android] | ||
* [http://giderosmobile.com/forum/discussion/1025/step-by-step-how-to-write-a-c-plugin-and-deploy-it-to-the-desktop-windows-player Creating plugins for desktop] | * [http://giderosmobile.com/forum/discussion/1025/step-by-step-how-to-write-a-c-plugin-and-deploy-it-to-the-desktop-windows-player Creating plugins for desktop] | ||
− | |||
− | |||
* [http://giderosmobile.com/forum/discussion/2258/how-to-add-android-inapp-purchases Android in-app purchases] | * [http://giderosmobile.com/forum/discussion/2258/how-to-add-android-inapp-purchases Android in-app purchases] | ||
Line 71: | Line 69: | ||
* [http://www.indiedb.com/tutorials/gideros-with-zerobrane Zerobrane IDE] | * [http://www.indiedb.com/tutorials/gideros-with-zerobrane Zerobrane IDE] | ||
+ | |||
+ | === Articles now considered 'out of date' === | ||
+ | |||
+ | * [http://appcodingeasy.com/Gideros-Mobile/AdMob-plugin-for-Android AdMob integration for Android] | ||
+ | * [http://appcodingeasy.com/Gideros-Mobile/Gideros-Implementing-AdMob-for-Android Admob integration part 2] |
Revision as of 15:01, 11 September 2018
Here are external links to various tutorials regarding different aspects of Gideros.
Graphics
- Drawing Bitmaps
- Drawing Shapes (filled polygons)
- Drawing text with TextField
- The MovieClip animation class
- Button class
- GTween for transitions
- Multi-line text
- Repeating the background image
- Coordinate systems
- Managing scenes
- Swipe to choose (level etc)
- Snowflake class
- Clipping with RenderTarget
LiquidFun/Box2D Physics
- Box2D Basics
- Dragging bodies
- Debug draw
- Animating physics objects
- Remove body on collision
- Change image on collision
- Box2D joints
- Chains and elastic ropes
- Box2D slingshot
- Box2d magnets
- Creating terrain
- Box2D triggers
Sounds and Music
Libraries and Plugins
- Rate this app
- Share buttons, FB, Twitter
- Luasocket for internet communications
- Creating plugins for Android
- Creating plugins for desktop
- Android in-app purchases
Localisation
User Input and Controllers
- Touch and mouse input
- Keeping track of touched Sprites
- Accelerometer
- Shake detection
- Detecting gestures