Non touchable GUI

Hello!!
m developing a app for android ,i need a layout that has no effect on touch,means i`ll have a panel of buttons on a corner of the screen that is different from my work area.
is there a way i can toggle the touch of that GUI?

can u pls help me that m using java script !!
thanks in advance!!

So what… You have gui buttons and a work area?
The gui btns need to be tappable and the work area, drag and drop stuff?

If so me thinks yah.

Through scripts, you can absolutely toggle, point, touch, disable or whatever else you are thinking of doing. I would give you tons of examples of how that is done, however Unity provides you with all the examples that I would show you with their tutorials. Plus they explain is much better than I would. Check it out here http://unity3d.com/support/documentation/Components/GUI%20Scripting%20Guide.html Good Luck to you!