This tutorial is based on Ashley Creating a game for Windows Phone 8. Now what he written I have used same principal to do this tutorial. if you are new to Construct 2 then please get going with the Beginner's guide!
• Create new project and name it as you like.
• Add sprites for wall
• With these sprite create Maze (see picture)
• Add player sprite and give behaviour 4 ways movement(up,down,left,and right)
• Wall behaviour solid
• Add touch control
• Add four Arrow sprite like it's in maze picture above
Now click on event sheet and add these lines
1. see code picture supplied below
This tutorial credit goes to Ashley and not myself.