how to load random text file in dynamic textbox
I want my dynamic textbox, called scrollBox, to randomly load one of 5 text files each time the flash file is opened...
Any ideas?
Login |
how to load random text file in dynamic textboxhow to load random text file in dynamic textboxCurrently viewing this thread: 1 (0 members and 1 guests) cadeusStatus: Offline!
how to load random text file in dynamic textbox I want my dynamic textbox, called scrollBox, to randomly load one of 5 text files each time the flash file is opened... kevinseanStatus: Offline!
Random text files onClipEvent (enterFrame) {fc=random(5);loadVariablesNum ("textfile"+[fc]+".txt", 0); in this example, name text files textfile1.txt,textfile2.txt etc. apply to movie clip which uses scroller. Kevin. |
Copyright ©1999-2008 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.0063 seconds.