Problem Resizing Actors

colandercolander Member Posts: 1,610
edited February 2014 in Working with GS (Mac)
I am creating an app in Kindle Fire portrait which will be published using overscan. I could use stretch but it distorts the text too much on an iPad.

I have a full size background actor 600w x 1004h which needs to change size for different devices. Using a change attribute action I tried changing the width and height to device width and height (For example self.Size.Width = game.Screen.Size.Width) but it doesn't work. Does anyone know how to do this or have a suggestion?
Sign In or Register to comment.