-- AddXFile( ID, X, Y, Z, XFileName, FLAGS, movieRGB, movieAlpha, linked ) -- AddSprite( ID, X, Y, W, H, PicFileName, FLAGS, movie, linked ); -- Flags: a combination of the following: VISIBLE, ACTIVE, HASALPHA function main() -- This is a 3D scene Is3D( FALSE ); -- Background AddBackground( "motel\\still_moneymouth" ); -- Displayable items AddSprite( KylieMoney, 187, 126, 128, 256, "obj_money02.dds", VISIBLE+ACTIVE, 0, 0, TOOLS ); end