Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Quiz Game Variable... |
From: | tjtritsch |
Date: | Thu, 6 Apr 2000 18:45:14 +0100 |
Doug,
Yes, I have recently completed this type of activity and you can import
variables from an external text file.
In an action (either at the beginning of a swf, or on the action of a button)
you will add the following script:
On (Release)[or whatever event you want]
Load Variables ("level1.txt", 0)
End On
This will load the variable in the text file "level1.txt".
In the file, you will indicate the variables this way:
question1=What is your favorite color?&question2=What is your favorite ice
cream?& . . .
Flash will automatically parse the variables at each "&" and you can then use
those variables within Flash.
HTH
Todd Tritsch
Household International
tjtritschhouesehold [dot] com
"Doug Ross" <dougvisuallizard [dot] com>
04/06/2000 12:15 PM
Please respond to flasherchinwag [dot] com
To: flasherchinwag [dot] com
cc: (bcc: Todd J. Tritsch/Household International)
Subject: FLASH: Quiz Game Variable...
Hello,
We are making an online trivia game. I can import external text files but am
unsure about importing variables for questions. Can Flash import variables
so that questions and answers can be easily changed or would each question
and answer have to have a unique textfield?
Doug Ross
Partner
www.visuallizard.com
****************************
Visual Lizard Inc.
624-70 Arthur St.
Winnipeg, MB Canada
R3B 1G7
1-204-957-5520
****************************
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Quiz Game Variable..., Doug Ross
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]