Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: 10 Tell Targets on one mouseclick |
From: | Tewes |
Date: | Fri, 28 Jan 2000 17:12:07 GMT |
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: bhallfigleaf [dot] com
> Reply To: flasherchinwag [dot] com
> Sent: Freitag, 28. Januar 2000 5:35 Uhr
> To: flasherchinwag [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: <Teweshbg [dot] dpa [dot] de>
> To: <flasherchinwag [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 helpchinwag [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 helpchinwag [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 helpchinwag [dot] com
Replies
Re: FLASH: 10 Tell Targets on one mousec, Branden Hall
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]