Matrix1 Utility Plug-ins

SET POSTSPRITE CALLBACK


Syntax

SET POSTSPRITE CALLBACK FunctionPointer
SET POSTSPRITE CALLBACK FunctionName

Description

These commands allow you to specify a function that will be called immediately prior to the sprites being rendered.

If backsave is enabled, then the background will be restored after the callback function has been carried out.

Your function should look like this:
FUNCTION YourFunctionName()
ENDFUNCTION

Any attempt to call the SYNC command within the callback will be ignored.

A FunctionPointer value of 0 or a FunctionName of "" will cause the callback to be disabled.

Go back to ...

Matrix1Util_26 Commands Menu
Matrix1 Utils Main Index
Matrix1 Utils Command List
Commands Menu
Main Menu

Copyright © Ian Mold - Matrix1 Software 2006 - 2011