Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Random Number function

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am creating a flash animation for a kids site, but one of the issues I'm working with is accessabilitiy. I am using the random(number) function, but when I try to export the movie as flash 3 or 4, it won't work.

Does anyone know how to produce a similar effect without the use of the random() function?

if anyone knows the answer please let me know.
 
Why do you need to export as Flash 3? It should work in 4 ... random() was deprecated in version 5 in favour of Math.random(), so I don't understand why it won't work there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top