AllOn Help File

AllOn Help File

Plugin Name:

AllOn

Current Version:

1.1.0.0

Description:

Enables the programmer to write input code for a specified event to all pages/dialogs or both at runtime.

Licence:

Free to use and distribute.

Author:

Centauri Soldier

Web:

www.AMSPublic.com

E-mail:

CentauriSoldier@amspublic.com

Copyright:

Copyright © 2008 AMSPublic.com

Install Notes:

Copy the "AllOn" Folder to your "AutoPlayMediaStudio" Folder.


Table of Contents

AllOn.SetEventCode

AllOn.SetEventCode


AllOn.SetEventCode ( 

(string) Window Type = "Page",

(string) Event = "On Preload",

(string) Code = "Dialog.Message(\"AllOn Test\", \"It seems to be working\");",

(boolean) Preceed = true,

(table) Exclusions = nil )

Description

Writes input code for a specified event to all pages, all dialogs or all pages and dialogs.

Note: This event MUST be called in "Global Functions".

Parameters

Window Type

(string) Determines whether this action applies to all Pages, all Dialogs or both.

CONSTANT

VALUE

DESCRIPTION

"Page"

"Page"

NA

"Dialog"

"Dialog"

NA

"Both"

"Both"

NA

Event

(string) The event that will be affected by the action.

CONSTANT

VALUE

DESCRIPTION

"On Preload"

"On Preload"

NA

"On Show"

"On Show"

NA

"On Close"

"On Close"

NA

"On Timer"

"On Timer"

NA

"On Audio"

"On Audio"

NA

"On Size"

"On Size"

NA

"On Menu"

"On Menu"

NA

"On Key"

"On Key"

NA

"On Mouse Button"

"On Mouse Button"

NA

"On Mouse Move"

"On Mouse Move"

NA

Code

(string) The code to add to each window's specified event.

Preceed

(boolean) Whether or not the input code should preceed the original code.

Exclusions

(table) A table containing all pages and/or dialogs to exclude from the AllOn Cascade.

Note: Page and Dialog names ARE case sensitive.

Returns

This action dose not return any value.



Copyright © 2008 AMSPublic.com
This File Was Generated With AMS ActionFile Editor