I just create a new LuscasArt Gui game in AGS 3.2. Change resolution to 600*400 and import my (600*400) background.
Simple.
However since that when I mouseover an object or hotspot is like the objects,hotspots.. were a little down and right from his original position, so if you mouseover the object in its topleft part, the statusbar doesn't show anything. Its frustrating.
I can't find the problem, this happens even if I create a normal game (not LucasArt Gui). However if I resize the background to 300*200, it works, but I don't want that! :(
Sorry for my awful english and thanks.
Did you make sure the mouse cursor's hotspot was set correctly?
you saved my life! :)
First I have just tried to center x,y in all cursors but finally worked setting "Walk to" cursor with HotSpotX=0, HotSpoty=0.
I think is a little weird but if it works I don't mind.
Thank you so much for the really fast answer.