Welcome Guest [Log In] [Register]
Viewing Single Post From: Sprocket Configuration File
Alan
Administrator
[ *  *  * ]
<Image>

This denote the engine should create a new Image with the following attributes


Attributes


Required

name
name of the Image in the render list quotes are required around the name
example
name="image1"

filename
name of the file to load quotes are required around the file name
example
filename="test.bmp"

x
x location of the image
example
x=20

y
y location of the image
example
y=30

z
z location of the image -z is behind the viewer +z is in front of the viewer
example
z=3

Optional

renderlist
name of the renderlist to put the sprocket into. quotes are required around the name of the render list. The renderlist must exist in code first before loading of the config file.
defaults to Current renderlist
example
renderlist="Default"


transparency
enables or disables Key Color transparency for the image
defaults to false
example
transparency=true




example of Image tag
<Image name="image1" filename="test.bmp" x=20 y=30 z=3 renderlist="Default" transparency=true></Image>
Offline Profile Quote Post
Sprocket Configuration File · Documentation