actionscript
actionscript
- Started
- Last post
- 2 Responses
- drbyers
does anyone know how I can generate random image order(clips) in a table?
I'm working on an exercise where people drop one of five titles (made up of images) from the right side of the page onto the corresponding pictures on the left.
I need to have the title order on the right mix up when the user hits a reset button.
note: the titles have to remain pictures because they're arabic.
thanks ahead of time.
- unfittoprint0
you could put each image position in an array, and then pick randomly each value and assign it to the movieclip.
- drbyers0
damm. sounds easy enough. lol.
I'll try my best.
thanx.