function main() Is3D( FALSE ); AddBackground( "theatre\\still_2nd_laser_dummyup" ); -- Displayable objects AddSprite( OTheatreLaserDummyUp, 367, 229, 32, 32, "obj_button_dummyup.dds", VISIBLE ); -- Hotspot AddSprite( HTheatreLaserDummyUp, 367, 229, 31, 29, nil, ACTIVE, 0, 0, TOOLS ); end