A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 6 of 6

Thread: Scrolling Text

  1. #1
    Member
    Join Date
    Mar 2001
    Posts
    71

    Lightbulb

    Is there an actionscript to make text scroll up like movie credits?

  2. #2
    Member
    Join Date
    Feb 2001
    Posts
    66

    resolved

    I dont thinks so, but you can control that with your motion tween.

  3. #3
    Old dog learning new tricks

    Join Date
    Dec 2000
    Posts
    1,498
    A very simple one is this:
    Frame1:
    Code:
    setProperty (_root.textmc, _y, _root.textmc._y-5);
    Frame2:
    Code:
    gotoAndPlay (1);
    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.

  4. #4
    Member
    Join Date
    Mar 2001
    Posts
    71

    thanks, but. . . .

    thanks for the code. . . . is there a way to make it scroll smoother?

  5. #5
    Bamboozled snoop_doug's Avatar
    Join Date
    Apr 2001
    Posts
    1,278
    just convert all your text to a Movie Clip and have it move up the page with motion tweens, its that easy

  6. #6
    Old dog learning new tricks

    Join Date
    Dec 2000
    Posts
    1,498

    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




Click Here to Expand Forum to Full Width


HTML5 Development Center