Point and Click style games with Construct 2
Ok! here is what I have fingered out so far.
I removed all border blocks (Light_Gray)
I created on tap borders as shown in photo below using the (MoveTo Plugin).
To get to areas that are out side the bounds of normal walking.
I set on tap object (door) moveto x,y where door is = to Image point top/middle of player in front of door.
thus if objects are in the room. Tap object = moveto x,y of where player is standing near object.
The rest of the game should be easy to recreate as look is while touching over object.
and on touch set options like pick up, use, drop, switch, turn on, turn off.
if setting on = false on touch object (light switch) = turn on light.
pretty much straight forward from here on out.
Thanks for all who tried to help me. Jeremy C.
Best way to learn is to keep pecking away at it until you get it to do what you want it to do.