Flasher Archive

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


Subject: Re: FLASH: 10 Tell Targets on one mouseclick
From: Branden Hall
Date: Fri, 28 Jan 2000 18:15:26 GMT

Hmmm.. I think it is because your orginal code was so strange that it threw
me off...
The line should be:
where blah is index to the australia variable that you want the MCs to go
to:

Go to and Stop (eval("/:australia_"&blah))

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software

----- Original Message -----
From: <Tewesathbg [dot] dpa [dot] de>
To: <flasheratchinwag [dot] com>
Sent: Friday, January 28, 2000 12:45 PM
Subject: RE: FLASH: 10 Tell Targets on one mouseclick


I know that Brandon. It´s not the problem of the trace-command, the loop
does´t work at all. It´s like I said:

The variables are:

australia_1=j_a
australia_2=m_s and so on

The frames in the targeted mcs are named the same way: j_a, m_s and so on.

Your loop gives the right targets, but I don´t get the j_a and m_s, what I
get is _level0/australia_1, _level0/australia_2 and so on. I get the correct
names of the variable, but not it´value.

if I say:

Goto and stop _level0/:australia_1

the film will go to the frame j_a, this works. You get, what I mean??

----------------

Kalle Tewes
dpa-Online Grafik

Tel. 040 / 4113 - 2134

> ----------
> From: bhallatfigleaf [dot] com
> Reply To: flasheratchinwag [dot] com
> Sent: Freitag, 28. Januar 2000 6:24 Uhr
> To: flasheratchinwag [dot] com
> Subject: Re: FLASH: 10 Tell Targets on one mouseclick
>
> Make the trace an expression as well..
> otherwise it won't reference the variable... just print out its name like
> it
> did.
>
> -= Branden J. Hall
> -= Multimedia Developer/Instructor
> -= Fig Leaf Software
>
> ----- Original Message -----
> From: <Tewesathbg [dot] dpa [dot] de>
> To: <flasheratchinwag [dot] com>
> Sent: Friday, January 28, 2000 11:59 AM
> Subject: RE: FLASH: 10 Tell Targets on one mouseclick
>
>
> Hei Brandon,
> thanks for your quick help. It works - but just the half way. i get the
> correct targets but the Trace-command for the australia-variables gives me
> something like _level0/australia_1, a string, no value. I set both, the TT
> and the goto statement to expression.
>
> Kalle
>
> ----------------
>
> Kalle Tewes
> dpa-Online Grafik
>
> Tel. 040 / 4113 - 2134
>
> > ----------
> > From: bhallatfigleaf [dot] com
> > Reply To: flasheratchinwag [dot] com
> > Sent: Freitag, 28. Januar 2000 5:35 Uhr
> > To: flasheratchinwag [dot] com
> > Subject: Re: FLASH: 10 Tell Targets on one mouseclick
> >
> > Assuming that this button is in the main timeline.. this will work..
> > otherwise put the path to the MC you are in before the i in the goto
> > statement.
> > (make bot the tell target and the goto and stop values expressions)
> >
> > On (Release)
> > Set Variable: "i" = 1
> > Loop While (i<=10)
> > Begin Tell Target ("/name_"&i)
> > Go to and Stop ("/:australia_"&/:i)
> > End Tell Target
> > Set Variable: "i" = i+1
> > End Loop
> > End On
> >
> > -= Branden J. Hall
> > -= Multimedia Developer/Instructor
> > -= Fig Leaf Software
> >
> >
> >
> > ----- Original Message -----
> > From: <Tewesathbg [dot] dpa [dot] de>
> > To: <flasheratchinwag [dot] com>
> > Sent: Friday, January 28, 2000 11:23 AM
> > Subject: FLASH: 10 Tell Targets on one mouseclick
> >
> >
> > Hi all,
> > What I have is:
> >
> > 10 MCs, named name_1, name_2 to name_10
> > 10 variables, named australia_1 to australia_10
> >
> > What I want:
> >
> > Set the 10 MCs WITH ONE MOUSECLICK to the frame with the value of the
> > variables.
> >
> > What I did:
> >
> > Something like
> >
> > On (Release)
> > Set Variable: "i" = 10
> > Set Variable: "c" = 0
> > Loop While (i>0)
> > Begin Tell Target ("/namen_(c+1)")
> > Go to and Stop ("_level0/:australien_(c+1)")
> > End Tell Target
> > Set Variable: "i" = 10-1
> > End Loop
> > End On
> >
> >
> > What happens:
> >
> > Nothing :-)
> >
> > So, I•m not sure about the syntax, though I think, the basic idea can•t
> be
> > completely wrong. Any help??
> >
> > Regards Kalle
> >
> > ----------------
> >
> > Kalle Tewes
> > dpa-Online Grafik
> >
> > Tel. 040 / 4113 - 2134
> >
> > 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
> >
> >
> >
> >
> > 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
> >
> >
>
> 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
>
>
>
> 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
>
>

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




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: 10 Tell Targets on one mousec, Tewes

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