Need changes made to Panorama sample app

Hello,

I need someone to make some simple changes to the panorama app which is in the sample apps of the Corona program. I tried to do this but keep doing something wrong.

Right now the app loads 3 images and puts them together for one large image and inserts it to the pictureGroup. It then loads it and moves the picture based on the movement of the device.

First, I want the movement to be the opposite for both up/down and left/right. If you tilt the device to the right, the image goes that way. I want it to go the other way as if that is where you are looking to. Also, if you tilt down it looks up. So I want these switched which seems like it should be easy.

Second, I want the display of the image to be within a given section on the screen. Right now the image fills the screen and changes within the whole screen when you move the device. I want all of this done within an area on the screen which I want defined as variables at the top of the code. For example, I may want the display to only show at X/Y of 150,50 and be 100 wide and 100 height. So can we add 4 variables at the top like this:

local ViewX = 150

local ViewY = 50

local ViewWidth = 100

local ViewWidth = 100

And I can put other objects such as text and static images in the other areas of the screen that will stay there and only move the image in the given area based on the variables I show above?

If you have any questions just let me know. And let me know what you would charge for this. It really isn’t dificult. I am sure it is just a matter of setting the right variables in the current existing app to do this.  Btw, I am using my Android Samsung Galaxy SII for testing if it matters.

Just message me through the forum.

Thanks!

Warren