how do i make a scroling text box in openbor

how do i make a scroling text box in openbor i know that this was in the dungions and dragions rise of warduke game but can't figure it out
 
Scrolling text box... oh that one.
Code:
name        prol2
type        none
lifespan    34
setlayer    400


anim idle
        loop    1
        movea    1
        delay    5
    offset    124 -30
        frame    data/scenes/prol/prol2A.gif

This text moves upward slowly with speed of 1 pixel per 5 centiseconds. You could modify movea and or delay to adjust the speed.
 
Back
Top Bottom