Hi Scratch-Community!
I have a problem with enlarging pictures: http://scratch.mit.edu/projects/Matgraesslin/471807
I've tried everything (using the <set size to( 150 )%> etc.)
Why is that?
Also, this is extremely urgent, the project has to be finished today!
Last edited by Matgraesslin (2009-03-30 12:57:15)
Offline
Matgraesslin wrote:
Hi Scratch-Community!
I have a problem with enlarging pictures: http://scratch.mit.edu/projects/Matgraesslin/471807
I've tried everything (using the <set size to( 150 )%> etc.) [/blocks]
Why is that?
Also, this is extremely urgent, the project has to be finished today!
The project seems to look fine to me. What are you trying to enlarge?
Since you said that the above doesn't work, maybe you could use costumes changes instead of the enlarge block (just add an extra costume that is 150% bigger than the original).
Last edited by cheddargirl (2009-03-30 13:42:19)
Offline
Thanks, I am trying to make the size of the backgrounds fill the whole screen. Now you see white borders around the pictures...
In my offline version it works perfectly...
Offline
I see that your background sprite (Sprite 1) offsets by 2 (that is x=2 and y=2). That could be the reason (the SCRATCH website just may offset this further as an online bug). You could try adding this block at the beginning of the script:
[block]<go to x 0 )y 0) [/block]
Another thing I see is that your size isn't set to 150%, it's set to 120%.
Offline