ActionScript 2.0 :: How To Do Randomise
Apr 19, 2007How do i randomise and come to a stop at the random selected circle.URL...
View 4 RepliesHow do i randomise and come to a stop at the random selected circle.URL...
View 4 RepliesIs it possible to make a MC in flash and then randomise where it appears within the movie?
View 7 Replieswhen i click the start button, how do i randomise the question. it will come to a stop at the random question. Once question display will b4, should not display anymore..
View 2 RepliesI want 3 movieclips to change positions (swap places) on the stage randomly when I push a button and make sure they are always in different positions, so they don't randomise the same way.
cat, dog, fish
position_a,position_b,position_c
position_b,position_c,position_a
position_c,position_a,position_b
then loop and randomize the position they popup in again. So I can just keep on clicking the screen and they always change.
xxxa
xxbx
cxxx
I will have the 3 movie clips on the stage with instance names.
position_a
position_b
position_c
[code]....
I have a tricky problem. I've been working on a flash quiz that uses a xml file to generate questions in a random order. Got that working fine. The Fla parses open the file and loads the nodes into dynamic text boxes.
[Code]...