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 16:42:34 GMT

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


Replies
  FLASH: site on copyright (OT), Bill Numerick

Replies
  FLASH: 10 Tell Targets on one mouseclick, Tewes

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