C# Class SimonSaysApp.SimonSaysApp

Inheritance: Sifteo.BaseApp
Mostra file Open project: alexmullans/Siftables-Emulator

Public Methods

Method Description
Setup ( ) : void
Tick ( ) : void

Private Methods

Method Description
AddRandomColorToList ( ) : void
ChangeCubeImage ( Cube cube, System.Color color ) : void
CheckDelay ( ) : void
DelayCubeRepaint ( ) : void
HighlightCube ( Cube cube ) : void
HighlightFailCube ( Cube cube ) : void
HighlightSuccessCube ( Cube cube ) : void
InitCubeFields ( ) : void
OnPress ( Cube cube ) : void
PlaySuccessCubeSound ( int cubeColor ) : void
RunHighlightRoutine ( ) : void

Method Details

Setup() public method

public Setup ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void