Flasher Archive

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


Subject: RE: FLASH: variables embedded in mc
From: flash
Date: Thu, 4 May 2000 21:29:42 +0100

Your variables are not sent from the main timeline because they have
been stored in the submovies. If you want the variables sent add /: so
they are stored in the main timeline.

Set Variable: "/:newsletter" = "yes" (both literals)

Michiel


-----Original Message-----
From: Jonathan Rose [jroseatfusiondm [dot] com (mailto:jroseatfusiondm [dot] com)]
Sent: Thursday, May 04, 2000 1:11 AM
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 helpatchinwag [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 helpatchinwag [dot] com


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