Basically you would do the following -
1) Place a mux, configure it to be 4 inputs. Use mux type Analog mux
or Analog mux sequencer, depends on what you prefer. These are
SW controlled muxes. If you wanted to use a HW controlled mux that
is also offered.
2) Place 4 analog pins and connect them to the mux.
**** You config things by double clicking them and a GUI wizard pops up to assist you ****
3) Place A/D, config it as single ended, its range and sample rate.....
Connect that to mux output. Note mux's can also be configed as differential,
as well as A/D, should you so desire.

- PSOC 3 Analog Mux.jpg (12.46 KiB) Viewed 557 times
In SW (Using APIs in datasheet) -
1) Start analog mux.
2) Start A/D.
3) Write loop to select mux channel using API provided, and take an A/D measurement.
For the major components on Creator start page there are example projects you can
open and view code and setup. Mux does not have one per se due to its simplicity.
Link on page is "Find Example Project". Also
www.cypress.com has videos on using
Creator to build a project.
Regards, Dana.