|
-
Is there an actionscript to make text scroll up like movie credits?
-
I dont thinks so, but you can control that with your motion tween.
-
Old dog learning new tricks
A very simple one is this:
Frame1:
Code:
setProperty (_root.textmc, _y, _root.textmc._y-5);
Frame2:
Where textmc is a movie clip instance (named in the timeline as textmc) with your text in it.
U can change the speed by replacing the 5.
-
thanks, but. . . .
thanks for the code. . . . is there a way to make it scroll smoother?
-
Bamboozled
just convert all your text to a Movie Clip and have it move up the page with motion tweens, its that easy
-
Old dog learning new tricks
Re: thanks, but. . . .
Originally posted by mvinal16
thanks for the code. . . . is there a way to make it scroll smoother?
Set a higher framerate in your movie and use 1 or 2 instead of 5.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|