i was wondering if ne 1 had some kind of actionscripting that i can apply to some text, that it scrolls automatically, like in the end of a movie (the end movie credits)
i’d appreciate ne kind of ideas! thanx in advance!
If you just want it to scroll up then make your text a movieclip and apply this action to it:
onClipEvent(enterFrame) {
_y -= 5;
}
You can increase the speed by replacing the 5 with a higher number. Hope that helps. =)
I made a little movie cause i was bored…
when the bottom of the movie clip containing the TEXT reaches the TOP ( y=0) … it stops playing…
Other then that its basicaly same AS as Electongeek mentioned
thank you both! they both worked gr8
thnx again