This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local springboard = require("springboard") | |
local group = display.newGroup() -- root display group | |
local pageTotal = 3 | |
local board -- springboard instance | |
local pageDots = {} -- dots at the top | |
local function animatePageDot() -- called each time the springboard changes page | |
local currentPage = board.page | |
-- reset all pagedots |