function main() -- This is a 3D scene Is3D( FALSE ); -- Background AddBackground( "kylie\\still_kylie_answering" ); -- Displayable items AddSprite( AnsweringMachineTape, 129, 77, 256, 128, "obj_tape.dds", VISIBLE ); -- Hotspots -- Play the recorded message AddSprite( KylieAnsweringMachinePlayHotspot, 268, 250, 56, 37, nil, ACTIVE ); -- Take the tape -- AddSprite( 3, 145, 79, 230, 122, nil, ACTIVE, 0, 0, TOOLS ); end