Page 1 of 1

scrolling through text

Posted: Sat Feb 19, 2005 5:28 pm
by Martijn
Hello,

I have an intro level without exit and player. It only contains text. Is it possible to make that you can scroll to the right and down with the arrow keys? And to finish the level although there's no exit?

Posted: Sat Feb 19, 2005 7:11 pm
by Holger
> I have an intro level without exit and player. It only contains text. Is it possible to make that
> you can scroll to the right and down with the arrow keys? And to finish the level although
> there's no exit?

This is a subset (special case) of an old idea -- being able to scroll around in the level after the player has died. Ending the level the usual way (like pressing the "space" key) is already possible, but it is not "ending" as in "successfully finishing". So with "handicap: on" you won't be able to move on to the next level. This is something I would have to change: Incrementing the handicap level counter for levels which do not contain any player. This way it would work...

Posted: Sat Feb 19, 2005 11:48 pm
by Martijn
yes, but scrolling around is not possible either, as far as I know. Only when it contains an (invisible) player.

Posted: Sun Feb 20, 2005 2:02 am
by Holger
> yes, but scrolling around is not possible either, as far as I know. Only when it contains an
> (invisible) player.

You're right, it's not possible yet (but only a future plan).