function main()
	Is3D( FALSE );

	AddBackground( "Classroom\\still_sweater2b" );

	-- Displayable objects
	AddSprite( OClassroomSweater2B,  279, 141, 64, 64, "obj_sweater2_mag.dds", VISIBLE );
	
	-- Hotspot
	AddSprite( HClassroomSweater2B, 279, 141, 64, 64, nil, ACTIVE, 0, 0, TOOLS );

	-- Magnifier Effect
	AddDetailMag( 279, 141, 64, 64, "obj_sweater2_mag.dds" );
end