function main() Is3D( FALSE ); AddBackground( "Shed\\still_shed_closed" ); -- Displayable objects w/ hotspot AddSprite( Sara, 367, 0, 128, 384, nil, VISIBLE, 1, 1 ); AddSprite( HSara3, 367, 0, 128, 384, nil, ACTIVE, 0, 0, ShedClosedSara ); AddSprite( HShedHandleFar, 298, 115, 32, 64, nil, ACTIVE, 0, 0, ShedHandle ); -- AddSprite( 0, 512, 0, 128, 240, nil, VISIBLE, 4 ); -- SPECIAL Hotspot -- After fingerprinting the handle you can open the door... AddSprite( HShedHandleOpen, 298, 115, 32, 64, nil, ACTIVE, 0, 0, ShedEstab ); -- Hotspot AddSprite( HShedShoesFar, 115, 354, 106, 30, nil, ACTIVE, 0, 0, ShedShoes ); end