-- 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_bracelet" ); -- Displayable items AddSprite( Bracelet, 94, 140, 420, 175, "obj_bracelet01.dds", VISIBLE+ACTIVE, 0, 0, TOOLS ); end