[Solved]Can I use images bigger than the screen?
Posted: Fri Jul 01, 2022 10:18 am
I'm making a credits page using Gimp. (This is not a text based credits, so the tutorial on that doesn't help.)
The image will be 1920 x 5000 or whatever big number I want.
The idea is to place the image on the screen and make the engine move the image.
Is this even possible? I tried doing it like when I move a character, but it doesn't do anything.
My code so far is something like this =
After this I tried to make the screen move = nothing.
I changed the initial values up here to 1000 each, it just stays the in the same place.
I'm guessing this isn't possible at the junction??????
The image will be 1920 x 5000 or whatever big number I want.
The idea is to place the image on the screen and make the engine move the image.
Is this even possible? I tried doing it like when I move a character, but it doesn't do anything.
My code so far is something like this =
Code: Select all
window hide
$ quick_menu = False
show credits:
xalign 0
yalign 0
with fd
pause 10After this I tried to make the screen move = nothing.
I changed the initial values up here to 1000 each, it just stays the in the same place.
I'm guessing this isn't possible at the junction??????