Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: controlling randomized movie sets |
From: | Branden Hall |
Date: | Fri, 7 Jan 2000 20:49:01 GMT |
Yeppers... use eq instead of =.
= is for numbers, eq is for string comparison.
-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Michael
Penne
Sent: Friday, January 07, 2000 2:53 PM
To: flasherchinwag [dot] com
Subject: FLASH: controlling randomized movie sets
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 helpchinwag [dot] 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 helpchinwag [dot] com
Replies
FLASH: controlling randomized movie sets, Michael Penne
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]