Nobody is laughing mate, but it does look like you need to do some of the tutorials to get you up to speed on the way Construct works.
As for your problem, you've added an extra instruction that sets the variable rather than adding an extra condition.
Delete the statement that sets your variable in line 5, and then right-click the condition and select "insert new condition", as illustrated below:
<img src="http://img21.imageshack.us/img21/103/ex1l.jpg">
It should then look like this:
<img src="http://img21.imageshack.us/img21/7213/ex2d.jpg">
Now you'll need to delete the first 3 lines in your program.
I don't know what you were trying to do there, but they don't have any conditions.
You also appear to have some blocks hidden on layer 2, and I had to move one of them before I could get to the door when I ran it.
Your next stop should really be the wiki and the many tutorials available.
You'll soon get the idea.
Sponge.