FlowMove Help File


Table of Contents

FlowMove.SetObjectProp
FlowMove.StartTimer
FlowMove.ObjectMove

FlowMove.SetObjectProp


FlowMove.SetObjectProp ( 

(string) Object = _Label,

(string) Objects Name = _Label,

(number) Index = 1,

(String) Label SettextEX )

Description

This Sets the Objects Properties before the action

Parameters

Object

(string) EG: _Img, _Button, _Label, _Para & _Rich

Objects Name

(string) The Name of the Object EG: "Label1"

Index

(number) The index is needed to alone more then one of the same Object EG: 1

Label SettextEX

(String) This is when using on a Label with FlowMove it enables you to set the text in this action.


Return

This action dose not return any value.



FlowMove.StartTimer


FlowMove.StartTimer ( 

(string) Object = _Label,

(string) Objects Name = _Label,

(number) Index = 1 )

Description

Persets the actions for the timer.

Parameters

Object

(string) EG: _Img, _Button, _Label, _Para & _Rich

Objects Name

(string) The Name of the Object EG: "Label1"

Index

(number) The index is needed to alone more then one of the same Object EG: 1


Return

This action dose not return any value.



FlowMove.ObjectMove


FlowMove.ObjectMove ( 

(string) Object = _Label,

(string) Objects Name = _Label,

(string) Direction = _Left,

(number) Movement = 1,

(number) Index = 1 )

Description

This is the contral for the action, you add this on On Timer or a button or whereever you want the action to be triggered.

Parameters

Object

(string) EG: _Img, _Button, _Label, _Para & _Rich

Objects Name

(string) The Name of the Object EG: "Label1"

Direction

(string) The way your Object will move, _Right = Right _Left = Left _UP = Up _Down = Down

Movement

(number) The amount the it moves per action.

Index

(number) The index is needed to alone more then one of the same Object EG: 1


Return

This action dose not return any value.



Made with Action Plugin Compiler