Easy Slider (SpringBoard) for Levelselect / HowTo ..

Posted by guruk, Posted on August 12, 2011

2 votes

Simple Example (full working Code)

how to make a Slider (Springboard) for your Level Selection or a HowTo Page where the User can slide through your Explanation.

The Demo does use the "Director" Library to switch from one Scene to another
and the "MovieClip" Library to show the SpringBoard Actual Page Circle

DOWNLOAD

I made additional Comments in the Code.

Features:
- Demo how to create an automatic Level Display (5 Rows to 5 Columns)
(levelselect.lua)

Enhanced "springboard" slide/photo viewer

Posted by ignis075, Posted on August 10, 2011

4 votes

New, enhanced "slider + springboard" module, to mimic standard iOS page flip functionality

This module mimics the standard iOS "page springboard" for use in your own app. I designed it to resemble iOS as near as possible, so end users can instantly recognize the interface they use every day on their iOS phone or tablet. Also works for Android, of course. :)


Features:

    Corona UI update

    Posted by keithmfoster7, Posted on June 18, 2011

    0 votes

    This update does the following:

    - fixes a bug in the CoronaUI that will has the overlay of the picker shifted to the right by 160 pixels. Found this was the case, when viewing the picker using iPad.

    - Added two new features to the Slider component. These are event listeners. One is for a text output and the other an integer. See main.lua for usage and demo.

    1
    2
    3
    4
    
    local coronaUI = require( "coronaui" )
     
    -- define the background screen group for the slider button.
    local myScreen = coronaUI.newScreen( nil, true, "Slider Button Demo", "white",false )

    Customisable Slider

    Posted by horacebury, Posted on February 14, 2011

    1 vote

    Though this may be about to become obsolete, this library provides a very configurable slider control. The full download is here:
    https://files.me.com/horacebury/qowp06

    The original forum threads are here:
    http://developer.anscamobile.com/forum/2010/11/02/window

    The updated thread:
    https://developer.anscamobile.com/forum/2011/02/05/updated-slider-library

    Demo video:
    http://www.screencast.com/t/QN4qCWip

    Compatibility: 
    Corona 2.0

    Slider module (springboard functionality), warning: shameless promotion inside

    Posted by ez123, Posted on January 19, 2011

    9 votes

    Hi all,

    Here is a simple but powerful Slider (springboard) module I've created for my recent iPhone game (Fingerless 3D).
    This module enables you to create "slides" which the user can slide / swipe between.
    Features:
    1. Each slide is a display group, which enables it to contain any other display objects (text, buttons etc.)
    2. Ability to add "control buttons" which indicates which is the current slide and enables the user to jump to another slide

    Compatibility: 
    Corona 2.0