Flasher Archive

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


Subject: Re: FLASH: script explanation
From: Nathan Dicken
Date: Thu, 30 Mar 2000 21:21:30 +0100

Esentially they're setting the visibility property of a movie clip that
resides on the main stage.

"/:currentquestion" is a variable on the main stage. If
"/:currentquestion" is "5", then what they're finding out first is what the
answer to the following is:

eval(q5_correctanswer)

Then, if the value of the variable "q5_correctanswer" is "answer1" (figured
out by the eval statement), then the final path to the mc that you're
changing the visibility of would be:

"/answer1"

or

set property ("/answer1", visibility) = true


Hope that helps.

Nathan Dicken
Fusionary Media
www.fusionary.com



>hey, can someone explain this script to me
>set property ("/" & Eval("q"&/:currentquestion&"_correctanswer"),
>visibility)=true



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: script explanation, Helen Triolo

Replies
  FLASH: script explanation, mhoganatuclick [dot] com

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