Change Image rule creates an image too small?
Hi Guys,
Ive got a small 3 second countdown timer before my game starts, it goes 3,2,1, Play! but it appears using the change image behaviour has a restricted image size? Basically even though i have the Play image set to 200x100 it only displays a lot smaller? Is this because they have a set image size for that attribute?
Thanks
Ive got a small 3 second countdown timer before my game starts, it goes 3,2,1, Play! but it appears using the change image behaviour has a restricted image size? Basically even though i have the Play image set to 200x100 it only displays a lot smaller? Is this because they have a set image size for that attribute?
Thanks
Comments
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
So if it's not a bug in GS,or you haven't "asked" for the size to be changed with change attributes, the problem must lie with the image you're using. You say your 200x100 image displays a lot smaller than it should, my guess is it's exactly half the size. and the reason for this will be one of the following:
As you might or might not know, when using Resolution Independence - with the RI checkbox selected - you have to make sure that you bring in all of your graphics at twice the size of what you want to be displayed. So in this instance, if you're using RI, your 200 x 100 image should be 400 x 200. So when you bring in the graphic to use on-screen, if you haven't doubled the dimensions, it'll be half the size you want.
The second possibility is that you've accidentally made the resolution - the pixels per inch - different form what's required, i.e 72dpi. It might even be double, at 144dpi. In this instance, GS will automatically convert it to 72dpi, thus halving its size.
Hope that all makes sense and you solve your prob. with the info. I can't think what else it would be; perhaps other members will chime in if they can think of anything else.
:-)
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
Thanks