-- 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_remote1" ); -- Activate tools menu AddSprite( RemoteFingerPrintHotspot, 426, 106, 128, 128, nil, ACTIVE, 0, 0, TOOLS ); -- Effect: fingerprint AddEffectTool( fingerdust ); AddEffectTexture( RemoteFingerPrint, 426, 106, 128, 128, "obj_remoteprint01.dds" ); AddEffectHotspot( 426, 106, 8, 8 ); end