Difference between revisions of "Article Tutorials/en-gb"
From GiderosMobile
|  (Updating to match new version of source page) | |||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| Here are external links to various tutorials regarding different aspects of Gideros. | Here are external links to various tutorials regarding different aspects of Gideros. | ||
| + | |||
| + |  '''ALL LINKS ARE DEAD, THE LIST NEEDS BE GONE (WIP)''' | ||
| === Graphics === | === Graphics === | ||
| − | |||
| * [http://bluebilby.com/2013/04/14/gideros-mobile-tutorial-displaying-images/ Drawing Bitmaps] | * [http://bluebilby.com/2013/04/14/gideros-mobile-tutorial-displaying-images/ Drawing Bitmaps] | ||
| * [http://bluebilby.com/2013/04/10/gideros-mobile-tutorial-displaying-graphics/ Drawing Shapes (filled polygons)] | * [http://bluebilby.com/2013/04/10/gideros-mobile-tutorial-displaying-graphics/ Drawing Shapes (filled polygons)] | ||
| Line 43: | Line 44: | ||
| * [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 70: | ||
| * [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] | ||
Latest revision as of 01:51, 16 February 2025
Here are external links to various tutorials regarding different aspects of Gideros.
ALL LINKS ARE DEAD, THE LIST NEEDS BE GONE (WIP)
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
