Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: controlling randomized movie sets
From: Michael Penne
Date: Fri, 7 Jan 2000 20:04:30 GMT

Hi all. We've set up a file containing a set of 36 quiz questions. We
have randomized the questions so that each time the student takes the
quiz, they get a different set of 8 questions. We've tried to detect
previously chosen question using the script below:

Set Variable: "quest1" = "part1/a" & random(36) & ".swf"
If ("quest0" = "quest1")
Set Variable: "quest1" = "part1/a" & random(36) & ".swf"
End If

trying to test if the name of movie in variable quest0 is the same as
the name of the movie in variable quest1, and to re-run the script in
that case, (new tests (quest1 = quest2, etc.) are added for subsequent
variables). Trouble is, we get duplicate copies of some questions each
time, so the eval is not working properly. Anyone have a better way?

TIA!

=====
Two new flash movies as of 1/5/00

New music video and new flash 3d file...

http://www.humboldt.edu/~mmp5/flash.html
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: controlling randomized movie , Branden Hall

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]