Packagecom.dipigraphics.fingersMotion
Classpublic class setupFingers
InheritancesetupFingers Inheritance flash.display.Sprite

This class provides the setup panel accessible via the context Menu.

Created by Denis Pissoort

Produced by Haute Ecole Albert Jacquard

Email : denis@dipi-graphics.com

HomePage of the project : Fingers Motion Project HomePage

This software is licensed under the CC-GNU GPL version 2.0 or later.



Public Methods
 MethodDefined By
  
setupFingers(setupPosX:Number, setupPosY:Number)
This method create the Setup Panel for the Fingers Motion System
setupFingers
Constructor Detail
setupFingers()Constructor
public function setupFingers(setupPosX:Number, setupPosY:Number)

This method create the Setup Panel for the Fingers Motion System

Parameters
setupPosX:Number — positionX of the top left corner of the panel
 
setupPosY:Number — positionY of the top left corner of the panel

By default this panel is accessible via the contextMenu and it is display in the center of your application if you use : stage.scaleMode = StageScaleMode.NO_SCALE stage.align = StageAlign.TOP_LEFT Other mode can be produced bad result.