Skip to content

Instantly share code, notes, and snippets.

@itreyger
itreyger / gist:6769175
Created September 30, 2013 19:50
OmNomster code
shadow.x = lightDestinationPoint.x + (object.x – lightDestinationPoint.x);
shadow.y = lightDestinationPoint.y + (object.y – lightDestinationPoint.y);
local display_stage = display.getCurrentStage()
display_stage:insert( _G.background )
display_stage:insert( storyboard.stage )
display_stage:insert( _G.loadingSketch_Gp )
storyboard.hideOverlay( )
storyboard.showOverlay( "menu")