Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: variables embedded in mc |
From: | robert.clay |
Date: | Thu, 4 May 2000 21:00:42 +0100 |
If you are setting the variables in the movie clip and you want those
variables to be sent to a database then when you set the variables to the
database you have to define them as /:varname I beleive I don't have time to
verify right now. sorry.
-----Original Message-----
From: Jonathan Rose [jrosefusiondm [dot] com (mailto:jrosefusiondm [dot] com)]
Sent: Wednesday, May 03, 2000 5:11 PM
To: flash list
Subject: FLASH: variables embedded in mc
Hi list, I have a problem here I hope someone can help me with. I have a
checkbox that I have created as a movie clip that contains 2 button
instances, 1 for the checked state and 1 for the unchecked state. On
press of the checkbox, the MC timeline jumps to the proper frame that
shows the proper graphic, AND sets the variable to 1 of 2 states
(checkbox=yes or checkbox=no). My problem is that I want to pass these
variables to a database from a click of a button from the MAIN timeline,
and it is not working. As of now, these are how I have the variables
set:
MC Frame 1 that contains button instance:
on (Release)
Go to Next Frame
Set Variable: "newsletter" = "yes" (both literals)
End On
MC Frame 2 that contains button instance:
on (Release)
Go to previous Frame
Set Variable: "newsletter" = "no" (both literals)
End On
Is this a tell target issue? Any help appreciated!
--
Jonathan Rose
Interactive Designer
FusionDM
415.229.2858
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
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]