Page 1 of 1

resizing background

Posted: Mon Jul 16, 2012 4:31 am
by pidobearBUSsb9q
Hi

I have a problem when i follow the tutorial.

was told to set this

set the width of image "background" to me to tstackWidth
set the height of image "background" to me to tstackHeight
set the topLeft of image "background" to me to 0,0

but got this error when i try to resize

card "list": execution error at line n/a (Object: property is not an integer) near "card "list"

thank in advance :)

Re: resizing background

Posted: Mon Jul 16, 2012 4:46 am
by sturgis
One problem I notice is that it should be "of me" not "to me"

Also make sure your variables tStackWidth and tstackHeight are integers.

Re: resizing background

Posted: Mon Jul 16, 2012 8:02 am
by pidobearBUSsb9q
sturgis wrote:One problem I notice is that it should be "of me" not "to me"

Also make sure your variables tStackWidth and tstackHeight are integers.

I have fixed it thanks so much