PDA

View Full Version : [ ++ change speed on scroll ]


s b i
01-28-2001, 07:44 PM
hi! i just finished the *continuously scrolling text field* tutorial.. and wanted to change the speed of the scrolling. i tried this on the second and third keyframes of the *fatController*:

_level0.masker.contentText._y = _level0.masker.contentText._y + ( _level0:direction * 5, speed = 2);

Jesse
01-29-2001, 12:20 AM
hehe if only it were that easy. "Go faster" :)

You have to change the 5 to something else. So 10 will double the speed:
_level0.masker.contentText._y = _level0.masker.contentText._y + ( _level0:direction * 10)

Any suggestions for the tutorial?

CHeers

Jesse