DrakilorP2P |
08-13-2011 02:15 PM |
Any idea how these are used?
PHP Code:
TGUIAnimation (TGraalVar): amplitude - float - amplitude for moveupdown, moveleftright and zoominout currenttime - float delay - float - the animation starts after the specified number of seconds duration - float - the animation will last the specified number of seconds interval - float - interval for moveupdown, moveleftright and zoominout tabfirstonshow - boolean - calls tabfirst() after showing the control, by default true timing - string - timing function: 'linear' or 'sinus', sinus is only used for moveupdown, moveleftright and zoominout transition - string - specifies the animation type: fadeout, fadein, moveoutleft, moveinleft, moveoutright, moveinright, moveouttop, moveintop, moveoutbottom, moveinbottom, moveupdown, moveleftright, flipoutleft, flipinleft, flipoutright, flipinright, zoomin, zoomout, zoominout, growin, growout, shrinkin, shrinkout, rotateoutleft, rotateinleft, rotateoutright, rotateinright
PHP Code:
Key (TStaticVar): backspace - integer (read only) capslock - integer (read only) control - integer (read only) deletekey - integer (read only) down - integer (read only) end - integer (read only) enter - integer (read only) escape - integer (read only) home - integer (read only) insert - integer (read only) left - integer (read only) pgdn - integer (read only) pgup - integer (read only) right - integer (read only) shift - integer (read only) space - integer (read only) tab - integer (read only) up - integer (read only) addlistener(obj) getascii() - returns integer getcode() - returns integer isaccessible() - returns boolean isdown(int) - returns boolean istoggled(int) - returns boolean removelistener(obj) - returns boolean
Also:
PHP Code:
isofflinemode() - returns boolean - says if the game is running in offline mode (only for special packaged games)
|