More Action, Please
v Click once, create one box
v Click again, show another
v Steps for multiclicks ...
o Declare clickCount variable
o In Form_Load initialize it to 0
o In Form_Click, increment it
o Then test its value with If
o For each value do what you
   want on that click
v 1st: black box
v 2nd: green box