2 Problems....

ok..
I looked everywhere here... tried some scripts but I cant get them to work at all....
I am making a mp3 player, and 2 things never works:

1 - Scroll text with
6,567 views 6 replies
Reply #1 Top
Don't you already have two active posts for both of these issues?
Reply #2 Top
i asked this on other threads....
but since it is in others posts people dont see my problem cause they dont see the titlle of it..so i decided to put it here
Reply #3 Top
OK. Good luck.
Reply #5 Top
What exactly is the scrolling problem? I made a simple script to scroll the text in a loop but it has the same basic elements as the scripts you've already tried so I don't know if it will work any better. Is the text not moving at all? Does it keep going out of range? The key is making the text a child to a mask object. The mask object acts as a boundary in which the text scrolls.

In any case, here's another script for you to try.

This script will wait 2 seconds before starting to scroll the text in a loop.

Your dealing with 2 objects here, the text object and a mask object (the area your scrolling in).
Create the mask object.
Set the width and height of the mask object.
Position the text object inside the mask object.
Set the text object's parent to the mask object.
Set the mask object's opacity to 1.

You should have this:

Maskobject: Parent, opacity=1
Textobject: Child, parent= maskobject

Insert this script into the your text object:




Hope you work everything out with the scrolling and volume.
Reply #6 Top

i asked this on other threads....
but since it is in others posts people dont see my problem cause they dont see the titlle of it..so i decided to put it here

If it looks like your thread is disappearing without trace/response simply repost to it yourself [the word 'bump' will do] as the threads rearrange themselves to most recently responded, and thus do not stay at the date of their inception...

As you probably now have realised....