Menus https://code.coronalabs.com/taxonomy/term/13/all en simple_toast https://code.coronalabs.com/code/simpletoast <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Simple example for Toast Notification without any plugins for Corona SDK.</p> <p>For all supported platforms!</p> <p>How to use?</p> <p>• Add toast.lua in your Corona project root directory</p> <p>• Add string 'require "toast"' in main.lua</p> <p>• For display a toast notification, use next code:</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">krdpnsk</div></div></div> Thu, 14 Nov 2019 07:18:03 +0000 krdpnsk 207 at https://code.coronalabs.com Color Transition Matrix https://code.coronalabs.com/code/color-transition-matrix <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This function returns a matrix of RGB values that allow you to gradually change from one color to another using a single index, like the position of a scrollview/springboard.</p> <p>It takes a two dimensional array of RGB colors, each page width and the total amount of pages.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Tanner Gower</div></div></div> Fri, 15 May 2015 03:23:28 +0000 triggdev 181 at https://code.coronalabs.com Flood fill https://code.coronalabs.com/code/flood-fill <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Flood fill a display object with a Gfx2.0 gradient fill. Can be used to provide the Android Material Design button interaction animation, eg: <a href="http://www.google.com/design/spec/components/buttons.html#buttons-flat-raised-buttons">http://www.google.com/design/spec/components/buttons.html#buttons-flat-r...</a></p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">HoraceBury</div></div></div> Fri, 17 Apr 2015 11:28:18 +0000 horacebury 176 at https://code.coronalabs.com Starter Template https://code.coronalabs.com/code/starter-template <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This is an empty project template for Corona SDK starters, explaining some of the basic concepts and providing an example project organization.</p> <p>Some of the basic concepts included and explained in this template are:</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Serkan Aksit - bgmadclown</div></div></div> Tue, 24 Mar 2015 23:26:18 +0000 bgmadclown 171 at https://code.coronalabs.com Springboard (horizontal page flip thingy from iOS) https://code.coronalabs.com/code/springboard-horizontal-page-flip-thingy-ios <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This is a short and robust implementation of a springboard, using Corona's scrollView widget.<br /> It supports two kinds of touch events: a quick touch and flip, or a slow page drag and release.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Wim Coosemans</div></div></div> Wed, 05 Nov 2014 19:25:08 +0000 wim.coosemans 141 at https://code.coronalabs.com SlideView 1.1 https://code.coronalabs.com/code/slideview-11 <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Modified version of Corona SlideView.</p> <p>You can add your external listener (callback) and add any display objects.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">vadiminc</div></div></div> Sat, 01 Nov 2014 14:09:28 +0000 vadiminc 140 at https://code.coronalabs.com BackSwipe Navigation for Composer https://code.coronalabs.com/code/backswipe-navigation-composer <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>iOS 7 style back swipe navigation library with demonstration app. Includes a template scene file.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">HoraceBury</div></div></div> Tue, 09 Sep 2014 09:01:21 +0000 horacebury 134 at https://code.coronalabs.com Bitmap Font https://code.coronalabs.com/code/bitmap-font <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>An implementation of a Bitmap Font SpriteSheet using Corona. The example shows one of the effects you can achieve when using Bitmap Fonts.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Zunware</div></div></div> Mon, 17 Mar 2014 19:22:39 +0000 Anonymous 92 at https://code.coronalabs.com Simple grid system https://code.coronalabs.com/code/simple-grid-system <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>A simple grid to create columns in your Corona SDK project. Now its easier to create lay-outs that work on all devices and resolutions.</p> <p>Preview: <a href="https://www.dropbox.com/s/3c91f798ne27r2l/example.png">https://www.dropbox.com/s/3c91f798ne27r2l/example.png</a></p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Foxbyte</div></div></div> Mon, 10 Mar 2014 20:55:10 +0000 Anonymous 89 at https://code.coronalabs.com Vertical auto-scrolling menu https://code.coronalabs.com/code/vertical-auto-scrolling-menu <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This is a little example that I use to my app, is a autoscroll menu. The basic function is, when the user hits the square at the left top corner the menu appear using a transtion.</p> <p>You can view the functionality here: <a href="http://youtu.be/xivzToX-obU">http://youtu.be/xivzToX-obU</a></p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">arananet</div></div></div> Tue, 04 Mar 2014 22:54:31 +0000 Anonymous 82 at https://code.coronalabs.com