Article

Home » Design and Layout » Flash Tutorials » Flash Script - Random Number Effect

About the Author

SitePoint

View all articles by SitePoint...

Flash Script - Random Number Effect

By SitePoint

July 24th, 2003

Reader Rating: 8

It looks good, but this effect isn't difficult to create. Let's see how easy it is!

...and don't forget to download the sample files here.

1. First, create a text field. I gave mine a variable name of "shuffle".

2. Convert the textfield to a movie clip, and name it "Random".

3. To convert to movie clip, select the textfield. Press f8, select radio movieclip, enter a name, and click Ok.

4. Right click the movie clip and access its actions. Insert this action:

onClipEvent (enterFrame)  
{
shuffle = random(9);
}

5. Create a duplicate of the movie clip.

That's it! Run the movie!

If you liked this article, share the love:
Print-Friendly Version Suggest an Article

Sponsored Links

Rate This Article

  • 1
    Poor
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
    Great

Comment on This Article

Have something to say?

Post A Comment

You need to be a member of the SitePoint Forums to comment on this post. Sign Up

Already a member? Post using your SitePoint Forums account: