i’ve a movie clip (e.g. scroll_text) which is consist of 5 words (each word is an individual movie clip). an instance of ‘scroll_text’ movie clip placed in the main timeline with the following script:
this script allows the movie clip to do the following:
scroll from right to left
start with a new ‘y’ coordinate for each new scroll
restrict the ‘y’ coordinate between 40 to 400
at the moment i’m trying to achieve the following:
i like to assign a specific colour value randomly to each word embedded in the ‘scroll_text movieclip’. so for each new scroll each word will appear in a different colour. for example,
for the first scroll each word should display in following colour:
word 1: #ffffff
word 2: #000000
word 3: #33ff00
word 4: #cc6699
word 5: #666666
and for the next scroll it will just swap the colour between words. this should happen continuously.
yes each word should display in different colour for each new scroll. so five words in one scroll should appear in five different colour as mentioned previous mail.
I’m a bit confused by the fla you sent me, do you want each word to randomly pick a colour from a predefined selection of colours, or do you want each word to be a colour generated randomly?